﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,th,td{
    margin:0;
    padding:0;
    border: 0;
}
body{
    font-family:思源黑体CN,Microsoft YaHei,Arial,Verdana,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-weight:normal;
    font-size:100%;
}
address, caption, cite, code, dfn, em, i, th, var {
    font-style:normal;
    font-weight:normal;
}
a{
    text-decoration:none;
    outline:none;
   /* 取消IE下点击出现虚线框 */
    blr:expression(this.onFocus=this.blur());
}
a:hover{
    text-decoration:none;
}
img{
    border:none;
    vertical-align: top;
}
dl,ol,ul,li{
    list-style:none;
}
input, textarea, select, button{
    font:1.4rem Microsoft YaHei,Verdana,Helvetica,Arial,sans-serif;
}
table{
    border-collapse:collapse;
   /* 设置表格的两边框合并为一条 */
}
.clearfix:after{
    content: "";
    display: block;
    height:0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom:1;
}
.word-W{
    word-wrap:break-word;
   /* 允许长单词换行到下一行 */
    word-break:break-all;
   /* 允许在单词内换行 */
}
.wrap{
    width: 150rem;
    margin: 0 auto;
    position: relative;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.newsBanner .bannerImg {
    width: 100%;
    min-width: 150rem;
   /* min-height:50rem;
    */
}
.bread{
    width:100%;
    height:8.4rem;
    line-height:8.4rem;
    font-size:2.2rem;
    font-family:"鎬濇簮榛戜綋CN";
    border-bottom:0.1rem solid rgba(12,100,191,.1);
    overflow:hidden;
}
.bread a{
    display:inline-block;
    color:#5887c4;
    background:url(../images/exhDetailsImg/breadArrow.png) no-repeat center right;
    padding-right:2.5rem;
    cursor:pointer;
    text-decoration:none;
    margin-right:2rem;
}
.bread a:last-child{
   /* background:transparent;
    */
    margin-right:2rem;
}
.bread em{
    color:#666;
    font-style:normal;
}
p{
    font-size: 1.8rem;
    line-height: 200%;
}
h2.info-title{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding:1rem 0;
}
.center-right img{
    max-width: 100%;
    height: auto;
}
.article-box .news-title{
    width: auto;
}
.nav li:last-child:after{
    display: none;
}
.bannerImg{
    width: 100%;
    min-width: 150rem;
}
.latest{
    font-size: 3rem;
    color: rgb(8, 0, 20);
    width: 100%;
    height: 7.2rem;
    line-height: 7.2rem;
    text-align: center;
    background: #fff;
    border-radius: 10px;
}