@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}
html, body {
    min-height: 100%;
}
 
body {
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#333;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}
 
img {
    border: none;
    vertical-align: middle;
}
 
a {
    text-decoration: none;
    color: #232323;
}
 
table {
    border-collapse: collapse;
    table-layout: fixed;
}
 
input, textarea {
    outline: none;
    border: none;
}
 
textarea {
    resize: none;
    overflow: auto;
}
 
.clearfix {
    zoom: 1;
}
 
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}
 
.fl {
    float: left
}
 
.fr {
    float: right
}
 
.tl {
    text-align: left;
}
 
.tc {
    text-align: center
}
 
.tr {
    text-align: right;
}
 
.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
#box{
	width: 1200px;
	margin: 0 auto;
}
.ld{
	float: left;
	margin-left: 99px;
	margin-top: 30px;
}
.ld1{
	width: 112px;
	height: 142px;
	float: left;
}
.ld_txt{
	float: left;
	width: 288px;
	margin: 0 32px;
	text-align: center;
	color: #1174B7;
}
.ld_nme{
	text-align: center;
	font-size: 23px;
	margin-top: 24px;
}
.ld_zw{
	font-size: 16px;
	margin-top: 19px;
}
.ld_write{
	width: 116px;
	height: 28px;
	display: block;
	border: 1px solid #86B8DA;
	border-radius: 11px;
	text-align: center;
	line-height: 28px;
	font-size: 19px;
	margin: 20px auto 0;
	cursor: pointer;
}
.box{
	width: 1200px;
	margin: 0 auto;
}
.left{
	float: left;
	width: 735px;
}
.news{
	width: 100%;
}
.news ul{
	width: 733px;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	float: left;
	margin-top: 20px;
}
.news_tit{
	width: 100%;
	height: 40px;
	background: url(../images/tiao.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.news_name{
	padding: 0 16px;
	height: 40px;
	color: #fff;
	background: #1074B6;
	border-radius: 3px;
	line-height: 40px;
	font-size: 17px;
	float: left;
}
.news_more{
	font-size: 14px;
	color: #666666;
	float: right;
	margin-right: 19px;
	margin-top: 10px;
}
.news ul img{
	width: 6px;
	height: 9px;
	float: left;
	margin-right: 13px;
	margin-top: 7px;
	margin-left: 16px;
}
.news ul li{
	margin-top: 10px;
}
.news ul li p:hover{
	color: #1074B6;
}
.news ul li:nth-child(2){
	margin-top: 10px !important;
}
.news ul li:last-child{
	margin-bottom: 20px;
}
.nwtxt{
	float: left;
	font-size: 16px;
	color: #555555;
}
.nwtime{
	float: right;
	font-size: 16px;
	color: #555555;
	margin-right: 19px;
}
.right{
	width: 433px;
	float: right;
}
.r_two a{
	width: 213px;
	margin-top: 20px;
	height: 57px;
	float: left;
	font-size: 19px;
	line-height: 57px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: #2D8FFF;
}
.ft{
	width: 100%;
	margin-top: 22px;
}
.ft_img{
	width: 215px;
	height: 96px;
	float: left;
	margin-left: 10px;
}
.ft_news{
	float: left;
	margin-left: 10px;
}
.ft_news a{
	margin-top: 10px;
	font-size: 17px;
	display: block;
}
.ft_cot{
	color: #888888;
}
.ft_time{
	color: #888888;
}
