@charset "utf-8";
/* 左侧导航 */
.ny_banner{
	padding:0 10px;
	box-sizing: border-box;
}
.ny_banner img{
   min-height:220px;
   object-fit: cover;
   width: 100%;
}
main{
    margin: 40px 0;
}
main>div.w1300{
	padding:0 10px;
	box-sizing:border-box;
}
.left_dh{
    width: 240px;
}
.left_dh>h1{
    height: 88px;
    line-height: 88px;
    background: #012F60;
    font-size: 1.475rem;
    color: #fff;
    padding: 0px 1.5rem;
}
.left_dh>h1 span {
    position: relative;
    top: -8px;
}
.left_dh>h1 span::before {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 1.25rem;
    height: 1px;
    background: #fff;
}
.left_dh>h2{
	display:none;
}
.left_dh ul{
	display: block;
	box-sizing: border-box;
	background: #f5f5f5;
	border-left: 5px solid #012F60;
	padding-top: 10px;
}
.left_dh ul li a{
    width: 100%;
    font-size: 17px;
    line-height: 52px;
    color: #4c4c4c;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 20px;
    transition: all 0.36s ease 0s;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.left_dh ul li a:hover,.left_dh ul li.on a {
    color: #2270e2;
    font-weight: bold;
    background: #fff;
}

/* 右侧内容 */
.right_con{
    width: calc(100% - 300px);
}
/* 当前位置 */
.dqwz{
    padding: 10px 0 10px 22px;
    background: url(../img/local.png) left center no-repeat;
    height: auto;
    line-height: 20px;
    border-bottom: #e8e8e8 1px solid;
}
.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: #012F60;
}
.dqwz span{ 
    color:#04589f
}

/* 列表页 */
.right_con .list ul li{
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
}
.right_con .list ul li .time {
    float: left;
    width: 68px;
}
.right_con .list ul li a {
    float: right;
    width: calc(100% - 95px);
}
.right_con .list ul li .time p {
    height: 38px;
    line-height: 38px;
    text-align: center;
    transition: all 0.5s;
}
.right_con .list ul li .time p:first-child {
    font-size: 22px;
    color: #999999;
    background: #e8e8e8;
}
.right_con .list ul li .time p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    border: 1px solid #e8e8e8;
    line-height: 30px;
    height: 30px;
}
.right_con .list ul li h2{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
}
.right_con .list ul li a p {
    font-size: 14px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 28px;
    height: 28px;
}
.right_con .list ul li:hover .time p:first-child{
    background: #012F60;
    color: #fff;
} 
.right_con .list ul li:hover {
	border-bottom: 1px solid #012F60;
}
.right_con .list ul li:hover h2{
	color: #012F60;
	font-weight:bold;
}
.right_con .list ul li:hover .time p:last-child{
	color: #012F60;
	border: 1px solid #012F60;
}

/* 单篇页 */
.right_con .list p.jsz,.right_con .dp p.jsz{
	font-size: 22px;
	line-height: 50px;
	color: #2270e2;
	text-indent: 10px;
}
.right_con .dp{
	margin-top: 30px;
}
.right_con .dp h2{
	font-size: 26px;
	color: #012F60;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
}
.right_con .dp h3{
	text-align: center;
	font-size: 22px;
	color: #444444;
}
.right_con .dp #vsb_content{
	margin-top: 30px;
}
.right_con .dp p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-bottom: 20px;
	text-indent:2em;
	text-align: justify;
}

/* 文章内容页 */
.right_con .content>h2{
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #111111;
    position: relative;
    margin-top: 30px;
}
/* 文章信息 */
.right_con .content .wzxx{
    width: 80%;
    text-align: center;
    font-size: 0;
    margin: 20px auto 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.right_con .content .wzxx p{
    display: inline-block;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 33px;
}
.right_con .content .con_sub{
    padding: 0 0 12px;
}
.right_con .content .con_sub p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    font-family: 'Microsoft YaHei'!important;
}
.right_con .content .next_prev{
    margin: 25px 0 0;
    width: 100%;
    padding: 0 40px;
    height: 86px;
    box-sizing: border-box;
    border-radius: 86px;
    background: #fff;
    box-shadow: 0 0 5px 2px #f9f9f9;
}
.right_con .content .next_prev p{
    width: 50%;
}
.right_con .content .next_prev p a{
    display: block;
    width: 100%;
    line-height: 86px;
    font-size: 16px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_con .content .next_prev p.fr a{
    text-align: right;
}
.right_con .content .next_prev p a:hover{
    color: #2270e2;
}
#vsb_content p.vsbcontent_img img,#vsb_content p img{
	display:block;
	width: 600px;
	height: auto!important;
	margin:0 auto;
	max-width: 90%;
}
/* 检索结果 */
.search .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-top: 20px;
}
.search .serBox .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}
.search .serBox .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #2270e2;
    font-size: 18px;
    border-radius: 0;
}
.search ul {
    padding-bottom: 30px;
}

