﻿.new-ty{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.new-yw{
	border-top:1px solid #e6e6e6;
	margin-top: 35px;
}
.new-ty .hd{
	width:100%;
	height: 50px;
	border-bottom: 3px solid #007de8;     margin-top: 10px;
}
.new-ty .hd li{
	float: left;
	width: 150px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
}
.new-ty .hd .on{
	    border-bottom: 3px solid #007de8;
    background: #007ed8;
    
}
.new-ty .hd li a{
	color: #2b2b2b;
}
.new-ty .hd .on a{
	color: #fff;
}
.new-ty .bd ul{
	padding: 0 15px;
	margin-top: 15px;
}
.new-ty .bd ul li{
	text-align: left;
    line-height: 37px;
}
.new-ty .bd li .date {
    float: right;
    color: #000;
    font-size: 16px;
}
.new-ty .bd li b {
    font-size: 16px;
    color: #d2d2d2;
}
.new-ty .bd li a {
    color: #000;
    font-size: 16px;
    padding-left: 20px;
}
.new-img{
	    width: 99%;
    position: relative;
    margin: 20px auto 0;
    background: #fff;
    overflow: hidden;
height:400px;
}
.new-img .hd{

}
.new-img .hd ul{
	overflow: hidden;
	float: left;
	position: absolute;
	z-index: 999;
	top: 415px;
	right: 16%;
}
.new-img .hd ul li{
	float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 20px;
    border:3px solid #007de8;
}
.new-img .hd ul li.on{
	background: #007de8;
    color: #fff;
}
.new-img .bd ul li{
	overflow: hidden;
}
.new-img .bd ul li a{
	display: block;
	float: left;
}
.new-img .bd ul li a img{
	width: 670px;
	height: 400px;
}
.new-tiao{
	width: 395px;
	padding:40px;
	float: left;
}
.new-tiao-time{
display: block;
    font-weight: 400;
    font-size: 16px;
    color: #999;
line-height:50px;
}
.new-tiao h3{
	font-size: 30px;
	color: #007de8;
	display: block;
	margin:10px 0;
}
.new-tiao p{
	display: block;
	color: #2b2b2b;
	text-indent: 2em;
	line-height: 30px;
	margin: 30px 0;
	font-size: 16px;
}
.ht-218{
	display: block;
	height: 2px;
	background:#007de8;
}
.new-tiao a{
	font-size: 20px;
	color: #4b4b4b;
	margin-top: 30px;
	font-weight: 600;
}
.pic-page {
    position: absolute;
    z-index: 1;
    right: 230px;
    bottom: 10px;
    width: 40px;
    text-align: center;
    height: 30px;
    color: #007de8;
    font-size: 25px;
}
.prev{
    display: block;
    width: 20px;
    height: 45px;
    background: url(/static/images/202011201145008.png) no-repeat -133px 0px;
    position: absolute;
    bottom: -2%;
    margin-top: -30px;
    z-index: 1;
    right:360px;
}
.next {
       display: block;
    width: 20px;
    height: 45px;
    background: url(/static/images/202011201145008.png) no-repeat -198px 0px;
    position: absolute;
    bottom: -2%;
    margin-top: -30px;
    z-index: 1;
    right: 125px;
}