@charset "UTF-8";
html, body, p, h1, h2, h3, h4, h5, h6, div, img, ul, li, ol, dl, dt, dd, span, input {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, Arial, Verdana, Helvetica, sans-serif;
}
body{
    background: #f1f4f9;
}
ul li {list-style: none;}
input {outline: none;}
img {border: none;}
a {text-decoration:none;cursor:pointer;color:#000000;}
a:focus{outline:none;}
a:hover { color:#077fd3;}
.clearFix {*zoom: 1;}
.clearFix:after {display: block;overflow: hidden;clear: both;height: 0;visibility: hidden;content: ".";}



/*头部导航*/
.topBox{
    position:relative;
    width: 100%;
    height: 205px;
    background: url("1109780.png") 50%;
}
.top{
    position: relative;
    /*width: 1100px;*/
    margin: 0 auto;
    top: 30px;
}
.top .logo{
    float: left;
}
.top .search{
    position: relative;
    float: right;
    width: 265px;
    height: 40px;
    margin-right: 45px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.top .search .text{
    position: absolute;
    width: 210px;
    height: 25px;
    left: 12px;
    top: 7px;
    background-color: rgba(255,255,255,-0.9);
    outline: none;
    border: 0;
    -webkit-appearance: none;
    -webkit-appearance: button;
}
.top .search .btn{
    position: absolute;
    width: 21px;
    height: 21px;
    right: 10px;
    top: 12px;
    background: url("1109778.png");
    outline: none;
    border: 0;
}
.nav{
    position: absolute;
    margin: 0 auto;
    width: 1100px;
    height: 45px;
    bottom: 0;
    left: 0;
    right: 0;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    width: 175px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
}



.content{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.plate{
    width: 1100px;
}

.location{
	height:44px; 
	line-height:44px; 
	padding-left:20px; 
	background:url(1109775.png) 0 center no-repeat; 
	font-size:14px; 
}
.location>a{
	color: #0043b2;
}
.mainBody{
	height: 905px;
	width: 960px;
	background-color: #ffffff;
	margin: 0 auto;
}
.mainTitle{
	height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 700;
    color: #0043b2;
    box-shadow: 2px 4px 6px #eff0f2;
}
.pressRelease{
	width: 110px;
    padding: 0 10px 0 22px;
    border-bottom: 2px solid #cbd2df;
}
.mainEssay{
	padding: 20px 0 0 25px;
}
.mainEssay>ul>li{
	height: 38px;
    line-height: 38px;
    font-size: 18px;
    position: relative;
}
.mainEssay>ul>li>img{
	position: absolute;
    top: 18px;
    left: 5px;
}
.mainEssay>ul>li>a{
	 margin-left: 20px;
}
.releaseTimes{
    position: absolute;
    top: 0;
    right: 36px;
    color: #999999;
}







.footer{
    width: 100%;
    height: 120px;
    margin-top: 45px;
    background-color: #0066cc;
}
.footer .footer-content{
    width: 470px;
    height: 75px;
    margin: 0 auto;
}
.footer-left{
    float: left;
    margin-top: 30px;
    margin-right: 65px;
}
.footer-center{
    float: left;
    margin-top: 25px;
    color: #fff;
    font-size: 12px;
}
.footer-center p{
    height: 25px;
    line-height: 25px;
}
.footer-right{
    float: left;
    margin-top: 30px;
    margin-left: 60px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}