@charset "utf-8";
main{
    padding: 50px 0;
}
.clearfix::after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
}

.clearfix {
	display: block;
}
.w1400{width:1400px;margin: 0 auto;box-sizing: border-box;}
.ny_banner{
    position: relative;
    width: 100%;
}
.ny_banner img{
    display:block;
    width:auto;
    height:auto;
    object-fit: cover;
    min-height: 150px;
    width: 100%;
}
.ny_banner h2{
    position: absolute;
    font-size: 46px;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    text-shadow: 0 0 5px #f99b15;
}
/* 左侧导航 */
.left_dh{
    width: 310px;
    /*    padding: 25px; */
    box-sizing: border-box;
    height: auto;
  
    position: relative;
}
.left_dh h2,.left_dh h3 {
    width: 100%;
    padding: 50px 0px;
    font-size: 31px;
    color: #fff;
    background: #498fd1;
    text-align: center;
}
.left_dh h3{display:none;}
.left_dh ul{
    display: block;
    background: #fff;
    box-shadow: 0 0 16px 5px rgba(8,1,3,0.1);
    padding-bottom: 100px;
}
.left_dh ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    color: #000;
    padding: 0 40px 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    background: url(../images/left_dh_icon1.png) no-repeat right 40px center;
}
.left_dh ul li:last-of-type a{
    border-bottom: none;
}
.left_dh ul li a.hover,.left_dh ul li a:hover{
    color: #f99b15;
    font-weight: bold;
    background: url(../images/left_dh_icon2.png) no-repeat right 40px center;
}

/* 右侧内容 */
.right_con{
    width: calc(100% - 360px);
    min-height: 400px;
}
.right_con1{width:100%;}
/* 当前位置 */
.dqwz{
    padding: 0 0 0 22px;
    background: url(../images/local.png) 0 12px no-repeat;
    /* height: 40px; */
    line-height: 40px;
    border-bottom: #e8e8e8 1px solid;
    margin-bottom: 20px;
}
.dqwz,.dqwz span,.dqwz i,.dqwz a{
    font-size: 14px;
    color: #999999;
    font-style:normal;
    text-transform: capitalize;
}
.dqwz i{ 
    margin:0 6px
}
.dqwz a:hover{
    color: #2270e2;
}
.dqwz span{ 
    color:#04589f
}

