/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #0064b2;
    text-decoration:underline;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}

/*头部*/
.header .container{
    height: 125px;
    position: relative;
}
.header .container>img{
    margin-top: 19px;
}
.top{
    position: absolute;
    top: 20px;
    right: 0;
}
.top a{
    position: relative;
}

.search{
    position: absolute;
    top: 60px;
    right: 0;
}
.search input[type='text']{
    height: 40px;
    line-height: 40px;
    width: 260px;
    padding: 0 35px 0 10px;
    border: 1px solid #C6C6C6;
    background: #fff;
}
.search input[type='submit'],.search input[type='button']{
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    height: 40px;
    border: none;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center center;
}
/*导航栏*/
.nav{
    height: 52px;
    line-height: 52px;
    background: #0064b2;
    position: relative;
    z-index: 9;
}
.menu>li{
    float: left;
    width: 238px;
    position: relative;
}
.menu>li>a{
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.menu>li>a:hover{
    color: #fff;
    background: #035697;
    text-decoration: none;
}
.sub-menu{
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    background: #035697;
    z-index: 99;
    display: none;
}
.sub-menu li a{
    display: block;
    color: #fff;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #0064b2;
}
.sub-menu li a:hover{
    color: #fff;
    background: #0064b2;
    text-decoration: none;
}

.section{
    min-height: 600px;
}
.title{
    height: 45px;
    line-height: 40px;
    margin: 20px 0;
    border-bottom: 4px solid #0064b2;
}
.title p{
    color: #0064b2;
    font-size: 20px;
    margin-right: 15px;
}

.title span{
    color: #C3C3C3;
    font-size: 20px;
}
.title a{
    text-decoration: none;
}
.title a span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D21221;
}

/*幻灯片*/
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
    margin-top: 15px;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:14px;
    height:14px;
    background:#B4B4B4;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    background:#E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
}

/*评估动态*/
.pg_dynamics{
    float: left;
    width: 775px;
}
.picNews{
    float: left;
    width: 349px;
    height: 234px;
}
.albumBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.albumBox .hd{
    position:absolute;
    width: 100%;
    bottom:10px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
    padding-right: 5px;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background:#B8192B;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
    width: 349px;
    height: 234px;
}
.albumBox .bd li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 0 80px 0 15px;
    background: rgba(0,0,0,.5);
}

.news{
    float: right;
    width: 405px;
}
.info-list{
    height: 240px;
}
.info-list li{
    height: 30px;
    line-height: 30px;
    position: relative;
}
.info-list li a{
    padding-left: 12px;
}
.info-list li i{
    position: absolute;
    top: 11.5px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ddd;
}
.info-list li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 60px;
}
.info-list li p:hover i{
    background: #0064b2;
}

/*评估通知*/
.pg_notice{
    float: right;
    width: 400px;
}

/*政策文件*/
.policy_file{
    float: left;
    width: 350px;
}

/*资料下载*/
.download{
    float: left;
    width: 400px;
    margin: 0 25px;
}

/*相关链接*/
.flink{
    float: left;
    width: 400px;
}
.flink-list{
	padding: 0 3px;
}
.flink ul li{
    float: left;
    width: 100%;
	margin-bottom: 12px;
}
.flink ul li a{
    display: block;
    width: 100%;
    height: 68px;
    overflow: hidden;
}
.flink ul li a img{
    width: 100%;
    height: 68px;
    transition: .3s;
}
.flink ul li a:hover img{
    transform: scale(1.05);
}



/*尾部*/
.footer{
    padding: 30px 0;
    color: #fff;
    background: #0064b2;
}
.footer-bottom{
}
.footer-bottom p{
    height: 60px;
    line-height: 30px;
    text-align: center;
}

/*banner*/
.banner img{
    width: 100%;
}

/*左侧导航*/
.aside{
    float: left;
    width: 250px;
    position: relative;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #DFDFDF;
}
.aside h2{
    height: 70px;
    line-height: 70px;
    font-size: 22px;
}
.aside ul li{
    height: 60px;
    border-top: 1px solid #DFDFDF;
}
.aside ul li a{
    display: block;
    line-height: 60px;
    font-size: 16px;
}
.aside ul li a:hover{
    text-decoration: none;
}
.aside ul li.on a{
    color: #fff;
    background: #0064b2;
}

/*右侧列表*/
.column{
    float: right;
    width: 925px;
    margin: 30px 0 0;
    border: 1px solid #DFDFDF;
}
.position{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #CFCFCF;
}
.position h2{
    color: #0064b2;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
}
.position .rt{
    margin-right: 30px;
}
.position a{
    color:#666;
}
.position a:hover{
    color:#0064b2;
}
.news-list{
    min-height: 550px;
}
.news-list li{
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    border-bottom: 1px solid #DFDFDF;
}
.news-list li span{
    color: #666;
}
.news-list li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 100px;
}
.news-list li a{
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    text-decoration: none;
}
.news-list li a:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #858585;
    border-radius: 50%;
}
.news-list li a:hover:before{
    background: #0064b2;
}

/*详情页*/
.detail{
    margin: 30px 0;
    min-height: 550px;
    padding: 0 30px;
}
.caption{
    margin: 30px 0;
    text-align: center;
}
.caption h1{
    font-size: 20px;
    font-weight: normal;
}
.caption p{
    margin-top: 10px;
    color: #999;
}
.caption p span{
    margin-right: 10px;
}
.detail img,.detail table{
	max-width: 90%!important;
}