@charset "utf-8";
.container {
	min-width: 1200px;
	width: 100%;
	height: auto;
}
.container .banner {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
}
.container .banner img{
	width: 100%;
	height: 100%;
}
.container .details{
	width: 1200px;
	min-height: 778px;
	height: auto;
	margin: 0 auto;
	background: url('../images/base/left_menu.png') no-repeat left top;
}
/* ---左侧菜单--- */
.container .details .left-menu {
	width: 270px;
	min-height: 780px;
}
.container .details .left-menu .options{
    width: 45%;
    margin: 30px 0 0 100px;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #e6e5e5;
}
.container .details .left-menu .options a{
	color: #999;
}
.container .details .left-menu .options a:hover, .container .details .left-menu .options.on a{
	font-weight: bold;
	color: #8a0101;
}
.container .details .left-menu .options.on{
    background: url('../images/base/menu_check_arrow.png');
    background-repeat: no-repeat;
    background-position: 0px 4px;
}
/* ---右侧内容--- */
.container .details .right-contents {
	width: 920px;
	min-height: 780px;
	font-size: 14px;
}
.container .details .right-contents .position{
	color: #b9b9b9;
	text-align: right;
	padding: 15px;
}
.container .details .right-contents .title{
	font-size: 18px;
	font-weight: bold;
	color: #8a0101;
	padding: 15px;
	background-image: url('../images/base/underline.png');
	background-repeat: no-repeat;
    background-position: 2% 90%;
}
.container .details .right-contents .content{
	padding: 15px;
	text-align: center;
}
.container .details .right-contents .content img{
	width: 100%;
}

.container .details .right-contents .content p{
	text-align: left;
/*	text-indent: 2em;*/
	line-height: 30px;
	margin-bottom: 10px;
}
.container .details .right-contents p.center {text-align: center;}

