/**!
 * 安庆市皖宜咨询管理有限公司
 * author: qianyuting
 * date:2020-12-15
 */

/* 标题 */

.sec-tit {
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    padding-left: 35px;
    margin-bottom: 15px;
    font-family: "SourceHanSansCN-Bold";
    border-bottom: 1px solid #dcdcdc;
}

.sec-tit::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 134px;
    height: 4px;
    background: url('../images/tit_line.png') center no-repeat;
}

.more {
    font-size: 14px;
    color: #64b5ff;
    font-family: "SourceHanSansCN-Regular";
}

.more:hover {
    color: #ff8840;
}

/* 轮播 */

.owl-carousel {
    width: 590px;
    height: 400px;
    overflow: hidden;
}

.owl-nav{
    display: none;
}

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    text-indent: 10px;
    padding-right: 140px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.owl-carousel .owl-dots {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 10px;
    z-index: 60;
    font-size: 0;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 8px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: top;
}

.owl-carousel .owl-dot.active {
    width: 20px;
    border-radius: 4px;
    background-color: #61afff;
}

/* tab */

.tabview {
    background-color: #fff;
    box-sizing: border-box;
}

.tab-head {
    height: 50px;
    line-height: 44px; 
    padding: 3px;
    background-color: #ecf3fa;
    box-sizing: border-box;
}

.tab-name {
    min-width: 147px;
    padding: 0 10px;
    margin-right: 3px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;    
    box-sizing: border-box;
}

.tab-name:last-child {
    margin-right: 0;
}

.tab-name.active,
.tab-name:hover {
    color: #fff;
    font-size: 18px;
    font-family: 'SourceHanSansCN-Bold';  
    background: url('../images/tab_name_bg.png') repeat-x;
    background-size: auto 100%;  
}

.news-items {
    margin-top: 10px;
}

