/*首页*/
/*pc端*/
/*配置轮播图*/
.carousel .item {
    height: 510px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 510px;
}


/* 首页背景轮播图 */
.carousel-indicators li {
    cursor: pointer;
    zoom: 1;
    width: 15px;
    height: 15px;
    margin: 4px;
    overflow: hidden;
    line-height: 9999px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    background-color: #cda24f;
    border-radius: 50%;
    border: none;
}

.carousel-indicators .active {
    cursor: pointer;
    zoom: 1;
    width: 15px;
    height: 15px;
    margin: 4px;
    overflow: hidden;
    line-height: 9999px;
    filter: alpha(opacity=40);
    opacity: 1;
    background-color: #cda24f;
    border-radius: 50%;
    opacity: 1;

}

.smallSlide{ height: 426px; margin-top: 0}
.smallSlide .bd ul li {height: 426px; background-size: 100% 426px !important; }
.smallSlide .bd ul li a{height: 426px;}
.smallSlide .bd ul li a span{ height: 45px; }
.smallSlide .bd ul li a span h3{  line-height: 45px;
    font-size: 18px;width: 550px}

@media screen and (max-width: 768px) and (orientation: portrait) {
    .smallSlide{ height: 6.66rem; margin-top: 0}
    .smallSlide .bd ul li {height: 6.66rem; background-size: 100% 6.66rem !important; }
    .smallSlide .bd ul li a{height:  6.66rem;}
    .smallSlide .bd ul li a span{ height: 1.2rem; }
    .smallSlide .bd ul li a span h3{  line-height: 1.2rem;
        font-size: 0.48rem;width: 14.6rem}
}

/* 第一个新闻区域 */
.first-news-box {
    height: 141px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('../images/index/first_news_bg.jpg') repeat-x;
}

.first-news-box h1 {
    margin: 20px 0;
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
}

.first-news-box.en h1{
    max-width: 80%;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis a {
    color: #225eb8;
}

.first-news-box div {
    display: flex;
    text-align: center;
}
.first-news-box div a {
    max-width: 570px;
    color: #cda24f;
    font-size: 1.2vw;
}

.first-news-box div i {
    margin: 0 20px;
    color: #cda24f;
    font-size: 1.2vw;
    font-weight: bold;
}
/* 第一个新闻区域结束 */

/* 头条新闻区域 */

.head-news {
    width: 100%;
    margin: 0 !important;
}
.news-box {
    max-height: 510px;
    overflow: auto;
}
.news-box .news-box-title {
    display: flex;
    background: #f1f1f1;
}

.news-box-title span {
    width: 100%;
}
.news-box-title span h3.active {
    background: #225eb8;
    color: #fff;
}

.news-box-title span h3 {
    float: left;
    padding: 0 2.08vw;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
}

.news-box-title span a {
    float: right;
    margin-right: 15px;
    line-height: 40px;
    font-size: 15px;
    color: #333333;
}

.news-box-list a {
    padding-left: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: url("../images/index/arrow_icon.png") no-repeat 0 22px;
    border-bottom: #e9e9e9 dashed 1px;
    overflow: hidden;
    font-size: 15px;
    color:#333333;
}

.news-box-list ul a span {
    /*width: 60px;*/
    line-height: 47px;
}

.news-box-list ul a li {
    /*max-width: 390px;*/
    flex: 1;
    line-height: 47px;
}

.notice-title {
    margin-top: 20px;
    height: 40px;
    background: #f1f1f1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.notice-title h3 {
    margin: 0;
    padding: 0 30px;
    background: #225eb8;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.notice-title a {
    margin: 0 10px 0 0;
    font-size: 15px;
    color: #333;
}

.notice-list {

}

/* 头条新闻区域结束*/

@media (max-width: 1450px) {
    .main-business-bg {
        background-position: initial !important;
    }
}
/* 主营业务*/
.main-business {
    width: 100%;
    background: url("../images/index/main_business_bg.jpg") no-repeat center;
}
.main-business-box {
    width: 80%;
}

.main-business-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}
.main-business-title h3 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.main-business-title a {
    color: #fff;
}

.main-business-content {
    margin: 42px auto 10px auto;
    box-shadow: 0px 5px 5px #e5e5e5;
    overflow: hidden;
    /*width: 1200px;*/
}

.content-left {
    height: 400px;
    padding-right: 0;
    padding-left: 0;
}

.content-left div{
    height: 80px;
    cursor: pointer;
    background-position: 100% 100%;
}

.content-left .img-left{
    position: relative;
    height: 80px;
    cursor: pointer;
    background-position: 100% 100%;
}

.content-left .img-left span{
    position: absolute;
    left: 50%;
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
}

.content-left .img-left span.active{
    color: #fff;
}

.content-left.small div{
    height: 80px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}


.content-right {
    padding-right: 0;
    padding-left: 0;
}

/* 主营业务结束*/