.container .details .right-contents .content p span.red{
	color: #8a0101;
	font-weight: bold;
}
.container .details .right-contents .content .hotelimg{
	width: 30%;
	height: 140px;
	display: inline-block;
}
.container .details .right-contents .content .hotelimg img{
	width: 100%;
	height: 100%;
}
.container .details .right-contents .content .info {
	width: 100%;
    padding: 15px 0px;
    clear: both;
}
.container .details .right-contents .content .news-title {
	font-size: 24px;
	color: #101010;
}
.container .details .right-contents .content .news-date{
	color: #666;
	font-size: 14px;
	margin: 20px 0;
}
/* ---新闻资讯--- */
.container .details .right-contents .news{
	width: 100%;
	height: auto;
}
.container .details .right-contents .news .infomation{
	width: 100%;
	height: 160px;
	margin-bottom: 38px;
	cursor: pointer;
}
.container .details .right-contents .news .infomation .img{
	width: 30%;
	height: 100%;
}
.container .details .right-contents .news .infomation .img img {
	width: 100%;
	height: 100%;
}
.container .details .right-contents .news .infomation .text {
    width: 70%;
	height: 100%;
	color: #b6b6b6;
	overflow: hidden;
}
.container .details .right-contents .news .infomation .text .title {
	margin-top: 10px;
	padding: 0 20px;
	color: #555;
	font-weight: bold;
	height: 25px;
	font-size: 16px;
	background: none;
}
.container .details .right-contents .news .infomation .text .content{
	font-size: 14px;
    height: 115px;
    width: 80%;
    padding-left: 20px;
	text-align: left;
}
.container .details .right-contents .news .infomation .text .datetime{
	float: right;
	background-color: #eeeceb;
    margin-top: -18%;
    padding: 3px 10px;
	color: #666;
}
/* ---联系信息--- */
.container .details .right-contents .contacts {
	width: 33%;
    text-align: center;
    float: left;
    color: #8a0101;
    padding-top: 70px;
}
.container .details .right-contents .phone {
	background: url('../images/base/c-phone.png') no-repeat top center;
}
.container .details .right-contents .email {
	background: url('../images/base/c-email.png') no-repeat top center;
}
.container .details .right-contents .wechat {
	background: url('../images/base/c-wechat.png') no-repeat top center;
}
/* ---地图--- */
.container .details .right-contents .content #bdmap{
	width:100%;
	height:300px;
}
.container .details .right-contents .content .img{
	width: 100%;
}
.container .details .right-contents .content .img img{
	width: 100%;
}
.container .details .right-contents .content .search{
	width: 20%;
	margin: 0 auto;
	padding: 20px;
	background: url('../images/base/search.png') no-repeat center left;
	cursor: pointer;
}
/* ---常见问题--- */
.container .details .right-contents .q-a-bg {
    width: 92%;
    height: 33px;
    overflow: hidden;
    margin: 2% auto;
    padding: 0 2%;
	background-color: #f8efef;
	cursor: pointer;
}
.container .details .right-contents .q-a-bg p {
	line-height: 30px;
	color: #5b5959;
    font-size: 14px;
}
.container .details .right-contents .q-a-bg p span{
	color: #8a0101;
	font-size: 20px;
	font-weight: bold;
	padding-right: 10px;
}
.container .details .right-contents .q-a-bg p a{
	color: #f90;
}
.container .details .right-contents .label{
	margin: 10px auto;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.container .details .right-contents .table{
	width: 100%;
	margin-bottom: 20px;
	border: 2px solid #f9f2f2;
	border-bottom: 4px solid #d9d9d9;
}
.container .details .right-contents .table th{
	padding: 15px 5px;
	background: #8a0101;
	color: #fff;
	border-right: 2px solid #c88787;
}
.container .details .right-contents .table th:last-child {
	border-right: none;
}
.container .details .right-contents .table tbody tr:nth-child(odd){
	background: #fff;
}
.container .details .right-contents .table tbody tr:nth-child(even){
	background: #f3e5e5;
}
.container .details .right-contents .table td{
    padding: 12px 20px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-right: 1px solid #fff;
}
.container .details .right-contents .table td:last-child {
	border-right: none;
}
.container .details .right-contents .table-simple{
	width: 70%;
	margin: 0 auto 20px;
	text-align: center;
}
/* ---内容头像信息--- */
.container .details .right-contents .professor{
	width: 447px;
    height: 260px;
	display: inline-block;
    margin: 15px 5px;
}
.container .details .right-contents .professor .head{
	width: 160px;
	height: 160px;
}
.container .details .right-contents .professor .head img{
	width: 155px;
    height: 155px;
    border-radius: 50%;
}
.container .details .right-contents .professor .intro{
	padding: 1px 4px;
    margin-top: -4px;
    width: 273px;
}
.container .details .right-contents .professor .intro p{
	line-height: 26px;
}
/* ---标签切换--- */
.container .details .tab{
	/* width: 100%; */
	height: 48px;
    padding: 0 15px;
}
.container .details .tab-year{
	width: 8%;
	height: 100%;
    line-height: 400%;
}
.container .details .tab-year.la{
	padding-left: 16px;
	text-align: left;
	background-image: url('../images/base/play-left.png');
	background-repeat: no-repeat;
	background-position: left 63%;
}
.container .details .tab-year.ra{
	padding-right: 16px;
	text-align: right;
	background-image: url('../images/base/play-right.png');
	background-repeat: no-repeat;
	background-position: right 63%;
	float:right;
}
.container .details .tab-year a{
	color: #8a0101;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #8a0101;
}
.container .details .tab-course {
   
    height: 100%;
}
.container .details .tab-course div{
	width: 150px;
	height: 100%;
    text-align: center;
	float: left;
	background-image: url('../images/base/tab.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.container .details .tab-course div span{
    line-height: 350%;
}
.container .details .tab-course div.on{
	width: 150px;
	height: 100%;
	background-image: url('../images/base/tab-on.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.container .details .tab-course div.on span{
	line-height: 250%;
}
.tab-year, .tab-course{
	float: left;
}
/* ---分页器--- */
.container #pagelist{
	font-size: 0;
	text-align: left;
	margin-top:50px;
}
.container #pagelist .pageinfo, .container #pagelist .pagenum {
	font-size: 12px;
	width: 49%;
	display: inline-block;
}
.container #pagelist .pagenum{
	text-align: right;
    line-height: 26px;
}
.container #pagelist .pagenum .pager,.container #pagelist .pagenum .page_prev{
	display:inline-block;
	*display:inline;
	*zoom:1;
	cursor:pointer;
	background:#ccc;
	border-radius:3px;
	-ms-border-radius:3px;
	-khtml-border-radius:3px;
	margin:0 3px;
}
.container #pagelist .pagenum .pager a, .container #pagelist .pagenum .page_prev a{
	color: #fff;
	padding:5px 10px;
}
.container #pagelist .pager.active{
    display:inline-block;
	*display:inline;
	*zoom:1;
	cursor:pointer;
	border-radius:3px;
	-ms-border-radius:3px;
	-khtml-border-radius:3px;
	margin:0 3px;
    background: #8A0101;
}
/* ---交通图及校园图片--- */
#baidu{
	width: 100%;
	height: 100%;
	display: none;
}
#baidu #bdmap1{
	width: 100%;
	height: 100%;
}
#image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}
#image img{
	width: 100%;
	height: 100%;
}