﻿body{background:url("../images/body-bg.jpg") no-repeat left/100% 100%;}
h1{background: url(../images/title.png) no-repeat;height: 46px;}
header{position: absolute;top:0;left:50%;margin-left: -500px;}
/**/
/*第一部分*/
.banner{height: 360px;width: 535px;margin: 0 auto;}

/*第二部分*/
.news-right{
	width: 520px;
	height:265px;
}
.news-right ul li{
	padding-left: 10px;padding-right: 10px;
	margin-top: 3px;
	height:34px;

	background: rgba(237,247,255,0.8);line-height: 34px;
	/*overflow: hidden;text-overflow:ellipsis;white-space: nowrap;*/
}
.news-right ul li a{color:#333333;}
.news-right ul li strong{color:#079fd8;}
.news-right ul li h4{font-size: 15px;color:#333333;}
.news-right ul li p{text-indent:2em;line-height: 24px;letter-spacing:1px;color:#4b4b4b;}
/*di san bu fen*/
.cooperation{}
.cooperation .zzdw{width: 465px;}

.zzdw div{
	
	padding:10px 5px 5px 15px;
	font-size: 14px;line-height: 28px;color:#1086b0;
	background: #cdf6fa;

}
.hzmt{width: 520px;}
.hzmt ol{padding: 10px;background: #cdf6fa;}
.hzmt ol li{height:26px;line-height: 22px;color:#1086b0;font-size: 14px;text-align: center;}

/*第三部分 嘉宾介绍*/
.yqjb{background: #cdf6fa;padding-bottom: 20px;}
.yqjb2 li{float: left;width: 250px;height: 270px;text-align: center;}
.yqjb2 li img{width: 220px;height: 147px;}
.yqjb ul li p{width: 220px;height:90px;margin:0 auto;margin-top: -3px;line-height: 20px;color:#2b2b2b;background: #b9dde9;}

/**往届回顾*/
.wqhg ul li{display: block;float: left;width:333;text-align: center;}
.wqhg ul li img{width: 300px;margin-left: 15px;margin-right: 15px;height:120px;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
.wqhg ul li img:hover {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
        }
.wqhg ul li a{color:#000;}

.pic-scroll{
	width:465px;
	height:310px;
	position:relative;
	}
.pic-scroll .pic{
	position:relative;
	width:465px;
	height:310px;
	overflow:hidden;	
	}
.pic-scroll .pic ul li{
	width:465px;
	height:310px;
	list-style-type:none;
	position:absolute;
	left:-100%;
	top:0px;
	}
.pic-scroll .pic ul li img{
	width:465px;
	height:310px;
	}
.scroll-nav ul{
	height:22px;
	float:right;
	position:absolute;
	left:0;
	bottom:30px;
	}
 .scroll-nav ul li{
	width:8px;
	height:8px;
	float:left;
	margin-right:5px;
	margin-left:5px;
	background:#ffffff;
	cursor:pointer;
	border-radius: 50%;
	-webkit-webkit-border-radius: 50%;
	-moz-webkit-border-radius: 50%;
	-ms-webkit-border-radius: 50%;
	-o-webkit-border-radius: 50%;
	webkit-border-radius: 50%;
	}                 
.scroll-nav .scroll-bg{
	background:#5089d0;
	}