﻿@charset "utf-8";
/* CSS Document */
.mainWrap{ max-width:1200px; margin:0 auto}
/* 头部 */
.header .top{ height:135px; border-bottom:solid 9px #ef8642; background-color:#295d82}
.header .top .logo{ float:left; margin-right:290px}
.header .top .word{ float:left}
.header .top .schools{ float:right}
.header .top .schools img{ cursor:pointer; position:relative}
.header .nav{max-width:1200px; margin:0 auto}
.header .nav .menu_li{float: left;padding: 0 11px 0 11px;z-index: 999;zoom: 1; }
.header .nav .menu_a{display: block;line-height: 43px;font-size: 16px;color: #333;text-align: center;width: 111px;}
.header .nav a.current{background: url(http://cdn.cumen.cn/images/nav_cur.png) bottom repeat-x;}
.header .nav .menu_a:hover{ background-color:#ef8642; color:white;text-decoration: none;}

.header .nav .submenu {position:absolute;left: 0;right:0;width: 100%;z-index: 2;padding: 2em 0;background-color:#fff; display:none;filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9}
.header .nav .submenu .inner {width: 1200px;background: #fff;margin: 0 auto;}
.header .nav .submenu .channelImg{width:370px; height:130px;  float:left}
.header .nav .submenu .brief{height:130px; line-height:1.75em; width:370px; float:left; font-size: 16px;color: #ef8642; overflow:hidden; padding-left:80px; padding-top:15px}
.header .nav .submenu .sublist{ float:left; width:360px; height:130px; overflow:hidden}
.header .nav .submenu .sublist li {float: left;width:120px;margin:0;padding:0; text-align:center }
.header .nav .submenu .sublist li a {line-height: 28px;font-size: 14px;color: #444; padding:0; margin:0}
.header .nav .submenu .sublist li a:hover{background-color:#FFF; text-decoration:underline}

/* owl-carousel幻灯片*/
#owl-carousel-box { width: 100%; margin-left: auto; margin-right: auto; position:relative; overflow:hidden}
#owl-carousel-box img { display: block; width: 100%;}

/* 内容部分 */
#contBox{max-width:1200px;min-height:350px;margin-top:50px;}
#contBox .left{ width:calc(100% - 330px); float:left}
#contBox .left .title{ height:29px; padding-bottom:2px; border-bottom:solid 3px #2d5873; display:block; font-size:22px; font-weight:normal; color:#444; padding-left:32px; background-image:url(../images/bg_title.jpg); background-position:left 15px; background-repeat:no-repeat}
#contBox .left .content{ margin-top:12px}
#contBox .left .content .channel-img{float:left;width:300px}
#contBox .left .content .channel-img img{width:100%}
#contBox .left .content .txt{ float:right; width:calc(100% - 350px); color:#444}
#contBox .left .content p{text-indent: 2em;padding: 0.75em 0;font-size: 1.3em;line-height: 1.75em;}
#contBox .right{ width:175px; float:right}
#contBox .right .tit{ height:43px; background-color:#a1a1a1; color:#FFF; text-align:center; line-height:43px; font-size:16px}
#contBox .right .sutTit{ height:42px; line-height:42px; border:solid 1px #f1f1f1; border-top:none; text-align:center; font-size:16px; color:#555; cursor:pointer}
#contBox .right .sutTit:hover{ background-color:#dcdedd}
#contBox .right li.current{ color:#295d82; font-weight:bold}
#contBox .right .sutTit a{text-decoration: none}
#contBox .right .sutTit a.current{ color:#295d82; font-weight:bold}
#contBox .right .sutTit a:hover{color:#333}

@media screen and (max-width: 1200px) {
	#contBox .left{width:calc(100% - 200px); margin-left: 20px;}
	#contBox .right{width:120px; margin-right: 20px;}
}

#leadership-page .left .content p{text-indent: 0}

/*报名通道内容部分*/
#contBox .left .content .channel-legimg{float:left;width:300px;padding-right: 20px;}
#contBox .left .content .channel-legimg img{width:100%}
#contBox .left .content .legtxt{ color:#444}
#contBox .left .content .legtxt h1{ padding-top: 0px;}
#contBox .left .content .legtxt p{text-indent: 2em;padding: 0.25em 0;font-size: 16px;line-height: 1.5em;margin-bottom: 0px;}
/* 底部 */
.footer{ position:relative;width: 100%; height:140px; margin-top:50px; background-color:#ccc; background-image:url(../images/bg_1.png); background-position:right bottom; background-repeat:no-repeat;bottom: 0; display: block;}
.footer .footer-left{ float:left; height:71px; margin-top:34.5px}
.footer .footer-right{ width:325px; height:57px;margin-top:45px; float:right; overflow:hidden}
.footer .footer-right .txtbox{}
.footer .footer-right .txtbox p{ line-height:19px; padding-left:5px; color:#FFF; height:19px; overflow:hidden}
.footer .footer-right a{color:#FFF}

/*分页样式 - start*/
.page_css {
	
}
.page_css a {
	padding: 4px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
.page_css a:visited {
	padding: 4px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}
.page_css a:hover {
	color: #fff;
	background: #ffa501;
	border-color: #ffa501;
	text-decoration: none;
}
.page_css .nowpage {
	color:#0A8EE2;
	padding: 4px 6px;
	font-weight: bold;
	border: none;
}
a[ucautopagerstatus="complete"] {
    position: relative;
    color: #ddd;
}
/*分页样式 - end*/
