* {
    padding: 0;
    margin: 0;
}
html, body {
    font-family: 'Microsoft Yahei', Helvetica, 'Hiragino Sans GB', '微软雅黑', Arial, sans-serif;
    background: url(../images/bg.jpg) repeat-y center 796px;
}
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, .fl {
    float: left;
}
.r {
    float: right;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.oh {
    overflow: hidden;
}

.container {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container .pic-title {
    text-align: center;
    padding-bottom: 50px;
}

.banner {
    width: 100%;
    min-width: 1200px;
    height: 726px;
    background: url(../images/banner.jpg) no-repeat center;
}


.nav {
    width: 100%;
    height: 70px;
    background-color: #19306d;
    position: relative;
    z-index: 999;
}
.nav ul {
    width: 1200px;
    margin: 0 auto;
}
.nav li {
    float: left;
    width: 200px;
    height: 70px;
}
.nav li.last {
    background-color: #5cc2cf;
    cursor: pointer;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
}
.nav li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
	letter-spacing: 0px;
	color: #ffffff;
}
.nav li a.br {
    border-right: 1px solid #ffffff;
}



.block1 {
    padding-top: 45px;
}
.block1 .content {
    background-color: #ffffff;
}
.block1 .content .box {
    width: 952px;
    margin: 0 auto;
    padding: 70px 0 50px;
}
.block1 h1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #19306d;
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.block1 .line {
    padding-top: 20px;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
}
.block1 .line .l {
    width: 126px;
}
.block1 .line .r {
    width: 176px;
    text-align: right;
}
.block1 .line .center {
    margin: 0 176px 0 126px;
}
.block1 .date {
    margin-top: 20px;
    width: 100%;
    height: 50px;
	background-color: #eaf8fa;
}
.block1 .date p {
    width: 180px;
	height: 50px;
    background-color: #19306d;
    text-align: center;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.block1 .date p span {
    margin-right: 4px;
    font-size: 36px;
    letter-spacing: -1.8px;
}


.block2 {
    padding-top: 65px;
}
.liveshow .TStation{ overflow: hidden;}
.liveshow li{ float: left; margin-left: 18px;}
.liveshow .TStation a{display: block; color:#333333; line-height:180%; margin:0 0 30px;  width:375px;overflow:hidden; padding:0 0 15px; font-size:14px;text-decoration: none; white-space: nowrap; text-overflow: ellipsis;}
.liveshow .TStation a img{width:375px; height:258px; 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 {
    width: 109px;
	height: 28px;
	background-color: #17316d;
    border-radius: 14px; 
    line-height: 28px; 
    color:#ffffff; 
    font-size:14px; 
    display:block; 
    width:100px; 
    margin:0 auto;
}

.block3 {
    padding-top: 120px;
}
.news-list {
    overflow: hidden;
}
.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: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.block4 {
    padding: 100px 0;
}
.dh-scrol {
    position: relative;
}
.dh-box img{ 
	float: left;
	width: 600px; 
	height: 440px;
}
.dh-box	.ctn{
	width: 400px;
	margin:180px 0 0 90px;
}
.dh-box	.ctn .name{
	font-size: 38px;
    font-weight: bold;
    line-height: 1.5;
}
.dh-box	.ctn .post{
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #959595;
}
.dh-box	.ctn .des{
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
}
.pic-small{
	position: absolute;
	right: 40px;
	top: 0;
    width: 510px;
    padding: 0 40px;
    overflow: hidden;
}
.pic-small .next,.pic-small .prev{ 
    position: absolute;
    top:40px; 
    width:20px;
    height: 30px; 
}
.pic-small .next{
    right: 0;
}
.pic-small .prev{
    left: 0;
}
.dh-pic li{
	float: left;
	width: 140px;
	height:128px;
    padding: 6px;
    overflow: hidden;
}
.dh-pic li img{
	width: 116px;
	height:116px;
}
.dh-pic li.active{
	border: 1px solid #17316d;
}

.block5 {
    padding: 60px 0;
    background-color: #19306d;
}
.block5 .title {
    text-align: center;
    font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.5px;
	color: #ffffff;
}
.block5 .content {
    padding-top: 50px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
}
.block5 .content .card {
    padding-bottom: 10px;
}
.block5 .content .name {
    font-size: 16px;
}

/* 底部 */
.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;
}