.news-items li a {
    position: relative;    
    display: block;
    line-height: 28px;
    font-size: 15px;
    color: #666;
    padding: 0 120px 0 35px;
    background: url('../images/news_ico.png') 15px center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-time {
    position: absolute;
    right: 15px;
    top: 0;
    color: #999;
}

.news-items li:hover a,
.news-items li:hover .news-time {
    color: #ff8840;
}

.news-items li a:hover {
    background-image: url('../images/news_ico_hover.png');
}

.news-more {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 0;
    color: #64b5ff;
    border: 1px solid #d8edf8;
    border-radius: 15px;
    text-align: center;
}

.news-more:hover {
    color: #fff; 
    background: url('../images/tab_name_bg.png') repeat-x;
    background-size: auto 100%;  
}

/* 综合新闻，通知公告 */

.news {
    width: 590px;
    height: 400px;
    overflow: hidden;
}

.news .tab-name {
    width: 190px;
}

.news .news-items {
    margin-top: 10px;
    height: 275px;
}

/* 横幅党建专栏 */

.banner {
    display: block;
    text-align: center;
}

/* 左 */

.left-con {
    width: 420px;
}

/* 系统入口 */

.entrance .sec-tit {
    background: url('../images/entrance_tit_icon.png') left center no-repeat;
}

.entrance-list {
    margin: -9.5px -10px;
}

.entrance-item {
    width: 50%;
    padding: 9.5px 10px;
    box-sizing: border-box;
}

.entrance-box {
    display: block;
    height: 150px;
    padding-top: 35px;
    font-size: 16px;
    color: #333;
    font-family: "SourceHanSansCN-Medium";
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    border: 1px solid #fff;    
    box-shadow: 0 0 10px rgba(18, 52, 127, 0.16);
    text-align: center;
    box-sizing: border-box;
}

.entrance-box:hover {
    border: 1px solid #68b9ff;
}

.entrance-box p {
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.entrance-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}

.item1 .entrance-box {
    background-image: url('../images/entrance_bg1.png');
}

.item1 .entrance-icon {
    background: url('../images/entrance_icon1.png') center no-repeat;
}

.item2 .entrance-box {
    background-image: url('../images/entrance_bg2.png');
}

.item2 .entrance-icon {
    background: url('../images/entrance_icon2.png') center no-repeat;
}

.item3 .entrance-box {
    background-image: url('../images/entrance_bg3.png');
}

.item3 .entrance-icon {
    background: url('../images/entrance_icon3.png') center no-repeat;
}

.item4 .entrance-box {
    background-image: url('../images/entrance_bg4.png');
}

.item4 .entrance-icon {
    background: url('../images/entrance_icon4.png') center no-repeat;
}

.item5 .entrance-box {
    background-image: url('../images/entrance_bg5.png');
}

.item5 .entrance-icon {
    background: url('../images/entrance_icon5.png') center no-repeat;
}

.item6 .entrance-box {
    background-image: url('../images/entrance_bg6.png');
}

.item6 .entrance-icon {
    background: url('../images/entrance_icon6.png') center no-repeat;
}

/* 企业文化 */

.achievement {
    margin-top: 8px;
}

.achievement .sec-tit {
    background: url('../images/achievement_tit_icon.png') left center no-repeat;
}

.achievement-bd {
    height: 210px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.achievement-bd .news-items {
    margin-top: 12px;
}

/* 电子地图 */

.map {
    margin-top: 8px;
}

.map .sec-tit {
    background: url('../images/map_tit_icon.png') left center no-repeat;
}

.map-con {
    height: 250px;
    border: 1px solid #d8edf8;
    background-color: #fff;
    box-sizing: border-box;
}


/* 右 */

.right-con {
    width: 755px;
}

.right-con .tabview {
    /* height: 210px; */
	height:395px;
    overflow: hidden;
}

.right-con > div {
    margin-bottom: 8px;
}

.right-con > div:last-child {
    margin-bottom: 0;
}

/* 工程建设 */

.engineering .sec-tit {
    background: url('../images/engineering_tit_icon.png') left center no-repeat;
}

/* 政府采购 */

.government-procurement .sec-tit {
    background: url('../images/procurement_tit_icon.png') left center no-repeat;
}

/* 定点抽签 */

.draw .sec-tit {
    background: url('../images/draw_tit_icon.png') left center no-repeat;
}

/* 土地项目 */

.land .sec-tit {
    background: url('../images/land_tit_icon.png') left center no-repeat;
}

/* 产权项目 */

.property-right .sec-tit {
    background: url('../images/property_right_tit_icon.png') left center no-repeat;
}

/* 行业资讯、政策法规 */

.industry {
    margin-top: 8px;        
}

.industry-bd {
    height: 488px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.industry .news-items {
    margin-top: 12px;
}

.industry .sec-tit,
.law .sec-tit {
    background: url('../images/industry_tit_icon.png') left center no-repeat;
}

.law-bd {
    height: 250px;
    padding-top: 10px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.law .news-items {
    margin-top: 0;
}

/* 党建专栏 */

.party .sec-tit {
    background: url('../images/entrance_tit_icon.png') left center no-repeat;
}

.party .sec-tit a {
    color: #333;
}

.party-img {
    display: block;
    height: 210px; 
}

.party-img>img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 2023-04-24 首页新增登录入口、减小行业咨询区域 */

.industry-bd,
.achievement-bd {
    height: 173px;
}

.industry-bd .news-items,
.achievement-bd .news-items {
    margin-top: 16px;
}

.entrance {
    margin-top: 8px;
}

.entrance .sec-tit {
    background: url("../images/entrance_tit_icon.png") left center no-repeat;
}

.entrance-list {
    margin: -20px 0 0 -20px;
}

.entrance-card {
    display: block;
    height: 150px;
    width: calc(50% - 20px);
    margin: 20px 0 0 20px;
    padding-top: 20px;
    color: #fff;
    background: url("../images/entrance_bg1.jpg") center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.entrance-icon {
    display: block;
    width: 64px;
    height: 73px;
    margin: 0 auto;
    background: url("../images/entrance_icon1.png") center center no-repeat;
}

.entrance-name {
    margin-top: 5px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.entrance-card.agency {
    background-image: url("../images/entrance_bg2.jpg");
}

.entrance-card.agency .entrance-icon {
    background-image: url("../images/entrance_icon2.png");
}

.entrance-card.manage {
    background-image: url("../images/entrance_bg3.jpg");
}

.entrance-card.manage .entrance-icon {
    background-image: url("../images/entrance_icon3.png");
}

.entrance-card.other {
    background-image: url("../images/entrance_bg4.jpg");
}

.entrance-card.other .entrance-icon {
    background-image: url("../images/entrance_icon4.png");
}