@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
li{
    list-style:none;
}
a{
    text-decoration:none;
}
.box{
    width:100%;
    height:100%;
    background: #F6F6F6; 
}
.box .logo{
    width:100%;
    height:852px;
    background:url('../img/boxlogo.png') no-repeat center;
}
.box_coment{
    width:100%;
    height:100%; 
    position:relative;
}
.coment{
    width:1000px;
    height:100%; 
    margin:-365px auto;
    /* border:1px solid red; */
    background-color: #fff;
    overflow: hidden;
}
.title{
    width:100%;
    height:40px;
    font-size:16px;
    font-family:PingHei-Text;
    color:#222222;
    line-height:40px;
    text-indent:20px;
    margin-top:20px;
}
 
.title span a{
    color:rgba(155,155,155,1);
}
.list{
    width:940px;
    height:100%;
    margin:0 auto;
}
.branch {
    width: 930px;
    height: 40px;
    border-bottom: 1px solid #d9d9d9;
    margin-top:15px;
}
.branch h3 {
    font-weight: 600;
    font-size: 20px;
    display: block;
    /* width: 220px; */
    float: left;
    line-height: 40px;
   color:#EA1A22;
}
.branch span{
    display:inline-block;
    font-size:15px;
    font-family:HelveticaNeue;
    color:rgba(192,192,192,1);
    line-height:20px;
    margin-top:14px;
}
.branch .reds{
    float:right;
   margin-top:5px;
}
.branch .reds a {
    display: inline-block; 
    line-height: 40px;
    color:#EA1A22;
    font-size:14px;
}
.newsList {
    margin-bottom: 30px;
    margin-top: 20px;
}
.con-lists {
    margin: 5px 0 5px 15px;
    position: relative;
}
.con-lists::before {
    content: " ";
    width: 5px;
    height: 5px;
    background-color: #adadad;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 11px;
}
.con-lists p {
    display: block;
    /* clear: both; */
    overflow:hidden;
}
.con-lists p strong {
    width:728px;
    font: normal 16px/180% \5FAE\8F6F\96C5\9ED1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    /* border:1px solid red; */
}
.con-lists p span{
    display:inline-block;
    width:185px;
    font-size:16px;
    font-family:PingHei-Text;
    color:rgba(195,195,195,1);
    line-height:15px;
    text-align: right;
}
a, a:link, a:visited {
    color: #333;
    text-decoration: none;
    font-size:16px;
    font-family:PingHei-Text;
    color:rgba(3,3,3,1);
    line-height:20px;
}
.line{
    width:937px;
    height:1px;
    background-color: rgba(238,238,238,1);
    margin:0 auto;
}







.footer{
    width:100%;
    height:100%;
    
}
.footer .foot_img{
    width:100%;
    height:529px;   
    background:url('../img/footer.png') no-repeat center ;	
}
.footer .foot_img p{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
	color:#00195F;
	margin-top:450px;

}
.footer .foot_img p span:last-of-type {
    display: inline-block;
    text-indent: 40px;
}