@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: 0px auto;
  	overflow: hidden;
}
.jrdz{
	width: 100%;
	height: 363px;
	background: #F2F2F2;
}
.jrdz-left, .jrdz-right {
	width: 600px;
	padding: 20px;
}
.jrdz_tit{
    float: left;
    padding: 0 16px;
    height: 40px;
    color: #fff;
    background: #1074B6;
    border-radius: 3px;
    line-height: 40px;
    font-size: 17px;
}
.jrdz_tit:hover {
    color: #fff;
}
.line{
	width: 380px;
	height: 1px;
	float: left;
	background: #EAEAEA;
	margin-top: 23px;
	margin-left: 17px;
}
.jrdz_more{
	font-size: 14px;
	color: #666666;
	float: right;
	margin-top: 15px;
}
.jrdz_more:hover {
    color: #1074B6;
}
.jrdz_ul img{
	width: 6px;
	height: 9px;
	float: left;
	margin-right: 13px;
	margin-top: 7px;
}
.jrdz_ul li{
	margin-top: 10px;
	width: 100%;
}
.jrtxt{
	float: left;
	font-size: 16px;
	color: #555555;
}
.jrtime{
	float: right;
	font-size: 16px;
	color: #555555;
}
.news{
    width: 100%;
    height: 247px;
	margin: 30px auto 0;
}
.news ul{
  width: 590px;
  height: 247px;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	float: left;
	margin-left: 20px;
}
.uls{
	margin-left: 0px !important;
}
.news ul li p:hover{
	color: #1074B6;
}
.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;
	border-radius: 3px;
	line-height: 40px;
	font-size: 17px;
	float: left;
	color: #fff;
	background: #1074B6;
}
.news_more{
	font-size: 14px;
	color: #666666;
	float: right;
	margin-right: 19px;
	margin-top: 12px;
}
.news ul img{
	width: 6px;
	height: 9px;
	float: left;
	margin-right: 13px;
	margin-top: 7px;
	margin-left: 11px;
}
.news ul li{
	margin-top: 10px;
}
.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: 10px;
}