*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: black;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.banner {
    background: url(../topbg2.png) no-repeat top center;
    background-size: 1920px 700px;
    width: 100%;
    height: 700px;
    min-width: 1200px;
}


.newsCha {
    background: url(../zxdt.png) no-repeat top center;
    margin-top: 50px;
}
.chaBg {
    width: 1200px;
    height: 40px;
    margin: 50px auto;
}


/*评论视频*/
.main2_bg{
    height: 506px;
    background: url(../main2-bg.jpg) center top repeat-y;
    margin-top: 80px;
}
.main1400 {
    width: 1400px;
    margin: 0 auto;
}
.ywsd_left {
    width: 570px;
    float: left;
}
.ywsd_title {
    font-size: 24px;
    font-weight: bold;
    color: #ba1b21;
    padding-top: 20px;
}
ul.ywsd {
    padding-top: 20px;
}
ul.ywsd li {
    font-size: 18px;
}
ul.ywsd li a {
    display: block;
    background: url(../ywsd-icon.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 20px;
    height: 46px;
    line-height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: transform .1s linear;
}
ul.ywsd + ul.ywsd {
    border-top: 1px dotted #cac0ba;
    margin-top: 16px;
}
ul.ywsd {
    padding-top: 20px;
}

.video_row {
    width: 798px;
    float: right;
    margin-right: 2px;
}
.video_title {
    padding-left: 18px;
}
.ywsd_title {
    font-size: 24px;
    font-weight: bold;
    color: #ba1b21;
    padding-top: 20px;
}
.video_content {
    width: 798px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.video_content .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.video_content .bd li {
    zoom: 1;
    position: relative;
}
.video_content .bd li {
    zoom: 1;
    position: relative;
}
.video_content b{
    display: block;
    width: 700px;
    height: 400px;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.video_content i {
    display: block;
    width: 94px;
    height: 94px;
    position: absolute;
    left: 313px;
    top: 152px;
    z-index: 3;
}
.video_content p {
    width: 650px;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 50px;
}
.video_content .bd span img {
    width: 700px;
    height: 400px;
    display: block;
}

.footer {
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin-top: 60px;
}