﻿@charset "utf-8";
/* 焦点图切换  */
.focus{position: relative;text-align: center;overflow: hidden;margin-bottom: 20px;}
.focus .hd{position: absolute;z-index: 11;left: 0;right: 0;bottom: 22px;margin: auto;}
.focus .hd ul{display: flex;justify-content: center;}
.focus .hd li{float: left;cursor: pointer;width: 8px;height: 8px;border-radius: 8px;background-color:#fff;margin: 0 5px;}
.focus .hd li span{display: none;}
.focus .hd li.on{width: 30px;background-color:#D90001;}
.focus .bd img{width: 100%;}
.focus .bd li{position: relative;}
.focus .bd .con{position: absolute;bottom: 0;left: 0;width: 100%;display: none;}
.focus .bd .title{position: relative;z-index: 3;}
.focus .bd .title a{color: #fff;display: block;padding: 10px;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;overflow: hidden;}
.focus .bd .bg{position: absolute;right: 0;bottom: 0;left: 0;z-index: 2;height: 40px;background-color: #000;filter: alpha(opacity=60);opacity: .6;}
.column {
    position: relative;
    overflow: hidden;
}
/* columnA */

#columnA {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
#focusNews,#focusNews .bd .pic img {
    width: 680px;
    height: 420px;
    margin: 0;
}
#focusNews .bd{
   height: 420px; 
}
#focusNews .bd .con{
    height: 40px;
    line-height: 40px;
}
#focusNews .bd .con .titleBg{
    height: 40px;
}
#topNews {
    width: 500px;
}
#topNews .hd span {
    float: left;
    _display: inline;
    padding: 0 20px;
    color: #333333;
    height: 46px;
    line-height: 46px;
    font-size: 22px;
    font-weight: 500;
}
#topNews .hd span a {
	font-weight: 700;
    color: #333333;
}
#topNews .hd span.on {
    background: #AC0001;
    color: #fff;
}
#topNews .hd span.on a {
    color: #fff;
}
#topNews .bd {
    border: 1px solid #E3E3E3;
    border-top: 0;
    padding: 10px 20px 11px;
}
#topNews .topicList {}
#topNews .topicList .t {
    height: 64px;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    border: none;
    
}
#topNews .topicList .t .title {
    height: 63px;
    line-height: 63px;
    padding: 0px;
    margin: 0px;
    color: #C80003;
    text-align: center;
    border-bottom: 1px dashed #E3E3E3;
}
#topNews .topicList .t .tit {
    color: #cc0000;
    font-size: 18px;
    font-weight: 700;
}
#topNews .topicList .t .intro {
    display: none;
}
#topNews .topicList .n {
    height: 46px;
    line-height: 46px;
    padding-left: 14px;
    background: url(../../base/img/list_icon.png) 0 center no-repeat;
}
#topNews .topicList .n a{
    font-size: 16px;
}
#topNews .topicList .n .date{
    font-size: 14px;
    color:#9B9B9B;
}
/* columnB */

#columnB .row {display: flex;justify-content: space-between;margin-bottom: 20px;}
#columnB .row .box{width: 385px;}
#columnB .row .box .bd{height: 276px;}

#columnC{margin-bottom: 20px;}
#columnC .box .hd{display: flex;justify-content: space-between;}
#columnC .box .hd ul{display: flex;flex:1;}
#columnC .box .hd ul li{margin-left: 20px;line-height: 46px;}
#columnC .box .hd ul li a{font-size: 14px;}

