@charset "utf-8";

body{
	background-color: #050E41;
}
*{margin:0;padding:0;}
.top{
	background-image: url(../images/top_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 1600px;
	max-width: 1920px;
	min-height: 718px;
	background-size: 100% 100%;
}
#nav-btn{
	
	background-color: #990000;
	color:#FFF;
}
.m-title{margin:0 auto;width:1000px;}
.publish-navBar {
    width: 100%;
    height: 80px;
    background-color: #000
}

.publish-navBar-logoItem {
    position: absolute;
    left: 0;
    height: 80px;
    top: 50%;
    transform: translateY(-50%)
}

.publish-navBar-items {
    width: 1180px;
    justify-content: flex-end;
    margin: auto;
    display: flex;
    position: relative;
    cursor: pointer
}

.publish-navBar-item {
    color: rgba(255,255,255,.8);
    font-size: 18px;
    line-height: 80px;
    margin-right: 30px;
    flex-shrink: 0
}
.publish-navBar-item a{
	color: rgba(255,255,255,.8);
	text-decoration: none;	
}
.publish-navBar-item a:hover{font-weight:bold}
.i-introduce{
	padding:10px 0 10px 0;
	width: 100%;
    min-width:1600px;
	
	background-color: #FFFFFF;
}
.i-introduce-content{margin:10px auto;width:1000px;line-height:40px;font-size:20px;color:#333}
.i-introduce-content p{text-indent:2em;padding:20px 10px}
.i-guest{padding:10px 0 10px 0;
	width: 100%;
    min-width:1600px;
	
	background-color: #FFFFFF;}
.i-guest-content{margin:10px auto;width:1000px;line-height:40px;font-size:20px;color:#333}


.i-row-title{margin:20px auto;width:800px;height:80px;background-image: url(../images/lm-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 80px;
	}
.i-row-title h4{
	padding-top:30px;
	text-align: center;
	font-size: 30px;
	color: #000;
	
	height: 80px;
	font-family: "微软雅黑";		
}
.i-row-title p{
	width: 800px;
	text-align: center;
	font-size: 20px;
	color: #B5B5B5;
	line-height: 20px;
	height: 20px;
	
}
.notice-content{margin:40px auto 10px auto;width:1000px;line-height:34px;font-size:18px;color:#333;}
.live-content{margin:40px auto 10px auto;width:1000px;line-height:34px;font-size:18px;color:#333;text-align:center}
.live-content h3{
	margin: 5px auto 15px auto;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #006699;
	border-radius: 5px;
}
.live-content p{text-align:center}
.live-content li{float:left;width:250px;list-style:none;}
.introduce-content{margin:40px auto 10px auto;width:1000px;line-height:34px;font-size:18px;color:#333}
.introduce-content p{text-indent:2em;}
.programme-content{margin:40px auto 10px auto;width:1000px;line-height:34px;font-size:18px;color:#333}
.achievement-content{
	margin: 40px auto 10px auto;
	width: 1000px;
	line-height: 34px;
	font-size: 18px;
	color: #333;
}
.achievement-content p{margin:5px 3px;font-size:14px;line-height:24px}
.achievement-content h4{font-size:16px;text-align:center}
.i-content{
	padding:10px 0 10px 0;
	width: 100%;
    min-width:1600px;
	
	background-color: #FFFFFF;
}
.i-content-list{margin:10px auto;width:1000px;line-height:40px;font-size:20px;color:#333}
 .navs{width: 100%; overflow: hidden;padding:5px; margin-top:50px;}

.navs .navs_item{overflow: hidden;margin-left: -5%;text-align: center;display: flex;justify-content: space-around;}
.navs .navs_item span{float:left;width:100%; height:100%; border-right:#ccc solid 1px;}
.navs .navs_item span:last-child {border-right:none;}
.navs .navs_item span img{max-width: 60%; height:auto; transition: All 0.7s ease-in-out;}
.navs .navs_item span a:hover img{transform: rotateY(180deg);}
.navs .navs_item .wai{ font-weight:600; font-size: 14px; color:#999; margin-top:10px;font-family: "微软雅黑";}
.navs .navs_item span a p {font-weight:normal; font-size:20px; color:#333; margin-top:20px;}
.navs .navs_item span a:hover p { font-weight: bold; }

.i-pub{
	padding:10px 0 10px 0;
	width: 100%;
    min-width:1600px;
	
	background-color: #FFFFFF;
}
.i-pub-content{margin:10px auto;width:1000px;line-height:40px;font-size:20px;color:#333}
.i-pub-content p{margin:5px 3px;font-size:14px;line-height:24px}
.i-pub-content h4{font-size:16px;text-align:center}
.foot{
	margin: 0 auto;
	width: 100%;
	height: 100px;
	background-color: #333333;
	background-image: url(../images/foot-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	opacity: 0.2	
}