/*@media (max-width: 1050px) and  (orientation: landscape) {*/
/*    .right-content .ztlmbox-title a {*/
/*        display: none;*/
/*    }*/
/*}*/
/* 党建区域*/
.party-building {
    width: 100%;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
}
.party-building .left-content {

}
.party-building .left-content .title {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.party-building  .title h3 {
    margin: 0;
    padding-left: 50px;
    font-size: 30px;
    line-height: 50px;
    background: url('../images/index/party_building_left_bg.png') no-repeat;

}
.party-building  .title a {
    margin-right: 20px;
    margin-top: 20px;
    font-size: 15px;
}

.party-building .left-content .content {
    height: 248px;
    padding-bottom: 15px;
    margin-top: 20px;
    background: url('../images/index/party_building_left_content_bg.png') no-repeat ;
    background-size: cover;
    overflow: hidden;
}
.party-building .left-content .content .left {
    padding-top: 26px;
}
.party-building .left-content .content .left a img{
    display: block;
    width: 14.79vw;
    height: 147px;
    padding: 6px;
    border: #dcbd99 solid 1px;
    background: #fff;
}

.party-building .left-content .content .left a p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.left-content .content .right  a{
    display: flex;
    align-items: center;
    padding-left: 15px;
    /*background: url(../images/djgl4.png) no-repeat 0 22px;*/
    border-bottom: #d0c3b6 dashed 1px;
}
.left-content .content .right  a h3 {
    flex: 1;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    line-height: 52px;

}

.left-content .content .right  a span {
    /*width: 52px;*/
    font-size: 15px;
}
.right-content .ztlmbox-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-content .ztlmbox-title h3 {
    margin: 0;
    padding-left: 50px;
    font-size: 30px;
    line-height: 50px;
    background: url('../images/index/party_building_right_content_titile.png') no-repeat;
}
.right-content .ztlmbox-title a {
    margin-right: 20px;
    margin-top: 20px;
    font-size: 15px;
}

.right-content .ztlmbox-content {
    margin-top: 20px;
    padding-bottom: 18px;
    background: url('../images/index/party_building_right_content_bg.png') no-repeat ;
    background-size: cover;
    overflow: hidden;
}
.right-content .ztlmbox-content a {
    display: block;
    margin: 18px 18px 0 20px;
}
.right-content .ztlmbox-content img {

}
.right-content .ztlmbox-content a:hover img {
    filter: brightness(1.2);
}
/* 党建区域结束*/

/* 便捷入口*/
.enter-box-title {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;

}
.enter-box-title h3 {
    height: 45px;
    float: left;
    padding-left: 50px;
    font-size: 30px;
    font-weight: normal;
    background: url('../images/index/enter_title_bg.png') no-repeat;
    line-height: 45px;
}
.enter-box-list li{

}
/* 便捷入口结束*/

/* 友情链接*/
.friend-link-box {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 82px;
    box-shadow: 0px 0px 15px #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.friend-link-box span {
    font-size: 15px;
    margin-left: 30px;
}
.friend-link-box .link {
    position: relative;
    flex: 1;
    margin: 0 10px;
}
.link h3 {
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    color: #666;
    border: #e0e0e0 solid 1px;
    font-weight: normal;
    font-size: 17px;
    background: url('../images/index/friend_select_bg.png') repeat-x;
    background-size: cover;
    background-position: 100% 50%;
    cursor: pointer;
}
.link div {
    position: absolute;
    width: 100%;
    bottom: 36px;
    max-height: 350px;
    overflow-y: scroll;
    background: #fff;
    border: #6093e0 solid 1px;
    z-index: 999;
}
.link div a {
    display: block;
    padding-left: 15px;
    line-height: 20px;
    font-size: 14px;
    transition: all 0s;
}
/* 友情链接结束*/
/*入口弹框*/
.bjrk-dialog {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.bjrk-dialog-content {
    margin: 10% auto;
    border: 1px solid #888;
    border-radius: 10px;
    width: 500px;
    height: 350px;
}
.bjrk-dialog-header {
    text-align: left;
}
.bjrk-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1;
    padding: 10px 15px;
}
.close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
}
.bjrk-dialog-body {
    background-color: white;
    padding: 10px 20px;
}
.bjrk-dialog-body ul {
    list-style-type: none;
    padding: 0;
}
.system-list li:first-of-type {
    border: 2px solid #D9ECFE;
    background-color: #E8F4FE;
}
.system-list li:nth-of-type(2) {
    border: 2px solid #CDF4E1;
    background-color: #E3F9EE;
}
.system-list li:nth-of-type(3) {
    border: 2px solid #FFEDD5;
    background-color: #FFF3E3;
}
.bjrk-dialog-body li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.system-list li {
    padding: 8px 16px;
    border-radius: 5px;
}
.system-title {
    display: inline-flex;
    margin: 10px 0;
}
.bjrk-dialog-body img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.bjrk-dialog h3 {
    font-size: 18px;
}
.bjrk-dialog p {
    font-size: 15px;
}
.bjrk-dialog h3, p {
    margin: 0;
    font-weight: normal;
}
.login-btn {
    width: 70px;
    text-align: center;
    padding: 8px 16px;
    border: 2px solid #4393BD;
    border-radius: 5px;
    color: #4393BD;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
}
/* 入口弹框结束*/
/* 举报弹框*/
.winbox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.winbox-content {
    position: absolute;
    left: calc(50% - 408px);
    top: calc(50% - 140px);
    width: 815px;
    height: 250px;
    border: solid 15px rgba(0,0,0,.6);
    background: #fff;
}
.winbox-mask {
    width: 100%;
    height: 100%;
    background: rgba(0,100,200,.6);
}
.winbox-content a {
    display: block;
    float: left;
    margin: 60px 0 0 22px;
}
.winbox-content span {
    float: right;
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

/*!*移动端*!*/
.main-business-mobile .main-business-title h3{
    font-size: 0.53rem;
}

.main-business-mobile .main-business-title a{
    font-size: 15px;
}

.party-building-mobile  .title h3 {
    font-size: 0.53rem;
}
.party-building-mobile  .title a {
     margin-right: 0;
     margin-top: 0;
}
.enter-box-mobile .enter-box-title h3 {
    font-size: 0.53rem;
}
.first-news-mobile  h1 {
    width: 80%;
}

.first-news-mobile  div {
    width: 80%;
    display: flex;
    flex-direction: column;
}

