
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.dt_container{
    width: 1200px;
    margin: 0 auto;
}
.ywdt_con{
    margin-top: 30px;
    padding-bottom: 20px;
}
.ywdt_con .news_lb{
    float: left;
    width: 583px;
    position: relative;
}
.ywdt_con .news_lb .bd ul li{
    position: relative;
}
.ywdt_con .news_lb .bd ul li .news_img{
    width: 584px;
    height: 390px;
    position: relative;
    overflow: hidden;
}
.ywdt_con .news_lb .bd ul li .news_img img{
    width: auto;
    min-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.ywdt_con .news_lb .bd ul li .news_text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    padding-left: 17px;
    line-height: 48px;
}
.ywdt_con .news_lb .bd ul li .news_text a{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ywdt_con .news_lb .bd ul li .text_bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: #000;
    opacity: 0.64;
}
.ywdt_con .news_lb .hd{
    position: absolute;
    right: 20px;
    bottom: 22px;
}
.ywdt_con .news_lb .hd ul li{
    float: left;
    width: 27px;
    height: 5px;
    background: #818282;
    margin-left: 4px;
    cursor: pointer;
}
.ywdt_con .news_lb .hd ul li:first-child{
    margin-left: 0;
}
.ywdt_con .news_lb .hd ul li.on{
    background: #c78c5b;
}
.ywdt_con .news_tab{
    float: left;
    width: 590px;
    margin-left: 26px;
}
.news_tab .tab_menu{
    padding-bottom: 8px;
}
.news_tab .tab_menu ul li{
    float: left;
    height: 45px;
    line-height: 22px;
    padding: 0 14px;
    margin-left: 8px;
    position: relative;
}
.news_tab .tab_menu ul li:first-child{
    margin-left: 0;
}
.news_tab .tab_menu ul li a{
    font-size: 22px;
    color: #999;
}
.news_tab .tab_menu ul li.active{
    border-bottom: 3px solid #c13737;
}
.news_tab .tab_menu ul li.active:after{
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #c13737 transparent transparent transparent;
}
.news_tab .tab_menu ul li.active a{
    font-weight: bold;
    color: #333;
}
.news_tab .tab_menu ul li .line{
    display: none;
}
.news_tab .tab_sub{
    margin-top: 8px;
}
.news_tab .tab_sub .sub_list{
    display: none;
}
.news_tab .tab_sub .sub_list:first-child{
    display: block;
}
.news_tab .tab_sub ul li{
    line-height: 36px;
    padding-left: 54px;
}
.news_tab .tab_sub ul.yw li{
    background: url("../image/yw_icon.png") no-repeat left center;
}
.news_tab .tab_sub ul.gg li{
    background: url("../image/gg_icon.png") no-repeat left center;
}
.news_tab .tab_sub ul li a{
    font-size: 16px;
    color: #000;
    float: left;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_tab .tab_sub ul li a:hover{
    color: #af3131!important;
}
.news_tab .tab_sub ul li .date{
    float: right;
    font-size: 16px;
    color: #999;
}
.con_bottom{
    margin-top: 30px;
}
.col_xx .tab_menu{
    padding-bottom: 14px;
}
.col_xx .tab_menu ul{
    margin-left: -20px;
}
.col_xx .tab_menu ul li{
    float: left;
    width: 224px;
    height: 190px;
    margin-left: 20px;
    box-shadow: 5px 0 20px 0 rgba(221, 214, 206, 0.75);
    position: relative;
    border: 1px solid #fff;
    text-align: center;
}
.col_xx .tab_menu ul li.active{
    border: 1px solid #ffd5b2;
}
.col_xx .tab_menu ul li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding-top: 30px;
}
.col_xx .tab_menu ul li .col_ico{
    height: 70px;
    margin-bottom: 20px;
}
.col_xx .tab_menu ul li.active:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 14px;
    background: url("../image/sj.png") no-repeat;
    background-size: 100% 100%;
}
.col_xx .tab_sub{
    margin-top: 20px;
}
.col_xx .tab_sub .sub_list{
    display: none;
    height: 324px;
    overflow: hidden;
}
.col_xx .tab_sub .sub_list:first-child{
    display: block;
}
.col_xx .tab_sub ul li{
    height: 36px;
    line-height: 36px;
    position: relative;
    padding-left: 20px;
}
.col_xx .tab_sub ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    width: 3px;
    height: 3px;
    background: #000;
}
.col_xx .tab_sub ul li a{
    font-size: 16px;
    color: #000;
    display: inline-block;
    float: left;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col_xx .tab_sub ul li a:hover{
    color: #af3131!important;
}
.col_xx .tab_sub ul li span,
.col_xx .tab_sub ul li .date{
    float: right;
    font-size: 16px;
    color: #999;
}
.ywdt_con .news_lb ul{
   width:100% !important
}