/* 单篇 */
.dp h2.bt{
    font-size: 35px;
    color: #131313;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.right_con .content p,.right_con .content span{
    font-size: 16px!important;
    color: #0f0f0f!important;
    line-height: 32px!important;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.right_con .content p{
    margin-bottom: 10px!important;
    text-indent: 2em!important;
    text-align: justify;
}
.right_con .content img{
  
    width: auto;
    height: auto;
    max-width: 80%;
    margin: 10px auto;
    object-fit: cover;
}
/* 内容页 */
.nr_con h2.bt{
    font-size: 28px;
    color: #010101;
    margin: 20px 0;
    line-height: 35px;
    text-align: center;
}
.nr_con div.wzxx{
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-bottom: 20px;
}
.nr_con div.wzxx p{
    font-size: 14px;
    line-height: 38px;
    color: #818181;
    text-align: center;
}

/* 列表页 */
.list ul li{
    margin-top: 30px;
}
.list ul li:first-of-type{
    margin-top:0;
}
.list ul li a{
    display: block;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px 6px rgba(0,60,112,0.1);
}
.list ul li a p.time{
    width: 90px;
    height: auto;
    background: #f99b15;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
}
.list ul li a p.time span{
    display: block;
    font-size: 20px;
}
.list ul li a p.more{
    width: 100px;
    font-size: 15px;
    color: #373535;
    line-height: 35px;
    padding-right: 30px;
    background: url(../images/list_more.png) no-repeat right center;
    box-sizing: border-box;
}
.list ul li a p.con{
    width: calc(100% - 240px);
}
.list ul li a p.con span{
    display: block;
}
.list ul li a p.con span.tit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.list ul li a p.con span.txt{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
}
.list ul li a:hover p.con span.tit{
    color: #f99b15;
}
.list ul li a:hover p.con span.txt{
    color: #333;
}

.list1{margin-top:20px;}
.list1 ul li{
    line-height: 40px;
    position:relative;
}

.list1 li a:before{content:'';width:5px;height:5px;background-color:#d2d2d2;border-radius:50%;display:inline-block;margin-right:5px;}
.list1 ul li a{display: block;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}



/* 检索结果 */
/*search*/
.searchWrap {
    min-height: 600px;
    background: #fff;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #f99b15;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #f99b15;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
}

.lqcx{margin-top:20px;}
.lqcx table{border: 0px;border-left:1px solid #ddd;border-top:1px solid #ddd;width: 56%;margin:20px auto}
.lqcx table tr td{ border-left:0px; border-top:0px;line-height: 30px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
.lqcx table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }


/* 媒体查询 */
@media only screen and (max-width: 1450px){
	.w1400 {
		width: 100%;
		padding: 0 3.5%;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 1440px){
    main{
        padding: 40px 0;
    }
    .left_dh{
        width: 260px;
        padding: 20px 10px;
    }
    .right_con{
        width: calc(100% - 300px);
    }
	.right_con1{width:100%;}
    .left_dh ul li a{
        padding: 0 30px 0 20px;
        background: url(../images/left_dh_icon1.png) no-repeat right 20px center;
        line-height: 48px;
    }
    .left_dh ul li a.hover, .left_dh ul li a:hover{
        background: url(../images/left_dh_icon2.png) no-repeat right 20px center;
    }
    .left_dh p.btn_one{
        height: 72px;
    }
    .left_dh p.btn_one img{
        width: 34px;
    }
    .left_dh p.btn_one span{
        font-size: 26px;
        line-height: 34px;
        margin-left: 20px;
    }
    .dp .content{
        margin-top: 10px;
    }
    .dp h2.bt{
        font-size:26px;
        margin-bottom: 0;
    }
    .nr_con h2.bt{
        font-size: 26px;
        margin: 15px 0;
    }
    .nr_con div.wzxx{
        margin-bottom:15px;
    }
    .nr_con div.wzxx p{
        line-height: 40px;
    }
    .right_con .content p{
        margin-bottom:5px!important;
    }
    .right_con .content img{
        min-width:auto;
    }
    .list_link ul li{
        width: 23.5%;
        margin-right: 2%;
    }
    .list_link ul li a{
        margin-top:0;
        margin-bottom:20px;
    }
    .list ul li a{
        padding: 20px;
    }
    .list ul li{
        margin-top:0;
        margin-bottom:25px;
    }
}

@media only screen and (max-width: 1240px){
   .left_dh{
        width:245px;
    }
    .right_con{
        width:calc(100% - 275px);
    }
	.right_con1{width:100%;}
    .left_dh ul li a{
        padding: 0 25px;
        font-size: 16px;
    }
    .left_dh ul{
        padding-bottom:0;
    }
    #vsb_content table{
        width:90%;
    }
    .list_link ul li{
        width: 32%;
        margin-right: 2%;
    }
    .list_link ul li:nth-of-type(4n){
        margin-right: 2%;
    }
    .list_link ul li:nth-of-type(3n){
        margin-right:0;
    }
    .list ul li{
        margin-bottom:20px;
    }
}
@media only screen and (max-width: 1180px){
   .left_dh h2{padding:20px 0px;background: url(../images/bnt_sub_nav2.png) 96% center no-repeat #498fd1;background-size: 29px;font-size:26px;}
  .right_con{margin-top:20px;}
}

@media only screen and (max-width: 960px){
    main{
        padding: 20px 0;
    }
    .left_dh,.right_con{
        width:100%;
    }
    .left_dh{
        background:#fff;
        padding: 0;
    }
    .left_dh p.btn_one{
        position: static;
        background: #7c120e;
        display: block;
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
        transform: translateY(0);
    }
    .left_dh p.btn_one img{
        display:none;
    }
    .left_dh p.btn_one span{
        margin-left: 0;
        font-size: 20px;
        line-height: 48px;
    }
    .left_dh ul{
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 98;
    }
    .right_con .content img{
        max-width:90%;
    }
    #vsb_content table{
        width:100%;
        margin:10px auto;
    }
    .ny_banner h2{
        font-size: 32px;
    }
 .left_dh h2{display:none;}
  .left_dh h3{background: url(../images/bnt_sub_nav2.png) 96% center no-repeat #3d80b8;background-size: 29px;display:block;padding:20px 0px;} 
}
@media only screen and (max-width: 768px){
    .left_dh p.btn_one span{
        font-size: 17px;
        line-height: 42px;
    }
    .dp{
        margin-top:0;
    }
    .dp h2.bt{
        font-size: 22px;
        line-height: 30px;
    }
    .nr_con h2.bt{
        font-size: 22px;
        margin: 10px 0;
        margin-top: 0;
    }
    .nr_con div.wzxx{
        margin-bottom: 10px;
    }
    .nr_con div.wzxx p{
        line-height: 36px;
        font-size: 12px;
    }
    .right_con .content p, .right_con .content span{
        margin-bottom: 8px!important;
        font-size: 14px!important;
        line-height: 24px!important;
    }
    .right_con .content img{
        max-width:98%;
    }
    #vsb_content table{
        margin:5px auto;
        overflow: auto;
        display: block;
    }
    .list_link ul li{
        width: 48%;
        margin-right: 4%;
    }
    .list_link ul li:nth-of-type(3n){
        margin-right: 4%;
    }
    .list_link ul li:nth-of-type(2n){
        margin-right:0;
    }
    .list ul li a{
        padding: 10px;
    }
    .list ul li a p.time{
        width: 70px;
        font-size: 14px;
        line-height: 22px;
    }
    .list ul li a p.time span{
        font-size: 18px;
    }
    .list ul li a p.more{
        width: 85px;
        font-size: 14px;
        padding-right: 25px;
    }
    .list ul li a p.con{
        width: calc(100% - 185px);
    }
    .list ul li a p.con span{
        display: block;
    }
    .list ul li a p.con span.tit{
        font-size: 15px;
        line-height: 28px;
    }
    .list ul li a p.con span.txt{
        font-size: 12px;
        line-height: 18px;
        max-height: 36px;
    }
    .searchWrap .serBox{
        padding: 15px;
        margin-bottom: 0;
    }
    .searchWrap .txt{
        width: 75%;
    }
    .searchWrap .btn{
        width:25%;
    }
    .searchWrap ul li{
        padding: 10px 0;
    }
    .searchWrap ul li a h3 {
    font-size: 16px;
    margin-bottom: 5px;
    }
    .searchWrap ul li a p{
    line-height: 25px;
    height: 50px;
    }
}
@media only screen and (max-width: 540px){
    main{
        margin: 10px 0;
        min-height: 155px;
        padding: 0;
    }
    .dp h2.bt{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .nr_con h2.bt{
        font-size: 18px;
        line-height: 26px;
    }
    .nr_con div.wzxx{
        padding: 0 10px;
    }
    .left_dh p.btn_one span{
        line-height: 38px;
        font-weight: normal;
    }
    .left_dh p.btn_one{
        padding:0 10px;
    }
    .list ul li a p.more{
        display:none;
    }
     .list ul li a p.con{
        width: calc(100% - 80px);
    }
    .list ul li{
        margin-bottom:0;
        margin-top:15px;
    }
	.left_dh h2 {
	    font-size: 20px;
	    padding: 10px 0px;
	    background-size: 20px;
	}
	.left_dh h3 {
	    font-size: 20px;
	    padding: 10px 0px;
	    background-size: 20px;
	}
}
@media only screen and (max-width: 440px){
    .list_link ul li{
        width: 100%;
        margin-right: 0%;
    }
    .list_link ul li a{
        margin-bottom:0;
        margin-top:15px;
        height: 48px;
        font-size: 15px;
    }

}