.main-left{
    width: 63%;
}

.main-right{
    width: 31%;
}

.main-title{
    width: 100%;
    margin: 38px 0 24px;
}

.main-title h4{
    float: left;
    font-size: 24px;
    font-weight: normal;
    color: #343434;
    padding-left: 12px;
    border-left: 4px solid #4278c0;
}

.main-title a{
    float: right;
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.main-title a:hover{
    color: #2c6abe;
}

.list1-first{
    float: left;
    width: 100%;
    background: #eee;
}

.list1-first img{
    float: left;
    width: 396px;
    height: 223px;
}

.list1-right{
    float: left;
    width: 46%;
    padding: 24px 11px 24px 26px;
}

.list1-right h4{
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 4px;
}

.list1-right h4 a{
    font-size: 18px;
    line-height: 30px;  
    color: #2c6abe;
}

.list1-first small{
    font-size: 12px;
    color: #898989;
}

.list1-right p{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    text-indent: 2em;
    margin-top: 12px;
}

.list1-other{
    float: left;
    width: 100%;
    margin: 23px 0 8px;
    position: relative;
}

.list1-other h4{
    font-size: 16px;
    font-weight: normal;
    float: left;
    padding-left: 15px;
    position: relative;
    width: 100%;
    padding-right: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list1-other h4:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #f19149;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

.list1-other h4 a{
    color: #000;
    transition: all .2s ease-in;
}

.list1-other h4 a:hover{
    color: #0d5acb;
}

.list1-other span{
    font-size: 12px;
    color: #999;
    margin-top: 2px;
    position: absolute;
    right: 0;
}

.main-list2{        
    float: left;
    width: 100%;
    margin-top: -13px;
}

.main-list2 li{
    float: left;
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid #eee;
}

.main-list2 li a{
    float: left;
    width: 100%;
    color: #000;    
}

.main-list2 li span{
    float: left;
    font-size: 12px;
    color: #0b69ac;
    padding: 7px 9px;
    background: #eaeaea;
    transition: all .2s ease-in;
}

.main-list2 li h4{
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 7px 0 7px 12px;
    transition: all .2s ease-in;
}

.main-list2 li a:hover span{
    color: #fff;
    background: #0b69ac;
}

.main-list2 li a:hover h4{
    color: #0d5acb;
}

.main-content{
    width: 100%;
    height: 163px;
    background: #3c70ba url(../images/main-img2.png) center center no-repeat;
    margin-top: 23px;
    position: relative;
    padding: 18px 15px;
    background-size: cover;
    overflow: hidden;
}

.main-content strong{
    float: left;
    width: 46px;
    height: 46px;
    padding: 3px 6px;
    font-size: 15px;
    background: #fff;
    color: #2c6abe;
    letter-spacing: 2px;    
}

.main-content .bx-wrapper{
    float: left;
    padding-left: 15px;
    width: 86%;
    height: 145px;
    color: #fff;
}

.main-content .bx-wrapper h4{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 15px;
}

.main-content .bx-wrapper h4 a{
    color: #fff;
    transition: all .2s ease-in;
}

.main-content .bx-wrapper h4 a:hover{
    color: #f19049;
}

.main-content .bx-wrapper p{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
    padding-left: 20px;
}

.main-content .bx-wrapper p.field-time{
    background: url(../images/time-icon.png) left center no-repeat;
}

.main-content .bx-wrapper p.field-local{
    background: url(../images/local-icon.png) left center no-repeat;
}

.main-content .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: auto;
    bottom: 0;
    margin-top: 0;
    width: 26px;
    height: 26px;
}

.main-content .bx-wrapper .bx-prev{
    left: auto;
    right: 11px;
    background: url(../images/prev.png);
    border-right: 1px solid #4fa2df;
}

.main-content .bx-wrapper .bx-next{
    background: url(../images/next.png);
    right: -15px;
}

.local-title h4{
    font-size: 24px;
    color: #fff;
    padding: 54px 36px;
    background: url(../images/local-bg.png) center center no-repeat;
    background-size: cover;
    margin-top: 8px;
}

.common-left{
    width: 17%;
}

.common-right{
    width: 77%;
}

.local-a{
    padding: 13px 0 8px;
    text-align: right;
    border-bottom: 2px solid #e5e5e5;
    color: #606060;
    font-size: 12px;
}

.local-a a{
    color: #606060;
}

.local-a a:hover{
    color: #0d5acb;
}

.list-content,
.article-content,
.list-people{
    min-height: 300px;
}

.list-content>ul{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.list-content .list1-other{
    margin: 0;
    padding: 17px 0 17px;
    border-bottom: 1px dashed #e5e5e5;
}

.list-content .list1-other h4:before {
    background: #a0a0a0;
}

.navlist2{
    background: #eee;
    margin-top: 37px;
    position: relative;
}

.navlist2:before{
    content: '';
    width: 3px;
    height: 98%;
    background: #80a6d8;
    position: absolute;
    left: -3px;
    top: 0;
}

.navlist2:after{
    content: '';
    width: 99%;
    height: 2px;
    background: #80a6d8;
    position: absolute;
    left: -3px ;
    top: -2px;
}

.navlist2 a{
    display: block;
    font-size: 16px;
    color: #333;
    padding: 15px 27px;
    border-left: 3px solid transparent;
    margin-left: -3px;
    position: relative;
}

.navlist2 a.active{
    font-weight: bold;
    color: #2c6abe;
    border-left: 3px solid #2c6abe;
}

.navlist2 a.active:after{
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #2c6abe;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}

.navlist2 a:hover{
    color: #2c6abe;
}

.list-title {
    float: left;
    width: 100%;
}

.list-title h4 {
    font-size: 16px;
    background: #2b6abe;
    padding: 15px 15px;
    color: #fff;
}

.list-show {
    float: right;
    color: #fff;
    cursor: pointer;
}

.article-title{
    text-align: center;
    font-size: 24px;
    color: #1c5bb1;
    margin: 23px 0 25px;
}

.article-small{
    text-align: center;
    margin-bottom: 30px;
}

.article-small span{
    display: inline-block;
    font-size: 13px;
    color: #666;
    margin-left: 20px;
}

.list-box{
    width: 100%;
}

.list-people{
    margin-top: 18px;
    margin-left: -23px;
    margin-right: -23px;
}

.list-people>li{
    display: inline-block;
    text-align: center;
    padding: 0 23px 30px 23px;
    width: 24.6%;
}

.list-people>li a{
    display: block;
    width: 100%;
    height: 217px;
    /*background: #f2f2f2;*/
    transition: all .2s ease-in;
}

.list-people>li a:hover{
    box-shadow: 0 0 1px #726b6b;
}

.list-people>li .people-img{
    width: 100%;
    height: 150px;
    /*background: #dadada;*/
    position: relative;
    overflow: hidden;
}

.list-people>li .people-img img{
    height: 150px;
    width: 116px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

.list-people>li h4{
    font-size: 18px;
    color: #1c5bb1;
    padding: 11px 0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-people>li p{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-yiqi>li{
	width: 33%;
}

.list-yiqi>li .people-img img{
	width: 100%;
}


@media (min-width:992px) {
    .common-left{
        display: block !important;
    }
}

@media (max-width:1200px) {
    .list1-first img{
        width: 330px;
        height: 185px;
    }
    .list1-right {
        padding: 5px 11px 5px 16px;
    }
    .main-content .bx-wrapper{
        width: 83%;
    }
    .main-list2 li{
        padding: 10px 0;
    }
    .main-content{
        margin-top: 18px;
    }
    .list-yiqi>li{
		width: 32.9%;
	}
}

@media (max-width:991px) {
    .main-left,
    .main-right{
        width: 100%;
    }
    .list1-first img{
        width: 100%;
        height: auto;
    }
    .list1-right{
        width: 100%;
        padding: 15px;
    }
    .main-title {
        margin: 25px 0 15px;
    }
    .main-content .bx-wrapper {
        width: 82%;
    }
    .common-left{
        display: none;
    }
    .common-left,
    .common-right{
        width: 100%;
    }
    .navlist2{
        width: 98%;
        margin: 15px auto 0;
    }
    .navlist2 a{
        padding: 10px 27px;
    }
    .list-people{
        text-align: center;
    }
}

@media (max-width: 768px) {
	.list-people>li{
    	width: 32%;
	}
	.list-yiqi>li{
		width: 49%;
	}
}

@media (max-width: 500px) {
	.list-people>li{
    	width: 49%;
	}
	.list-yiqi>li{
		width: 100%;
	}
}

@media (max-width: 500px) {
	.list-people>li{
    	width: 49%;
	}
	.list-yiqi>li{
		width: 100%;
	}
}

/*页码样式调整*/

.wp_paging {
    float: none;
    text-align: right;
}

.wp_paging li,
.wp_paging li span,
.wp_paging li a {
    float: none;
}

.wp_paging a.pagingJump {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    background: #2b6abe;
    color: #fff;
    padding: 0 3px 0 7px;
    border-radius: 5px;
    margin-left: -7px;
    margin-bottom: 3px;
}

.wp_paging a.pagingJump:hover {
    color: #fff;
}

.wp_paging li span.pages {
    margin-left: 15px;
    margin-top: -2px;
}

.wp_paging li input {
    width: 55px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    margin-top: -25px;
}
