* {
    padding: 0;
    margin: 0;
}
html, body {
    min-width: 1180px;
    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;
}

body {
    background: #ceb7db url(../images/banner.jpg) no-repeat center top;
}

.container {
    padding-top: 775px;
    min-width: 1160px;
    width: 1160px;
    margin: 0 auto;
}

.pic-title {
    text-align: center;
    padding-bottom: 50px;
}

.block1 {
    padding-bottom: 70px;
}
.news-list {
    overflow: hidden;
    padding: 50px 60px;
    background-color: #2e6cb7;
	border-radius: 8px;
}
.news-list li {
    float: left;
    width: 50%;
}
.news-list li a {
    display: block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}
.news-list li a:hover {
    color: #ceb7db;
}

.block2 {
    padding-bottom: 50px;
}
.liveshow .TStation{ margin-left: -22px;
    overflow: hidden;}
.liveshow li{ float: left; margin-left: 22px;}
.liveshow .TStation a{display: block; color:#3a3a3a; line-height:200%; margin:0 0 30px;  width:370px;overflow:hidden; padding:0 0 15px; font-size:14px;text-decoration: none;}
.liveshow .TStation a img{width:368px; height:258px; border: 1px solid #838383; overflow: hidden;}
.liveshow .TStation a div{position: relative; padding:0 40px 0 8px; width:350px; 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:#e9528d; font-size:12px; display:block; padding:3px 0; width:100px; margin:0 auto;}

.block3 {
    padding-bottom: 60px;
    position: relative;
}
.block3 .fish {
    position: absolute;
    top: -12px;
    right: -36px;
}
.block3 .main {
    width: 100%;
    background-color: #ffffff;
    border: 20px solid #2e6cb7;
}
.block3 .main img {
    display: block;
    margin: 0 auto 30px;
}


/* 底部 */
.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;
}