body{
	min-width: 1200px;
}
form{
	margin:0px;
}
.container{
	width: 1200px;
	margin: 0 auto;
	font-family: "微软雅黑";
}
.header{
	background-color: #fff;
	padding: 16px 0 17px 0;
}
.header-box{
	position: relative;
}
.header .search{
	position: absolute;
	right: 0px;
	bottom: 25px;
}
.search .search-input{
	height: 32px;
	line-height: 32px;
	border: 1px solid #e1e1e1;
	font-size: 14px; 
	width: 312px;
	padding:0 24px 0 8px;
	box-sizing: border-box;
}
.search .search-icon{
	display: inline-block;
	width: 17px;
	height: 100%;
	position: absolute;
	bottom: 0px;
	right: 7px;
	background: url(../../images/web/icon/search_top.png) no-repeat center center;
	cursor: pointer;
}
.opera-bg{
	background-color: #fbfbfb;
}
.banner-bg{
	background: url("../../images/web/bg/banner_bg.jpg") repeat-x; 
}
.notice-bg{
	background-color: #fff;
	padding: 30px 0 20px 0;
}
.info-bg{
	background-color: #f9f9f9;
	padding: 30px 0 20px 0;
}
.guide-bg{
	background-color: #fff;
	padding: 30px 0 20px 0;
}
.nav{
	font-size: 0px
}
.nav li{
	display: inline-block;
	font-size: 0px;
	height: 42px;
	line-height: 42px;
	background-color: #052292;
}
.nav li.active{
	background-color: #a20f08;
}
.nav li:hover{
	background-color: #a20f08;
}
.nav li .link{
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	text-decoration: none;
	display: block;
	cursor: pointer;
	padding: 0 28px;
}
.nav .home{
	display: inline-block;
	width: 19px;
	height: 17px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../../images/web/icon/home.png) no-repeat;
}
.nav .user{
	display: inline-block;
	width: 18px;
	height: 17px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../../images/web/icon/user.png) no-repeat;
	position: relative;
	bottom: 1px;
}
.banner{
	width: 100%; 
	height: 499px; 
	background: #fff; 
	position: relative; 
	/*margin-bottom: 40px;*/
}
.banner .img-box{
	position: relative; 
	width: 100%; 
	height: 100%; 
	/*background: #000; */
	margin: 0 auto;
	display: none;
}
.banner .img-box img{
	width: 100%; 
	height: 100%;
}
.img-box .banner-intro{
	position: absolute;
	bottom: 22px;
	left: 20px;
	font-size: 24px;
	font-family: "微软雅黑";
	color: #fff;
	width: 760px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.point-ul{
	height: 30px; 
	line-height: 30px; 
	position: absolute; 
	bottom: 8px; 
	right: 30px; 
	text-align: center; 
	/*background: #000;  */
	/*filter: alpha(opacity: 50); */
	border-radius: 15px; 
	/*background: rgba(0,0,0,0.5);*/
}
.point-ul li{
	width: 12px; 
	height: 12px; 
	border-radius: 6px; 
	background: #fff; 
	display: inline-block; 
	margin-right: 10px;
}
.point-ul li:last-child{
	margin-right: 0px;
}
.point-ul li:hover{
	background: #fff100;
	cursor: pointer; 
	width: 28px;
} 
.point-ul li.active{
	background: #fff100;
	cursor: pointer; 
	width: 28px;
}
.opera{
	font-size: 0px;
}
.opera li{
	display: inline-block;
	width: 171px;
	height: 170px;
	text-align: center;
	background-color: #fbfbfb;
}
.opera li:last-child{
	width: 174px;
}
.opera li:hover{
	border-bottom: 4px solid #2a75ff;
	box-sizing: border-box;
	background-color: #eeefef;
}
.opera li.active{
	border-bottom: 4px solid #2a75ff;
	background-color: #eeefef;
	box-sizing: border-box;
}
.opera li img{
	margin: 40px 0 35px 0;
}
.opera li a{
	display: block;
	text-decoration: none;
}
.opera li p{
	margin: 0;
	color: #272727;
	font-size: 16px;
	text-align: center;
	font-family: "微软雅黑";
}

.f-title{
	font-size: 24px;
	font-family: "微软雅黑";
	font-weight: bold;
	margin-bottom: 20px;
}
.index-box-left{
	width: 602px;
	float: left;
	min-height: 200px;
}
.index-box-right{
	width: 550px;
	float: right;
	min-height: 200px;
}
.footer{
	background-color: #081342;
	text-align: center;
	font-size: 14px;
	height: 54px;
	line-height: 54px;
	color: #9ea0ac;
}
.index-ul-list{
	width: 100%;
}
.index-ul-list li{
	position: relative;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #a9a5a5;
	padding-left: 12px;
	padding-right: 5px;
	box-sizing: border-box;
}
.index-ul-list li a{
	font-size: 14px;
	color: #080808;
	display: inline-block;
}
.ul-list-one li a,.ul-list-two li a{
	width: 440px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-list-two li a{
	width: 490px;
}
.index-ul-list li .date{
	color: #949494;
	font-size: 14px;
	float: right;
}
.index-ul-list li:before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 21px;
	width: 5px;
	height: 5px;
	background-color: #cfcfcf;
}
.index-more{
	font-size: 16px;
	color: #2a75ff;
	float: right;
	position: relative;
	top: 4px;
	right: 4px;
	text-decoration: none;
}
.tab-btns{
	height: 48px;    
	line-height: 48px;
	box-sizing: border-box;
}
.tab-btns > button{
	width: 90px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 15px;
	color: #1e1f1f;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	background-color: none;
}
.tab-btns > button.active{
	background-color: #2a75ff;
	color: #fff;
	border: 1px solid #2a75ff;
}
.tab-btns > button:hover{
	background-color: #2a75ff;
	color: #fff;
	border: 1px solid #2a75ff;
}
.notice-little-box{
	width: 292px;
	height: 360px;
	/**border-bottom: 5px solid #2a75ff;**/
}
.notice-little-box.box-two{
	/*border-bottom: 5px solid #2acbff;*/
}
.notice-little-box .news-img{
	width: 100%;
	height: 195px;
	display: block;
}
.notice-little-box .notice-content{
	margin: 15px 0 15px 0;
}
.notice-little-box .calendar{
	display: inline-block;
	width: 52px;
	height: 50px;
	float: left;
	background-color: #4250e5;
	padding: 3px 4px;
	box-sizing: border-box;
	margin-right: 10px
}
.notice-little-box.box-two .calendar{
	background-color: #52b4ff;
}
.notice-content .title{
	font-size: 16px;
	color: #0d4ec6;
	font-weight: bold;
	line-height: 26px;
}
.notice-little-box .calendar .day{
	font-size: 24px;
	font-family: "Arial";
	color: #fff;
	padding-bottom: 2px;
	margin-bottom: 2px;
	display: block;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.notice-little-box .calendar .year{
	font-size: 12px;
	font-family: "Arial";
	color: #fff;
	text-align: center;
}
.notice-little-box .news-intro{
	margin: 0;
	color: #939090;
	font-size: 13px;
	line-height: 22px;
	height: 75px;
	overflow: hidden;
}
.bottom-nav{
	padding: 45px 0;
	background-color: #0f1d59;
}
.bottom-nav .item{
	float: left;
}
.bottom-nav .title{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.item.item1{
	width: 355px;
}
.item.item2{
	width: 525px;
	border-right: 1px solid #444f7d;
}
.item.item3{
	width: 315px;
	position: relative;
}
.item.item3 .btm-logo{
	position: absolute;
	right: 35px;
	top: 0px;
	width: 167px;
	height: 186px;
	display: block;
	background: url(../../images/web/icon/logo_btm.png) no-repeat;
}
.item li,.item li a{
	font-size: 14px;
	color: #9093a8;
}
.item li{
	margin-bottom: 18px;
}
.item li a{
	display: inline-block;
	margin-right: 55px;
}
.guide-left{
	width: 246px;
	float: left;
}
.guide-right{
	width: 350px;
	float: right;
}
.guide-left .img{
	width: 100%;
	height: 234px;
	display: block;
}
.guide-left .two-d-box{
	width: 100%;
	height: 168px;
	background-color: #a1bff7;
	padding-top: 12px;
	text-align: center;
	box-sizing: border-box;
	margin-top: 6px;
}
.two-d-box img{
	width: 126px;
	height: 122px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 10px;
}
.two-d-box .intro{
	margin: 0;
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
}
.guide-right .full-btn{
	width: 100%;
	height: 114px;
	display: block;
	margin-bottom: 6px;
	text-decoration: none;
}
.guide-right .full-btn1{
	background: url(../../images/web/icon/full_1.jpg) no-repeat;
}

.guide-right .full-btn2{
	background: url(../../images/web/icon/full_2.jpg) no-repeat;
}
.guide-right .half-btn{
	width: 172px;
	height: 52px;
	display: inline-block;
	margin-bottom: 6px;
	text-decoration: none;
	border:none;
	margin-right: 6px;
}
.half-group{
	font-size: 0px;
}
.half-group .half-btn:last-child{
	margin-right: 0px;
}
.guide-right .half-btn1{
	background: url(../../images/web/icon/half_1.jpg) no-repeat;
}
.guide-right .half-btn2{
	background: url(../../images/web/icon/half_2.jpg) no-repeat;
}
.guide-right .half-btn3{
	background: url(../../images/web/icon/half_3.jpg) no-repeat;
}
.guide-right .half-btn4{
	background: url(../../images/web/icon/half_4.jpg) no-repeat;
}
.guide-right .half-btn5{
	background: url(../../images/web/icon/half_5.jpg) no-repeat;
}
.guide-right .half-btn6{
	background: url(../../images/web/icon/half_6.jpg) no-repeat;
}
.teacher-box{
	background-color: #d4ebfd;
	padding: 75px 70px 20px 40px;
	margin-top: 55px;
	height: 306px;
	box-sizing: border-box;
	position: relative;
}
.teacher-box .teacher-intro{
	font-size: 14px;
	line-height: 30px;
	color: #505050;
	margin-top: 20px;
}
.index-box-right h2{
	margin: 0;
}
.teacher-box .teacher-name{
	color: #000;
	font-weight: bold;
	font-size: 26px;
	font-family: "微软雅黑";
}
.teacher-box .teacher-title{
	color: #000;
	font-weight: bold;
	font-size: 18px;
	font-family: "微软雅黑";
}
.teacher-box .teacher-avator{
	position: absolute;
	width: 198px;
	height: 198px;
	border-radius: 50%;
	right: 36px;
	top: -96px;
	border: 5px solid #fff;
}
.btm-right-arrow{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 146px;
	height: 140px;
	background: url(../../images/web/bg/arrow_bg.png) no-repeat;
}
.top-left-arrow{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 50px;
	background: url(../../images/web/bg/top_left_arrow_bg.jpg) no-repeat;
}
.teacher-pointer{
	font-size: 0px;
	margin-top: 120px;
	text-align: center;
	padding-left: 15px;
}
.teacher-pointer .teacher-pointer-item{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #fff;
	margin-right: 4px;
	cursor: pointer;
}
.teacher-pointer .teacher-pointer-item.active{
	background: none !important;
}
/*.teacher-pointer .teacher-pointer-item:hover{
	background: none !important;
}*/
.teacher-pointer .teacher-pointer-item:last-child{
	margin-right: 0;
}
.teacher-item-box{
	display: none;
}

/*inner common*/
.inner-left{
	width: 853px;
	float: left;
	margin-top: 30px;
}
.inner-right{
	width: 320px;
	float: right;
	margin-top: 30px;
}
.inner-right .login-box{
	width: 320px;
	padding: 20px 32px 30px 32px;
	background-color: #f4f6ff;
	box-sizing: border-box;
}
.login-box .title{
	text-align: center;
	font-size: 18px;
	color: #262626;
	margin: 0px;
	font-weight: bold;
}
.login-box .login-form{
	width: 100%;
	margin: 24px 0 0 0;
}
.login-form .login-item{
	margin-bottom: 16px;
}
.login-form .login-item .label{
	display: inline-block;
	width: 44px;
	color: #949495;
	font-size: 14px;
}
.login-form .login-item .login-input{
	display: inline-block;
	width: 205px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ebecf2;
	background: #fff;
	text-indent: 5px;
	font-size: 14px;
}
.login-box .btn{
	display: inline-block;
	width: 110px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	background-color: #052292;
	margin-left: 5px;
	padding: 0;
}
.login-box .btn-box{
	font-size: 0px;
}
.login-box .login-btn{
	background-color: #5676f3;
	width: 140px;
	margin-left: 0px;
}
.activity-year{
	padding: 25px 0 25px 10px;
	font-size: 0px;
	background-color: #f4f6ff;
}
.activity-year .btn{
	width: 82px;
	height: 28px;
	line-height: 28px;
	color: #575e7b;
	font-size: 16px;
	text-align: center;
	margin-right: 15px;
	display: inline-block;
}
.activity-year .all{
	background-color: #3358e6;
	color: #fff;
	width: 130px;
	text-align: left;
	padding-left: 20px;
	box-sizing: border;
	height: 32px;
	line-height: 32px;
}
.activity-year .all img{
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

.important-notice{
	margin: 35px 0 0 0;
}
.important-notice .title{
	position: relative;
	font-size: 18px;
	color: #000;
	margin: 0;
	padding-left: 15px;
	box-sizing: border-box;
}
.important-notice .more{
	position: absolute;
	right: 0px;
	top: 2px;
	font-size: 14px;
	color: #3c5ee1;
	text-decoration: underline;
	background-color: #fff;
}
.important-notice .title:before{
	content: "";
	display: inline-block;
	height: 100%;
	width: 5px;
	background: #3358e6;
	position: absolute;
	left: 0;
	top: 0;
}
.important-notice .name-first {
	font-size: 14px;
	color: #323232;
}
.important-notice .name{
	font-size: 14px;
	color: #323232;
	display: inline-block;
	width: 278px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.important-list{
	margin-top: 20px;
}
.important-list .first-child .item-left{
	position: relative;
	width: 129px;
	float: left;
}
.important-list .first-child .item-right{
	position: relative;
	width: 178px;
	float: right;
}
.first-child .item-right .name-first{
	font-size: 15px;
	color: #323232;
	line-height: 18px;
}
.important-list .first-child .first-bg{
	position: absolute;
	background: url(../../images/web/bg/important_bg.png);
	left: 0;
	top: 0;
}
.important-list .notice-item{
	font-size: 0px;
	margin-bottom: 20px;
}
.notice-item .month{
	color: #a5a5a5;
	font-size: 14px;
	display: inline-block;
}
.activity-list{
	margin: 10px 0 0 0;
}
.activity-list .activity-list-item{
	padding: 22px 0;
	border-bottom: 1px solid #dcdcdc;
}
.activity-list .btn-box{
	text-align: right;
}
.activity-list .btn-box .btn{
	height: 23px;
	line-height: 23px;
	width: 102px;
	text-align: center;
	background-color: #737373;
	color: #fff;
	font-size: 14px;
	margin-right: 7px;
}
.activity-list .btn-box .btn-apply{
	background-color: #db4421;
	margin-right: 0px;
}
.activity-list-item .title{
	color: #2c2c2c;
	font-size: 20px;
}
.activity-list-item .left-img{
	float: left;
	width: 243px;
	height: 198px;
}
.activity-list-item .right-content{
	float: right;
	width: 590px;
}
.activity-list-item .activity-info{
	margin: 12px 0 10px 0;
}
.activity-list-item .activity-info .item-left{
	width: 230px;
	float: left;
}
.activity-list-item .activity-info .item-right{
	width: 330px;
	float: right;
}
.activity-list-item .activity-info .item{
	margin-bottom: 6px;
}
.activity-info .item .label{
	color: #a1a1a1;
	font-size: 14px;
}
.activity-info .item .name{
	color: #414141;
	font-size: 14px;
}
.activity-info .item .name.c-red{
	color: #d52e26;
}
.activity-info .item .name.c-blue{
	color: #597bfe;
}
.activity-list-item .intro{
	line-height: 18px;
	font-size: 13px;
	color: #a1a1a1;
	margin: 0 0 10px 0;
}
.activity-page{
	padding: 14px 0;
	text-align: center;
	background-color: #f7f7f7;
	font-size: 0px;
	margin: 20px 0 50px 0;
}
.activity-page .btn{
	display: inline-block;
	padding: 0 10px;
	height: 25px;
	background-color: #f7f7f7;
	margin-right: 15px;
	color: #3f4042;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
}
.activity-page .btn.active{
	background-color: #3358e6;
	color: #fff;
}
.activity-page .pre-btn{
	display: inline-block;
	width: 90px;
	text-align: left;
}
.activity-page .next-btn{
	display: inline-block;
	width: 90px;
	text-align: right;
	margin-right: 0px;
}
.activity-detail-top{
	width: 100%;
	padding: 40px 0 50px 0;
	background-color: #f4f6ff;
}
.activity-detail-top .left{
	width: 667px;
	float: left;
}
.activity-detail-top .left .big-img{
	width: 535px;
	height: 370px;
	float: left;
}
.activity-detail-top .left .img-item{
	width: 126px;
	float: right;
}
.activity-detail-top .img-item li{
	margin-bottom: 4px;
}
.activity-detail-top .left .big-img img{
	width: 100%;
	height: 100%;
}
.activity-detail-top .right{
	width: 531px;
	float: left;
	padding: 30px 30px 0 30px;
	box-sizing: border-box;
	background-color: #fff;
	height: 370px;
}
.activity-detail-top .right .title{
	font-size: 24px;
	color: #000;
	line-height: 28px;
	margin: 0 0 20px 0;
}
.activity-detail-top .detail-info{
	margin: 0 0 20px 0;
}
.activity-detail-top .detail-info .item{
	margin-bottom: 15px;
	font-size: 0;
}
.detail-info .item .label{
	font-size: 15px;
	color: #232323;
	margin: 0 4px 0 5px;
}
.detail-info .item .content{
	font-size: 15px;
	color: #8a8a8a;
	margin: 0 4px 0 5px;
}
.activity-detail-top .detail-info .item>*{
	vertical-align: middle;
}
.activity-detail-top .btn-apply{
	display: block;
	height: 45px;
	line-height: 42px;
	color: #fff;
	font-size: 24px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-color: #df3c34;
	margin-top: 20px;
	width: 100%;
}
.activity-detail-nav{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 35px;
}
.activity-detail-nav .item{
	font-size: 20px;
	color: #404040;
	display: inline-block;
	padding: 14px 30px;
}
.activity-detail-nav .item.active{
	color: #2a4fdd;
	border-bottom: 3px solid #4661eb;
}
.detail-main{
	width: 100%;
}
.detail-main .detail-main-item{
	margin-bottom: 40px;
}
.detail-main-item .detail-splice{
 	width: 100%;
 	background: url(../../images/web/bg/activity_splice_bg.jpg) no-repeat;
 	height: 14px;
 	margin-top: 15px;
}
.detail-main-item .title{
 	font-size: 20px;
 	color: #000;
 	padding-left: 30px;
 	margin-bottom: 20px;
 	box-sizing: border-box;
 	height: 28px;
 	font-weight: bold;
 	line-height: 28px;
}
.detail-main-item .title.intro{
	background: url(../../images/web/icon/intro.jpg) no-repeat left center;
}
.detail-main-item .title.people{
	background: url(../../images/web/icon/user_blue.png) no-repeat left center;
}
.detail-main-item .title.sign{
	background: url(../../images/web/icon/s_icon8.jpg) no-repeat left center;
}
.detail-main-item .title.question{
	background: url(../../images/web/icon/question.jpg) no-repeat left center;
	background-size: 
}
.detail-main-item .intro-p{
	font-size: 13px;
	margin-bottom: 30px;
	color: #828282;
	line-height: 24px;
	padding-left: 30px;
	box-sizing: border-box;
}
.people .item .avator{
	width: 88px;
	height: 88px;
	display: inline-block;
	vertical-align: top;
}
.people .item{
	margin-bottom: 40px;
}
.people .item .people-info{
	display: inline-block;
	width: 600px;
	margin-left: 30px;
}
.item .people-info .name-info{
	margin: 0 0 15px 0;
	color: #5d5d5d;
	font-size: 14px;
}
.people-info .name-info .name{
	font-size: 16px;
	color: #000;
	margin-right: 25px;
	font-weight: bold;
}
.people-info .people-intro{
	color: #5d5d5d;
	font-size: 13px;
	line-height: 24px;
}
.people-info .down-all{
	font-size: 13px;
	color: #6a6868;
	margin-top: 10px;
	display: inline-block;
}
.people-info .down-all>*{
	vertical-align: middle;
}
.detail-main-item .sign-item{
	margin-bottom: 30px;
}
.detail-main-item .sign-item .sign-label{
	font-size: 16px;
	color: #242323;
	display: inline-block;
	width: 85px;
	vertical-align: top;
	font-weight: bold;
}
.detail-main-item .sign-item .content{
	display: inline-block;
	width: 670px;
	font-size: 13px;
	color: #828282;
	line-height: 24px;
}
.question-ul .question-item{
	margin-bottom: 30px;
}
.question-ul .question-item .title{
	font-size: 14px;
	color: #000;
	line-height: 20px;
	padding: 0px;
	margin: 0;
}
.question-ul .question-item .answer{
	font-size: 14px;
	color: #958f8f;
	line-height: 24px;
}
.question-ul .question-item .label{
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-right: 4px;
}

/**newsList*/
.news-search{
	background-color: #d8dae1;
	padding: 40px 45px 60px 45px;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
	font-size: 0px;
}
.news-search .news-search-input{
	display: inline-block;
	width: 950px;
	background-color: #fff;
	height: 43px;
	line-height: 43px;
	padding-left: 15px;
	box-sizing: border-box;
	border: none;
	font-size: 14px;
	color: #333;
}
.news-search .news-search-btn{
	display: inline-block;
	width: 144px;
	background-color: #397efd;
	height: 44px;
	line-height: 44px;
	margin-left: 5px;
	box-sizing: border-box;
	border: none;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 3px;
}
.news-search *{
	vertical-align: middle;
}
.news-search-btn img{
	position: relative;
	bottom: 3px;
}
.news-search .btn-box{
	position: absolute;
	top: 95px;
	left: 45px;
}
.news-search .btn-box .btn{
	height: 24px;
	line-height: 23px;
	padding: 0 20px;
	text-align: center;
	background-color: #b3b5ba;
	font-size: 14px;
	margin-right: 5px;
	color: #fff;
	border-radius: 3px;
}
.news-search .btn-box .btn.active{
	background-color: #397efd;
}
.search-result{
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 15px;
	color: #000;
}
.search-result .total{
	color: #ff0000;
}
.news-list{
	margin: 0;
}
.news-list .news-list-item{
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.news-list .news-list-item .link{
	color: #0000cc;
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 10px;
	font-weight:bold;
}
.news-list .news-list-item .intro{
	color: #373434;
	font-size: 13px;
	line-height: 18px;
}
.news-list .news-list-item .news-info{
	margin-top: 5px;
	font-size: 13px;
	color: #8e8989;
}
.news-list-item .news-info>span{
	margin-right: 20px;
}
.news-list-item .news-info span> *{
	vertical-align: middle;
}
.news-list-item .right{
	float: left;
	width: 930px;
}
.news-list-item .left-img{
	float: left;
	width: 150px;
	margin-right: 20px;
}
.news-list-item.news-list-item2 .right{
	width: 758px;
}
.more{
	position: absolute;
	bottom: 50px;
	right: 0px;
	display: inline-block;
	width: 58px;
	height: 18px;
	line-height: 18px;
	background-color: #e4e4e3;
	text-align: center;
	font-size: 12px;
	color: #363636;
}
.news-page{
	margin: 20px 0 20px 0;
	text-align: center;
	font-size: 16px;
}
.news-page .btn{
	display: inline-block;
	padding: 0 13px;
	height: 34px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 34px;
	color: #0000cc;
	text-align: center;
	margin-right: 5px;
}
.news-page .btn:last-child{
	margin-right: 0;
}
.news-page .btn.active{
	display: inline-block;
	height: 34px;
	background-color: #efefef;
	border: 1px solid #d5d5d5;
	font-size: 14px;
	color: #0000cc;
}
.news-content .title{
	color: #205ac5;
	font-size: 28px;
	line-height: 38px;
	margin: 0;
}
.news-content .news-top-bar{
	font-size: 13px;
	color: #9c9c9c;
	position: relative;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e4e4;
}
.news-content .news-top-bar .
.news-content .news-top-bar>span{
	margin-right: 20px;
}
/*新闻详情内容样式*/
.news-content .content-main{
	padding: 20px 0;
}
.news-content .content-main p{
	/*margin:0 0 20px 0;
	font-size: 16px;
	color: #2e2e2f;
	line-height: 38px;
	margin-bottom: 30px;
	text-indent: 2em;*/
	line-height: 32px; font-size: 16px;
}
/*
.news-content .content-main img{
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}
*/
/*newsMainPDiv 统一样式  */
.news-content .content-main table{
	width: 90% !important;
	margin: 0 auto !important;
	border: 1px solid #ccc !important;
	border-collapse: collapse;
}
.news-content .content-main table td,.news-content .content-main table th{
	text-align: center;
	padding: 5px 0;
	border: 1px solid #ccc !important;
}
.news-content .content-main img{
	max-width: 95%;
	display: block !important;
	margin: 0 auto !important;
}

.news-right-title{
	font-size: 18px;
	color: #295ffc;
	margin: 5px 0 10px 0;
}
.news-right-title.title2{
	color: #e51790;
	margin: 35px 0 30px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #e3e3e3;
}
.news-right-title>*{
	vertical-align: middle;
	margin-right: 5px;
	font-weight: bold;
}
.news-return{
	width: 70px;
	background: url(../../images/web/icon/return.png) no-repeat left center;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 2px;
	text-align: right;
	font-size: 13px;
	color: #303030;
	text-decoration: underline;
}
.pic-img{
	width: 100%;
	height: 227px;
	position: relative;
}
.pic-img img{
	width: 100%;
	height: 100%;
}
.pic-img .intro{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 15px;
	background: rgba(0,0,0,0.6);
	padding-left: 10px;
	box-sizing: border-box;
}
.new-list{
	margin:0;
	padding-left: 10px;
	box-sizing: border-box;
}
.new-list .new-list-item{
	position: relative;
	padding-bottom: 15px;
	padding-left: 20px;
	border-left: 1px solid #e5e5e5;
}
.new-list .new-list-item:before{
	content: "";
	display: inline-block;
	position: absolute;
	left: -7px;
	top: 0px;
	width: 11px;
	height: 11px;
	border-radius: 50% 50%;
	background-color: #fff;
	border: 1px solid #d82e92;
}
.new-list .new-list-item:nth-child(n+3):before{
	border: 1px solid #d3d3d3;
}
.new-list .today{
	display: inline-block;
	width: 76px;
	height: 18px;
	line-height: 18px;
	color: #d82e92;
	font-size: 12px;
	border: 1px solid #d82e92;
	text-align: center;
}
.new-list .date{
	display: inline-block;
	width: 76px;
	height: 18px;
	line-height: 18px;
	color: #d3d3d3;
	font-size: 12px;
	border: 1px solid #d3d3d3;
	text-align: center;
}
.new-list .click-num{
	position: absolute;
	right: 0px;
	top: 2px;
	vertical-align: middle;
}
.new-list-item .title{
	color: #5f5f5f;
	font-size: 15px;
	line-height: 24px;
	margin-top: 10px;
	display: block;
}
.new-list .click-num{
	font-size: 13px;
	color: #9c9d9d;
}
.second-banner{
	width: 100%;
	padding: 15px 0 15px;
	margin: 0;
	box-sizing: border-box;
	background: url(../../images/web/bg/second_list_bg.jpg) repeat-x;
}
.second-banner .banner-img{
	width: 100%;
	height: 200px;
}
.second-main{
	width: 100%;
	background-color: #f5f5f5;
}
.second-main .second-left{
	float: left;
	width: 242px;
}
.second-main .second-left .second-left-ul{
	margin: 0;
}
.second-left .second-left-ul .second-left-item{
	margin-bottom: 2px;
	height: 52px;
	line-height: 52px;
	position: relative;
	background-color: #caeceb;
	padding-left: 36px;
	box-sizing: border-box;
} 
.second-left-ul .second-left-item.active{
	background-color: #203eb3 !important;
}
.second-left-ul .second-left-item.active .link{
	color: #fff;
}
.second-left-item>*{
	vertical-align: middle;
}
.second-left-item .left-nav{
	display: inline-block;
	margin-right: 15px;
}
.second-left-item .left-nav.icon1{
	background: url(../../images/web/icon/second_left_nav1.png) no-repeat left center;
	width: 28px;
	height: 19px;
}
.second-left-item .left-nav.icon1_hover{
	background: url(../../images/web/icon/second_left_nav1_hover.png) no-repeat left center;
	width: 28px;
	height: 19px;
}
.second-left-item .left-nav.icon2{
	background: url(../../images/web/icon/second_left_nav2.png) no-repeat left center;
	width: 28px;
	height: 28px;
}
.second-left-item .left-nav.icon2_hover{
	background: url(../../images/web/icon/second_left_nav2_hover.png) no-repeat left center;
	width: 28px;
	height: 28px;
}
.second-left-item .left-nav.icon3{
	background: url(../../images/web/icon/second_left_nav3.png) no-repeat left center;
	width: 28px;
	height: 27px;
}
.second-left-item .left-nav.icon3_hover{
	background: url(../../images/web/icon/second_left_nav3_hover.png) no-repeat left center;
	width: 28px;
	height: 27px;
}
.second-left-item .left-nav.icon4{
	background: url(../../images/web/icon/second_left_nav4.png) no-repeat left center;
	width: 28px;
	height: 25px;
}
.second-left-item .left-nav.icon4_hover{
	background: url(../../images/web/icon/second_left_nav4_hover.png) no-repeat left center;
	width: 28px;
	height: 25px;
}
.second-left-item .left-nav.icon5{
	background: url(../../images/web/icon/second_left_nav5.png) no-repeat left center;
	width: 28px;
	height: 29px;
}
.second-left-item .left-nav.icon5_hover{
	background: url(../../images/web/icon/second_left_nav5_hover.png) no-repeat left center;
	width: 28px;
	height: 29px;
}
.second-left-item .left-nav.icon6{
	background: url(../../images/web/icon/second_left_nav6.png) no-repeat left center;
	width: 28px;
	height: 25px;
}
.second-left-item .left-nav.icon6_hover{
	background: url(../../images/web/icon/second_left_nav6_hover.png) no-repeat left center;
	width: 28px;
	height: 25px;
}
.second-left-item .left-nav.icon7{
	background: url(../../images/web/icon/second_left_nav7.png) no-repeat left center;
	width: 28px;
	height: 27px;
}
.second-left-item .left-nav.icon7_hover{
	background: url(../../images/web/icon/second_left_nav7_hover.png) no-repeat left center;
	width: 28px;
	height: 27px;
}
.second-left-item .left-nav.icon8{
	background: url(../../images/web/icon/second_left_nav8.png) no-repeat left center;
	width: 28px;
	height: 30px;
}
.second-left-item .left-nav.icon8_hover{
	background: url(../../images/web/icon/second_left_nav8_hover.png) no-repeat left center;
	width: 28px;
	height: 30px;
}
.second-left-item .left-nav.icon9{
	background: url(../../images/web/icon/second_left_nav9.png) no-repeat left center;
	width: 28px;
	height: 24px;
}
.second-left-item .left-nav.icon9_hover{
	background: url(../../images/web/icon/second_left_nav9_hover.png) no-repeat left center;
	width: 28px;
	height: 24px;
}
.second-left-item .left-nav.icon10{
	background: url(../../images/web/icon/second_left_nav10.png) no-repeat left center;
	width: 28px;
	height: 26px;
}
.second-left-item .left-nav.icon10_hover{
	background: url(../../images/web/icon/second_left_nav10_hover.png) no-repeat left center;
	width: 28px;
	height: 26px;
}
.second-left-ul .second-left-item .link{
	color: #283120;
	font-size: 16px;
	
}
.second-left .second-left-item .detail{
	display: inline-block;
	position: absolute;
	right: 18px;
	top: 20px;
	width: 6px;
	height: 11px;
	background: url(../../images/web/icon/second_arrow_right_blue.png) no-repeat;
}
.second-main .second-right{
	float: right;
	width: 920px;
}
.second-right .title{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin: 0 0 20px 0;
}
.second-right .content{
	padding-bottom: 20px;
	/*padding: 20px 0;*/
}
.second-right .intro-detail{
	padding-bottom: 60px;
	background-color:#fff;
	padding:20px;
	margin-bottom:40px;
}
/*
.second-right .content p{
	color: #575656;
	text-indent: 2em;
	font-size: 15px;
	line-height: 34px;
	margin-bottom: 35px;
}
.second-right .content .img-group{
	text-align: center;
	margin-bottom: 35px;
}
*/
/*二级介绍页面内容样式*/
.second-right .content p{
	/*margin:0 0 20px 0;
	font-size: 16px;
	color: #2e2e2f;
	line-height: 38px;
	margin-bottom: 30px;
	text-indent: 2em;*/
	line-height: 30px; font-size: 16px;
}
/*
.news-content .content-main img{
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}
*/
/*newsMainPDiv 统一样式  */
.second-right .content table{
	width: 100% !important;
	margin: 0 auto !important;
	border: 1px solid #ccc !important;
	border-collapse: collapse;
}
.second-right .content table td,.second-right .content table th{
	text-align: center;
	padding: 5px 0;
	border: 1px solid #ccc !important;
	background-color:#ffffff;
}
.second-right .content table th{
	text-align: center;
	padding: 5px 0;
	border: 1px solid #ccc !important;
	background-color:#f0f0f0;
	font-weight:bold;
}
.second-right .content img{
	max-width: 80%;
	display: block !important;
	margin: 0 auto !important;
}

.second-right .img-group .img-item{
	display: inline-block;
	width: 362px;
	height: 290px;
}
.second-right .img-group .img-item:first-child{
	display: inline-block;
	width: 362px;
	height: 290px;
	margin-right: 20px;
}
.img-group .img-item img{
	height: 249px;
	width: 100%;
}
.img-group .img-item .inst{
	color: #1f1f1f;
	font-size: 16px;
	margin: 0;
	text-align: center;
	text-indent: 0;
}
/*regist*/
.mask{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 9;
}
.mask .regist-box{
	width: 600px;
	height: 680px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -350px;
	margin-left:  -300px;
	background-color: #fff;
	z-index: 10;
	padding: 30px 40px;
	box-sizing: border-box;
	box-shadow: 5px 6px 24px #333;
	border-radius: 10px;
}
.mask .regist-box .title{
	font-size: 24px;
	color: #000;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.mask .notice{
	color: #717171;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 20px 0;
}
.mask .notice .notice-label{
	color: #123df4;
}
.mask .regist-ul{
	margin: 0;
}
.mask .regist-ul .regist-item{
	position: relative;
}
.regist-ul .regist-item .regist-input{
	display: inline-block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background-color: #fff;
	border-radius: 5px;
	padding-left: 120px;
	box-sizing: border-box;
	border: 1px solid #e4e3e3;
}
.regist-ul .regist-item{
	font-size: 0;
	margin-bottom: 24px;
}
.regist-ul .regist-item .item-label{
	display: inline-block;
	position: absolute;
	left: 12px;
	top: 14px;
	font-size: 15px;
	color: #444444;
}
.regist-item>*{
	vertical-align: middle;
}
.regist-item .item-label>*{
 	vertical-align: middle;
 }
 .regist-item .item-label img{
 	margin-right: 6px;
 }
 .regist-item .resend{
 	color: #183cd7;
 	font-size: 14px;
 }
 .regist-box .btn-box .btn{
 	display: inline-block;
	height: 44px;
	line-height: 44px;
	background-color: #686868;
	color: #fff;
	font-size: 18px;
	margin-left: 6px;
	text-align: center;
	width: 160px;
	border-radius: 5px;
 }
  .regist-box .btn-box .btn-regist{
	background-color: #355cf2;
	margin-left: 0px;
	width: 340px;
 }
 /*application*/
 .apply-main{
 	background-color: #f3f6ff;
 	padding: 30px 0 60px 0;
 }
 .apply-main .notice{
  	background-color: #f3f6ff;
  	padding: 13px 25px;
  	margin-bottom: 30px;
  }
.apply-main .notice .info{
  	color: #8a8a8a;
  	font-size: 13px;
  	display: inline-block;
  	width: 910px;
  }
.apply-main .notice .notice-label{
  	color: #2953d1;
  	font-size: 15px;
  	display: inline-block;
  	width: 90px;
}
.apply-main .title{
	font-size: 24px;
	color: #000;
	margin: 0 0 15px 0;
}
.apply-ul{
	margin: 0;
}
.apply-ul .apply-item{
	margin-bottom: 24px;
}
.apply-ul .apply-item .apply-select{
	display: inline-block;
	width: 240px;
	margin-left: 4px;
	height: 34px;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	padding-left: 10px;
	box-sizing: border-box;
}
.apply-ul .apply-item .apply-input{
	display: inline-block;
	width: 240px;
	margin-left: 4px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	padding-left: 10px;
	box-sizing: border-box;
}
.apply-ul .apply-item .apply-textarea{
	display: inline-block;
	width: 655px;
	margin-left: 4px;
	height: 100px;
	line-height: 24px;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	box-sizing: border-box;
}
.apply-ul .c-red{
	font-size: 15px;
	color: #d91209;
	margin-right: 4px;
}
.item-inline-block .label,.item-block .label{
	display: inline-block;
	width: 180px;
	text-align: right;
	font-size: 15px;
}
.item-block .label{
	vertical-align: top;
	font-size: 15px;
}
.apply-ul .apply-item .item-inline-block{
	width: 540px;
	display: inline-block;
}
.apply-ul .apply-item>*{
	vertical-align: middle;
}
.apply-item .btn{
	display: inline-block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	background-color: #f7f7f7;
	font-size: 15px;
	color: #292929;
	text-align: center;
	border: 1px solid #d0d0d0;
	margin-left: 10px;
	vertical-align: middle;
}
.apply-main .btn-box{
	font-size: 0px;
	margin: 50px 0 50px 0;
}
.apply-main .btn-box .btn{
	display: inline-block;
	height: 42px;
	line-height: 41px;
	width: 316px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border: none;
	border-radius: 3px;
}
.btn-box .btn img{
	margin-right: 10px;
}
.btn-box .btn.apply-btn{
	width: 440px;
	margin-right: 15px;
	background-color: #6884ed;
}
.btn-box .btn>*{
	vertical-align: middle;
}

a.link1:link {font-size: 14px; color: #000;TEXT-DECORATION: none}
a.link1:visited {font-size: 14px;color: #000;TEXT-DECORATION: none}
a.link1:hover {font-size: 14px;color: #fff;TEXT-DECORATION: none}
a.link1:active {font-size: 14px;color: #fff;TEXT-DECORATION: none}


.littleResultDiv{padding: 20px 0px 20px; border-bottom: 1px solid #e6e6e6;}
.littleResultDiv h3{margin-bottom: 10px;}
.littleResultDiv .introP{color: #8e8989; font-size: 13px;line-height: 24px; width: 920px;} 
.littleResultDiv .relativeInfo{margin-top: 10px;}
.littleResultDiv .relativeInfo span{display: inline-block; margin-right: 25px; color: #8e8989; font-size: 13px;}
.littleResultDiv .relativeInfo span img{position: relative; top:0px; right: 3px;}
.relativeInfo .searchMoreBtn{width: 58px; height: 18px; line-height: 18px; background: #e4e4e3; color: #000; font-family: "arial, helvetica, sans-serif"; text-align: center; float: right;}
.littleResultDiv h3 a{color: #0000cc; font-size: 16px;}
.littleResultDiv h3 a:hover{text-decoration: underline;}
.littleResultDiv a{
	color: #1e1e1e;
	font-size: 15px;
}
.littleResultDiv a:hover{
	color: #0a60cb;
}
.littleResultDiv:last-child{
	border-bottom: 0px;
}

