.banner{
	width: 100%;
	min-width: 320px;
	height: 390px;
	overflow: hidden;
}

.banner a{
	display: block;
	height: 390px;
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover; 
	color: #fff;
	text-align: center;
	position: relative;
	vertical-align: bottom;
}

.banner a .container{
	height: 390px;
	position: relative;
}

.banner-local{
	position: absolute;
    bottom: 0;
    width: 100%;
	padding: 23px 15px 42px;
	background: url(../images/banner_title_bg.png) center center no-repeat;
}

.banner a .container h4{
	font-size: 26px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner a .container p{
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.banner .bx-wrapper .bx-pager,
.banner.bx-wrapper .bx-controls-auto{
	bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

.banner .bx-wrapper .bx-pager .bx-pager-item,
.banner .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
	vertical-align: bottom;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255,255,255,.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
    display: block;
    width: 3px;
    height: 6px;
    margin: 0 5px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
    width: 3px;
    height: 11px;
}

.main-content1{
	float: left;
	width: 100%;
	padding-bottom: 50px;
}

.main-left{
	width: 32.5%;
}

.main-right{
	width: 63%;
}

.main-title{
	float: left;
	width: 100%;
	margin-top: 35px;
	padding-bottom: 20px;
	margin-bottom: 7px;
	border-bottom: 1px solid transparent;
}

.main-title-1{
	border-bottom: 1px solid #e5e5e5;
}

.main-title h4{
	float: left;
	font-size: 22px;
	color: #4299dd;
	padding-top: 15px;	
	padding-right: 75px;
	background-position: 25px top;
	background-repeat: no-repeat;
}

.main-more{
	float: right;
	font-size: 12px;
	color: #666;
	margin-top: 22px;
}

.main-more:hover{
	color: #4299dd;
}

.main-list1{
	position: relative;
	float: left;
	width: 100%;
}

.main-list1:before{
display:none;
    content: '';
    height: 95%;
    border-left: 1px dashed #d7d7d7;
    position: absolute;
    left: 6px;
    top: 13px;
}

.main-list1 li{
	margin-top: 5px;
	padding-bottom: 21px;
	float: left;
	width: 100%;
}

.main-list1 li:last-child{
	padding-bottom: 6px;
}

.main-list1 li a{
	float: left;
	display: block;
	width: 100%;
}

.event-small{
    display: inline-block;
	font-size: 0;
	margin-bottom: 14px;
}

.event-small span{
	width: 50%;
	height: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #666;
	// padding-left: 25px;
	position: relative;
}

.event-time{
	// background: #fff url(../images/event_icon_time.png) left center no-repeat;	
}

.event-local{
	// background: url(../images/event_icon_local.png) 8px center no-repeat;	
}

.main-list1 li h4{
    display: inline-block;
    width: 90%;
	height: 17px;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	padding-left: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-list1 li a:hover h4{
	color: #4299dd;
}

.main-list2-left{
	width: 57.5%;
}

.main-list2-right{
	width: 39%;
}

.main-list2-top{
	width: 100%;
	height: 245px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-list2-bottom{
	background: #eee;
	padding: 14px 16px 41px;
}

.main-list2-time{
	display: table-cell;
	vertical-align: top;
	width: 55px;
	height: 55px;
	text-align: center;
	color: #fff;
	background: #64aae0;
	font-size: 0;
}

.main-list2-time strong{
    font-size: 24px;
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 5px 0 1px;
}

.main-list2-time small{
	font-size: 12px;
	display: block;
}

.main-list2-title{
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	
}

.main-list2-title h4{
	line-height: 27px;
	font-size: 16px;
	color: #333;
	max-height: 55px;
	overflow: hidden;
}

.main-list2 .bx-wrapper .bx-pager,
.main-list2 .bx-wrapper .bx-controls-auto {
    bottom: 0;
    padding: 10px 0;
    height: 30px;
}

.main-list2 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #bdd0e4;
}

.main-list2 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-list2 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #2c77c7;
}

.main-list3 li{
	margin-bottom: 27px;
}

.main-list3 li:last-child{
	margin-bottom: 0;
}

.main-list3 a{
	width: 100%;
	display: block;
	height: 164px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.main-list3 a h4{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.main-list3 a h4 span{
	display: block;
	padding: 7px 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-list2 a{
	display: block;
}

.main-list2 a:hover h4{
	color: #4299dd;
}

.main-content2{
	float: left;
	width: 100%;
	min-width: 320px;
	padding: 39px 0;
	background: url(../images/icon_bg.jpg) center center no-repeat;
	background-size: cover;
}

.main-list4{
	float: left;
	width: 100%;
}

.main-list4 li{
	float: left;
	width: 33%;
}

.main-list4 .media-left,
.main-list4 .media-right{
	vertical-align: middle;
	height: 136px;
}

.main-list4 .media-left{
	position: relative;
}

.main-list4 .media-left:after{
	content: '';
	width: 13px;
	height: 136px;
	background: url(../images/icon_arrow.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.main-list4 .media-right{
	padding-left: 30px;
}


.main-list4 .media-left h4{
	font-size: 18px;
	color: #0089cd;
	padding: 95px 40px 22px 0;
	text-align: center;
}

.main-li1 h4{
	background-position: left 10px;
	background-repeat: no-repeat;
}

.main-li2 h4{
	background-position: left 17px;
	background-repeat: no-repeat;
}

.main-li3 h4{
	background-position: left 22px;
	background-repeat: no-repeat;
}

.main-list4 .media-right p{
	padding: 8px 0;
}

.main-content3{
	float: left;
	width: 100%;
	min-width: 320px;
	padding: 65px 0 0;
}

.main-title2{
	float: left;
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 20px;
}

.main-title2 h4{
	float: left;
	color: #333;
	font-weight: normal;
	font-size: 22px;
	margin-right: 50px;
	position: relative;
	padding-bottom: 14px;
	cursor: pointer;
}

.main-title2 h4.active{
	color: #4299dd;
	font-weight: bold;
}

.main-title2 h4.active:after{
	content: '';
	border-left: 6.5px solid transparent;
	border-right: 6.5px solid transparent;
	border-bottom: 5px solid #1d8cc0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6.5px;
}

.main-more2{
	margin-top: 11px;
}

.main-tab li a{
	width: 100%;
	display: block;
	border: 1px solid#e5e5e5;
	padding-bottom: 12px;
}

.main-tab li .main-tab-top{
	padding-bottom: 57%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.main-tab li p{
	font-size: 12px;
	color: #999;
	padding: 11px 9px 5px;
}

.main-tab li h4{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding: 0 9px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.main-tab li a:hover h4{
	color: #4299dd;
}


.main-tab .bx-wrapper .bx-controls-direction a {
    margin-top: -20px;
    outline: 0;
    width: 40px;
    height: 40px;
    filter: alpha(opacity=80);
    z-index: 99;
}

.main-tab .bx-wrapper .bx-prev {
    left: -50px;
    background: url(../images/button_left.png) no-repeat center center;
}

.main-tab .bx-wrapper .bx-next {
    right: -50px;
    background: url(../images/button_right.png) no-repeat center center;
}

.main-tab .bx-wrapper .bx-pager.bx-default-pager a {
    background: #bdd0e4;
}

.main-tab .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-tab .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #2c77c7;
}

.main-tab {
	height: 0;
	overflow-x: hidden;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 0;
}

.main-tab.current{
	height: auto;
	opacity: 1;
	filter: alpha(opacity=100);
	padding-bottom: 40px;
}

.main-fixed{
	position: fixed;
	right: 15px;
	top: 40%;
	display: none;
	z-index: 500;
}

.main-fixed>li{
	width: 41px;
	height: 41px;
	transition: all .2s ease-in;
	cursor: pointer;
	border: 1px solid #c5c7cc;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.main-fixed>li:hover{
	border:1px solid #89c2fc;
}

.main-fixed>li.weixin{
	background-image: url(../images/icon_wechat_nor.png);
	margin-bottom: 12px;
	position: relative;
}

.main-fixed>li.weixin:hover{
	background-image: url(../images/icon_wechat_sel.png);
}

.main-fixed>li.go-top{
	background-image: url(../images/icon_up_nor.png);
}

.main-fixed>li.go-top:hover{
	background-image: url(../images/icon_up_sel.png);
}

.weixin-list{
	padding: 0 9px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	position: absolute;
	right: 55px;
	background-color: #fff;
	display: none;
	transition: all .2s ease-in;
}

.weixin-list li{
	width: 180px;
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
}

.weixin-list li .media-left img{
	width: 75px;
	height: 75px;
}

.weixin-list li .media-right{
	width: 1000px;
	padding-left: 15px;
}

.weixin-list li .media-right h4{
	font-size: 14px;
	color: #555;
    line-height: 25px;
}

.weixin-list-icon{
	position: absolute;
	top: 16px;
	right: -8px;
}


.main-fixed>li.weixin:hover .weixin-list{
	display: block;
}

.top-img{
	width: 100%;
	height: 186px;
	background: url(../images/list_banner.jpg) center center no-repeat;
	background-size: cover;
}

.top-img .container{
	height: 186px;
	position: relative;
}

.top-title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 19%;
	font-size: 22px;
	color: #ededed;
	padding: 15px 25px;
	background: rgba(66,153,221,.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C84299dd, endColorstr=#C84299dd);
	line-height: 29px;
}

.common-left{
	width: 19%;
}

.common-right{
	width: 75%;
}

.navlist2{
	display: none;
	padding: 9px 0 9px 10px;
	background: #ededed;
	overflow: hidden;
}

.navlist2>li>a{
	display: block;
	padding: 15px 15px 15px 33px;
	font-size: 16px;
	color: #333;
	position: relative;
}

.navlist2>li>a.active{
	background: #fff;
	color: #2b86cd;
}

.navlist2>li>a.active:before{
	content: '';
	border-top: 4.5px solid transparent;
	border-bottom: 4.5px solid transparent;
	border-left: 5px solid #2b86cd;
	position: absolute;
	left: 18px;
	top: 50%;
	margin-top: -4.5px;
}

.navlist2 li a:hover{
	color: #2b86cd;
}

.thr-sub{
	display: none;
	background: #fff;
	padding: 7px 0 7px 33px;
}

.sub-open{
	display: block;
}

.thr-sub li a{
	display: block;
	color: #333;
	font-size: 14px;
	padding: 10px 15px 10px 17px;
	position: relative;
}

.thr-sub li a.active{
	font-weight: bold;
	color: #2b86cd;
}

.thr-sub li a.active:before{
	content: '';
	border-top: 4.5px solid transparent;
	border-bottom: 4.5px solid transparent;
	border-left: 5px solid #2b86cd;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4.5px;
}

.no-ac:after{
	content: '';
	width: 1500px;
	height: 1px;
	background: #95bbd9;
	position: absolute;
	left: 33px;
	bottom: 0;
}

.no-ac:before{
	display: none;
}

.left-code{
	border: 1px solid #e5e5e5;
	border-top: 2px solid #4299dd;
	background: #f7fdff;
	margin-top: 45px;
	box-shadow: 0 0 2px #dcdcdc;
}

.left-code li{
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px dashed #dcdcdc;
}

.left-code li:last-child{
	border-bottom: none;
}

.left-code li h4{
	color: #555;
	font-size: 14px;
	margin: 5px 0 13px;
}

.left-code li img.code-img{
	width: 135px;
}

.list-title {
	border-bottom: 2px solid #4199dd;
	float: left;
	width: 100%;
	margin-top: 10px;
    position: relative;
}

.list-title h4 {
	font-size: 17px;
	background-color: #4199dd;
	padding: 6px 15px;
	color: #fff;
}

.list-show {
	color: #4199dd;
	margin-top: 13px;
	font-size: 15px;
	cursor: pointer;
}

.common-local{
	font-size: 12px;
	color: #333;
	margin: 25px 0 30px;
	padding-left: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}

.common-local:before{
	content: '';
	width: 3px;
	height: 12px;
	background: #44a6f3;
	position: absolute;
	left: 0;
	top: 2.5px;
}

.common-local:after{
	content: '';
	width: 3px;
	height: 12px;
	background: #2b86cd;
	position: absolute;
	left: 6px;
	top: 2.5px;
}

.common-local a{
	color: #333;
}

.common-local a:hover{
	color: #4299dd;
}

.common-list>li>a{
	float: left;
	width: 100%;
	padding-bottom: 24px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #dcdcdc;
}

.common-list .media-left{
	float: left;
	width: 205px;
	height: 116px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 20px;
	display: none;
}

.common-list .media-left img{
	display: none;
}

.common-list .media-right h4{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	max-height: 30px;
	overflow: hidden;
	margin-bottom: 15px;
}

.common-list .media-right p{
	font-size: 14px;
	color: #202020;
	line-height: 27px;
	/*max-height: 54px;
	overflow: hidden;*/
}

.common-list .media-time{
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}

.common-list>li>a:hover .media-right h4{
	color: #4299dd;
}

.article-title{
	text-align: center;
	font-size: 26px;
	color: #125393;
	font-weight: normal;
	padding: 10px 0 25px;
	line-height: 32px;
}

.article-small{
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
}

.article-small span{
	margin: 0 15px;
}

.photo-list{
	font-size: 0;
	margin-left: -30px;
	margin-right: -30px;
}

.photo-list>li{
	display: inline-block;
	margin: 0 30px 40px;
	width: 27%;
}

.photo-list>li a{
	display: block;
	width: 100%;
	height: 200px;
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid #4299dd;
	transition: all .2s ease-in;
}

.photo-list>li .photo-top{
	text-align: center;
	width: 100%;
	height: 150px;
	background: #f1f1f1;
}

.photo-list>li .photo-top img{
	height: 150px;
	max-width: 100%;
}

.photo-list>li h4{
	text-align: center;
	font-size: 14px;
	color: #000;
	padding: 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	transition: all .2s ease-in;
}

.photo-list>li a:hover{
	border: 1px solid #4299dd;
}

.photo-list>li a:hover h4{
	background: #4299dd;
    color: #fff;
}

.people-list{
	font-size: 0;
	margin-left: -28px;
	margin-right: -28px;
}

.people-list>li{
	display: inline-block;
	margin: 0 28px 40px;
	width: 44%;
}

.people-list>li a{
	display: block;
	padding-right: 5%;
	background: #eee;
	height: 160px;
	transition: all .2s ease-in;
}

.people-list>li .media-left img{
	float: left;
	width: 162px;
	height: 160px;
	margin-right: 18px;
}

.people-list>li .media-right{
	width: 1500px;
}

.people-list>li .media-right h4{
	font-size: 18px;
	color: #2b86cd;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 15px;
	position: relative;
	transition: all .2s ease-in;
}

.people-list>li .media-right h4:after{
	content: '';
	width: 6px;
	height: 11px;
	background: url(../images/list_icon_arrow.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5.5px;
	transition: all .2s ease-in;
}

.people-list>li .media-right p{
	font-size: 12px;
	color: #4a4949;
	line-height: 25px;
	max-height: 75px;
	overflow: hidden;
	transition: all .2s ease-in;
}

.people-list>li a:hover{
	background: #2b86cd;
}

.people-list>li a:hover .media-right h4,
.people-list>li a:hover .media-right p{
	color: #fff;
}

.people-list>li a:hover .media-right h4:after{
	background: url(../images/list_icon_arrow_ac.png) center center no-repeat;
}
.people-top{
	float: left;
	padding-right: 3%;
	background: #eee;
	min-height: 175px;
	margin-bottom: 30px;
}

.people-top img{
	float: left;
	height: 175px;
	margin-right: 25px;
}

.people-top .media-right{
	width: 1500px;
}

.people-top .media-right h4{
	font-size: 20px;
	color: #2b86cd;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #dcdcdc;
}

.people-top .media-right .people-p1{
	font-size: 12px;
	color: #4a4949;
	margin-top: 15px;
}

.people-top .media-right .people-p1 span{
	position: relative;
	padding: 0 30px;
	min-height: 17px;
}

.people-top .media-right .people-p1 .people-span1{
	padding-left: 0;
	padding-right: 20px;
}

.people-top .media-right .people-p1 span:after{
	content: '';
	width: 1px;
	height: 10px;
	background: #a2a2a2;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.people-top .media-right .people-p1 span:last-child:after{
	display: none;
}

.people-top .media-right .people-p1 .people-span2{
	background: url(../images/icon_phone_2.png) 14px center no-repeat;
}

.people-top .media-right .people-p1 .people-span3{
	background: url(../images/icon_email_2.png) 11px center no-repeat;
}

.people-top .media-right .people-p2{
	font-size: 12px;
	color: #000;
	margin-top: 30px;
	line-height: 25px;
}

.info-teacher-head{
	white-space: nowrap;
	position: relative;
	overflow: auto;
	margin-bottom: 15px;
}

.info-teacher-head:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #eee;
	position: absolute;
	left: 0;
	bottom: 0;
}

.info-teacher-head a{
	display: inline-block;
	padding-bottom: 9px;
	border-bottom: 2px solid transparent;
	color: #333;
	font-size: 16px;
	position: relative;
	z-index: 99;
	margin-right: 15px;
}

.info-teacher-head a.current{
	color: #4299dd;
	font-weight: bold;
	border-bottom: 2px solid #4299dd;
}

.info-tab{
	display: none;
}

.info-tab.on{
	display: block;
}

@media (min-width: 991px) {
	.common-left{
		display: block !important;
	}
}

@media (max-width: 1600px) {
	.banner,
	.banner a,
	.banner a .container{
		height: 370px;
	}	
}

@media (max-width: 1500px) {
	.banner,
	.banner a,
	.banner a .container{
		height: 350px;
	}	
}

@media (max-width: 1400px) {
	.banner,
	.banner a,
	.banner a .container{
		height: 330px;
	}	
}

@media (max-width: 1300px) {
	.banner,
	.banner a,
	.banner a .container{
		height: 310px;
	}	
}


@media (max-width: 1199px) {
	.banner,
	.banner a,
	.banner a .container{
		height: 290px;
	}
	.main-list4 .media-right {
	    padding-left: 12px;
	}	
	.photo-list{
		margin-left: -16px;
		margin-right: -16px;
	}
	
	.photo-list>li{
		margin: 0 16px 30px;
		width: 29%;
	}
	.people-list{
		margin-left: -22px;
		margin-right: -22px;
	}
	
	.people-list>li{
		margin: 0 22px 40px;
	}
}

@media (max-width: 990px) {
	.banner,
	.banner a,
	.banner a .container{
		height: 270px;
	}	
	.banner a .container h4{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.banner a .container p{
		font-size: 15px;
	}
	.banner-local {
	    padding: 15px 0 30px;
	    width: calc(100% - 30px);
	}
	.main-left,
	.main-right{
		width: 100%;
	}
	.common-left,
	.common-right{
		width: 100%;
	}
	.common-left{
		display: none;
	}
	.main-list4 .media-left h4 {
	    padding: 95px 20px 22px 0;
	}
	.main-li1,
	.main-li2{
		width: 29% !important;
	}
	.main-li3{
		width: 41% !important;
	}
	.main-list4 .main-li3 .media-left h4{
		padding-right: 23px;
	}
	.main-list4 .media-right {
	    padding-left: 4px;
	}
}

@media (max-width: 768px) {
	.banner,
	.banner a,
	.banner a .container{
		height: 240px;
	}
	.banner a .container h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.banner a .container p{
		font-size: 14px;
	}
	.main-list2-left,
	.main-list3 li{
		margin-bottom: 20px;
	}
	.main-list2-left,
	.main-list2-right{
		width: 100%;
	}
	.main-list2-top,
	.main-list3 a {
	    height: auto;
	    padding-bottom: 50%;
	}
	.main-li1,
	.main-li2,
	.main-li3{
		width: 100% !important;
		margin: 10px 0;
	}
	.main-content2{
		padding: 25px 0;
	}
	.main-list4 .media-left h4{
		width: 100px;
		padding: 95px 24px 22px 0 !important;
	}
	.main-list4 .media-right {
	    padding-left: 10px;
	}
	.photo-list{
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}
	.photo-list>li{
		width: auto;
	}
	.photo-list>li a{
		width: 260px;
	}
	.people-list{
		margin-left: 0;
		margin-right: 0;
	}
	
	.people-list>li{
		margin: 0 0 30px;
		width: 100%;
	}
	.people-top{
		padding-right: 0;
		width: 100%;
	}
	.people-top img{
		float: none;
	}
	.people-top .media-right{
		display: block;
		width: auto;
		padding: 0 15px 15px;
	}
	.people-top .media-right .people-p1 span{
		display: block;
		padding: 0 0 0 20px;
		margin-bottom: 5px;
	}
	.people-top .media-right .people-p1 span:after{
		display: none;
	}
	.people-top .media-right .people-p1 .people-span2,
	.people-top .media-right .people-p1 .people-span3{
		background-position: left center;
	}
	.people-top .media-right .people-p2 {
	    margin-top: 15px;
	}
}

@media (max-width: 500px) {
	.banner,
	.banner a,
	.banner a .container{
		height: 190px;
	}
	.main-title2 h4 {
	    font-size: 20px;
	    margin-right: 9px;
	}
	.common-list .media-left{
		width: 100%;
		height: auto;
		padding-bottom: 50%;
		margin-bottom: 6px;
	}
	.common-list .media-right h4{
		margin-bottom: 10px;
	}
	.common-list>li>a{
		padding-bottom: 15px;
	}
	.people-list>li a{
		padding-right: 0;
		height: auto;
	}
	.people-list{
		text-align: center;
	}
	.people-list>li{
		width: 65%;
	}
	.people-list>li .media-left{
		width: 100%;
		float: left;
	}
	.people-list>li .media-left img{
		display: block;
		width: 100%;
		height: auto;
		float: none;
	}
	.people-list>li .media-right{
		padding: 0 15px 15px;
	}
	.people-list>li .media-right h4,
	.people-list>li .media-right p{
		text-align: left;
	}
}