.search ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0 10px;
}
.search ul li a {
    display: block;
}
.search ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search ul li a:hover h3 {
    color: #2270e2;
}
.search ul li a:hover p {
    color: #3d3d3d;
}
.search ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    color: #555555;
    line-height: 24px;
}
.search ul li a span.time {
    color: #999;
    margin-top: 15px;
    display: block;
}
@media only screen and (max-width: 1340px){
	.ny_banner{
		padding:0;
	}
}
@media only screen and (max-width: 1240px){
	main{
		margin:30px 0;
	}
	.left_dh{
		width: 220px;
	}
	.left_dh>h1{
		height: 72px;
		line-height: 72px;
		font-size: 22px;
	}
	.right_con{
		width: calc(100% - 250px);
	}
	
}
@media screen and (min-width:960px){
	.left_dh ul{
		display:block!important;
	}
}
@media only screen and (max-width: 960px){
	.ny_banner img{
		min-height: 100px;
		object-fit: cover;
	}
	.left_dh,.right_con{
		width: 100%;
		float:none;
	}
	.left_dh>h1{
		display:none;
	}
	.left_dh>h2{
		display:block;
		width:100%;
		color:#fff;
		background: #012F60;
		background-origin: content-box;
		line-height: 48px;
		height: 48px;
		font-size: 18px;
		text-align: left;
		padding: 0 15px;
		box-sizing: border-box;
		border-bottom: none;
		position: relative;
	}
	.left_dh .menus_sub {width: 30px;height: 30px;display: block;right: 15px;top: 5px;overflow: hidden;z-index: 10000;cursor: pointer;position: absolute;transition: all 0.4s ease;}
	.left_dh .menus_sub span {float: left;width: 12px;background: #fff;transition: all 0.4s ease;margin-top: 7px;height: 2px;}
	.left_dh .menus_sub span:nth-child(1) {transform: rotate(45deg);margin-top: 20px;margin-left: 5px;}
	.left_dh .menus_sub span:nth-child(2) {transform: rotate(-45deg);margin-top: -2px;margin-left: 12px;}
	.left_dh .menus_sub.open{transform:rotate(180deg);top: 16px;}
	.left_dh ul{
		display:none;
	}
	.left_dh ul {
	    background: #fff;
	    box-shadow: 0 0 18px 0 rgba(0,0,0,0.1);
	    border: none;
	    padding-top: 0;
	}
	.left_dh ul li a{
	    line-height: 46px;
	    padding: 0;
	    text-indent: 40px;
	}
	.right_con .content>h2{font-size: 22px;margin-top: 20px;}
	/* 文章信息 */
	.right_con .content .wzxx{margin: 10px auto 15px;}
	.right_con .content .con_sub p{font-size: 15px;}
	.right_con .content .next_prev{
		padding: 0;
		height: auto;
		border-radius: 0;
		box-shadow: none;
		margin: 10px 0 0;
	}
	.right_con .content .next_prev p{
	   width: 100%;
	}
	.right_con .content .next_prev p a{line-height: 32px;font-size: 15px;}
	.right_con .content .next_prev p.fr a{text-align:left;}
}
@media only screen and (max-width: 768px){
	.right_con .dp{
		margin-top:15px;
	}
	.right_con .dp h2{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.right_con .dp h3{
		font-size: 18px;
	}
	.right_con .dp #vsb_content{
		margin-top: 10px;
	}
	.right_con .dp p{
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	main{
		margin:15px 0;
		min-height: 395px;
	}
	.left_dh h2{
        line-height: 36px;
        height: 36px;
        font-size: 16px;
    }
    .left_dh li strong.phone_arrow{
        height:36px;
        line-height:36px;
    }
    .left_dh ul li a{
        line-height: 36px;
        font-size: 14px;
        text-indent: 20px;
    }
    .left_dh ul li .twoJ_menu a{
        padding: 8px 8px 8px 30px;
        font-size: 13px;
    }
	.left_dh .menus_sub{
        top: -2px;
    }
    .left_dh .menus_sub.open{
        top: 9px;
    }
}
@media only screen and (max-width: 640px){
	#vsb_content video{
		max-width:100%;
	}
	.right_con .list ul li{
		padding: 10px 0;
	}
	.right_con .list ul li .time {
	    width: 58px;
	}
	.right_con .list ul li a {
	   width: calc(100% - 70px);
	}
	.right_con .list ul li .time p {
	 line-height: 30px;
	 height: 30px;
	}
	.right_con .list ul li .time p:first-child {
	   font-size: 18px;
	}
	.right_con .list ul li .time p:nth-child(2) {
	    font-size: 12px;
	    line-height: 26px;
	    height: 26px;
	}
	.right_con .list ul li h2{
	   font-size: 16px;
	   line-height: 32px;
	   height: 32px;
	}
	.right_con .list ul li a p {
	    font-size: 13px;
	    line-height: 24px;
	    height: 24px;
	}
	.right_con .content>h2, .right_con .content>h2>p, .right_con .content>h2>p span{font-size: 16px!important;line-height: 24px!important;margin-top: 10px!important;}
	/* 文章信息 */
	.right_con .content .wzxx{width: 100%;line-height: 20px;margin: 10px auto 5px;}
	.right_con .content .wzxx p{font-size: 13px;line-height: 20px;}
	.right_con .content .con_sub p,.right_con .content .con_sub p span{font-size: 14px!important;line-height: 22px!important;font-family: 'Microsoft YaHei'!important;}
	.right_con .content .next_prev p a{font-size: 14px;line-height: 28px;}
	
	.search .serBox {padding: 15px 10px;}
	.search .serBox .txt {width: 75%;height: 36px;font-size: 14px;line-height: 36px;}
	.search .serBox .btn {width: 25%;font-size: 16px;height: 36px;}
	.search ul li {
		padding: 15px 0 10px;
	}
	.search ul li a h3 {
	   font-size: 15px;
	   line-height: 20px;
	   margin-bottom: 5px;
	}
	.search ul li a p{
		font-size: 13px;
		line-height: 21px;
		height: 42px;
	}
	.search ul li a span.time {
		 margin-top: 0px;
		 line-height: 24px;
		 font-size: 13px;
	}
	#vsb_content p.vsbcontent_img img,#vsb_content p img{
		max-width: 100%;
	}
}
@media only screen and (max-width: 580px){
	.right_con .dp h2{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.right_con .dp h3{
		font-size: 16px;
		line-height: 18px;
	}
	.right_con .dp #vsb_content{
		margin-top: 10px;
	}
	.right_con .dp p{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.dqwz, .dqwz span, .dqwz i, .dqwz a{
		font-size:12px;
	}
	.search .serBox .txt {width: 75%;height: 36px;font-size: 14px;line-height: 36px;}
	.search .serBox .btn {width: 25%;font-size: 16px;height: 36px;}
	.search ul li {
		padding: 15px 0 10px;
	}
	.search ul li a h3 {
	   font-size: 15px;
	   line-height: 20px;
	   margin-bottom: 5px;
	}
	.search ul li a p{
		font-size: 13px;
		line-height: 21px;
		height: 42px;
	}
	.search ul li a span.time {
		 margin-top: 0px;
		 line-height: 24px;
		 font-size: 13px;
	}
}
@media only screen and (max-width: 580px){
	.right_con .dp h2{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.right_con .dp h3{
		font-size: 16px;
		line-height: 18px;
	}
	.right_con .dp #vsb_content{
		margin-top: 10px;
	}
	.right_con .dp p{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.dqwz, .dqwz span, .dqwz i, .dqwz a{
		font-size:12px;
	}
	
}