﻿* {
    padding: 0;
    margin: 0;
}
html, body {
    min-width: 1200px;
    font-family: 'Microsoft Yahei', Helvetica, 'Hiragino Sans GB', '微软雅黑', Arial, sans-serif;
}
div, ul, li, a {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}
.l {
    float: left;
}
.r {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.oh {
    overflow: hidden;
}
.tc {
    text-align: center;
}
.wd50 {
    width: 50%;
}
.dn {
    display: none;
}


html, body {
    font-size: 16px;
    color: #2c2c2c;
    background-color: #e3f4fa;
}
.container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    min-width: 1200px;
    height: 600px;
    background: url(../images/banner.jpg) no-repeat center top;
}

/* 实时动态 */
.block2 {
    padding: 50px;
}
.block2 .news-list {
    height: 330px;
}
.block2 .news-list li {
    float: left;
    width: 50%;
    padding-top: 12px;
    padding-left: 70px;
}
.block2 .news-list li p {
    width: 80%;
    border-bottom: 1px dashed #c7dbe2;
    padding-bottom: 10px;
}
.block2 .news-list li a {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #2c2c2c;
}

/* 现场直击 */
.block3 {
    padding: 40px;
}
.liveshow .TStation{ margin-left: -30px; overflow: hidden;}
.liveshow li{ float: left; margin-left: 30px;}
.liveshow .TStation a{display: block; color:#3a3a3a; line-height:200%; margin:0 0 30px;  width:380px;overflow:hidden; padding:0 0 15px; font-size:14px;text-decoration: none;}
.liveshow .TStation a img{display: block; width:378px; height:258px; border: 1px solid #838383; overflow: hidden;}
.liveshow .TStation a div{position: relative; padding:0 40px 0 8px; width:380px; overflow:hidden; line-height:30px; height:30px; text-overflow:ellipsis;  white-space: nowrap;}
.liveshow .TStation a span{padding:0 8px;}
.liveshow .more{text-align:center;}
.liveshow .more a{color:#33b0ef; font-size:12px; display:block; padding:3px 0; width:90px; margin:0 auto; border: solid 1px #33b0ef;border-radius: 12px;}

.liveshow .TStation a p {
    text-align: center;
    line-height: 36px;
    background-color: #ffffff;
	border: solid 1px #e3e3e3;
}


.footer2 {
    margin-top: 50px;
    width: 100%;
    min-width: 1200px;
    height: 165px;
    background: url(../images/footer.jpg) no-repeat center top;
}

/* 底部 */
.footer {
    background-color: #1e1e1e;
    overflow: hidden;
}
.footer .box {
    width: 1180px;
    margin: 25px auto;
    overflow: hidden;
}
.footer .team {
    float: left;
    padding-left: 110px;
    background: url(../images/foot_logo.jpg) no-repeat left center;
}
.footer .team p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}
.footer .follow {
    float: right;
}
.footer .follow span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 20px;
}
.footer .follow img {
    width: 97px;
    height: 97px;
    display: inline-block;
    vertical-align: bottom;
}
.footer .center {
    margin-left: 360px;
}
.footer .center p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}
.declare {
    background-color: #1e1e1e;
    padding: 14px 0;
    border-top: solid 1px #434343;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #bfbfbf;
}