/*---重置轮播分页器---*/
.swiper-pagination{
	text-align: right !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	right:10px !important;
	left: auto;
}
.swiper-pagination-bullet{
	background: #118194;
	opacity: .2;
}
.swiper-pagination-bullet-active{
	background: #118194;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: auto !important;
}
/*---重置轮播导航按钮---*/
.swiper-button-next, .swiper-button-prev{
	width: 62px;
	height: 62px;
    z-index: 10;
    bottom:0 !important;
    background: url(/uploads/image/_t061timages/banner_arrow_left.png) no-repeat center;   
}
.swiper-button-next{
    background: url(/uploads/image/_t061timages/banner_arrow_right.png) no-repeat center;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 733px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 314px;
}
.swiper-button-next, .swiper-button-prev{
	top:360px;
}
@media (max-width: 1200px){
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left: 597px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 250px;
	}
	.swiper-button-next, .swiper-button-prev{
		top:291px;
	}
}
@media (max-width: 992px){
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left: 449px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 191px;
	}
	.swiper-button-next, .swiper-button-prev{
		top:93%;
	}
}
@media (max-width: 770px){
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left: 10px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 10px;
	}
	.swiper-button-next, .swiper-button-prev{
		top:59%;
	}
}
.swiper-container{
	width: 100%;
	/*height: 477px;*/
}
.swiper-slide{
	background: #eee;
}
.swiper-slide .left-img{
	float: left;
	width: 68%;
}
.left-img .relative-box{
	position: relative;
	width: 100%;
	height: 100%;
}
.left-img img{
	width: 100%;
	height: 100%;
}
.swiper-slide .right-body{
	float: right;
	height: 100%;
	width: 32%;
	padding: 0 54px;
}

.right-body span{
	display: block;
	width: 97px;
	height: 25px;
	margin-top:34px;
	line-height: 25px;
	text-align: center;
	border-radius: 12px 12px 12px 12px;
	border: solid 1px #abcdd3;
	color: #086676;
}

.right-body h4{
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.6px;
	color: #086676;
	margin:30px 0;
}
.right-body p{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.4px;
	color: #333;
	text-indent: 2em;
}
@media (max-width: 1200px){
	.right-body h4{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		font-size: 16px;
	}
}
@media (max-width: 992px){
	.swiper-container{
		margin-top: 60px;
	}
	.swiper-slide .right-body{
		padding: 0 15px;
	}
	.right-body span{
		margin-top: 10px;
	}
	.right-body h4{
		margin:10px 0 0 0;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 714px){
	.left-img{
		width: 100% !important;
	}
	.right-body{
		display: none;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 30px;
		height: 30px;
	}
	.swiper-pagination{
		text-align: center !important;
		right:auto !important;
		left: 0 !important;
	}
}

/*-----主要内容--------*/
.main-wrapper{
	/*margin-top: 30px;*/
}
/*------通知公告---------*/
.left-main-content{
	float: left;
	width: 31.5%;
}
.content-title {
    margin-top: 15px;
    margin-bottom: 14px;
    float: left;
    width: 100%;
    border-bottom: 2px solid #e5e5e5;
}
.content-title h4 {
    float: left;
    font-size: 20px;
    color: #333;
    padding-bottom: 6px;
    border-bottom: 4px solid #077588;
    margin-bottom: -2px;
}
.content-title a {
    float: right;
    font-size: 12px;
    color: #666;
    margin-top: 7px;
}
.content-title a:hover{
	color: #077588;
}

.media{
	margin-bottom: 30px;
}
.media-left{
	float: left;
    width: 59px;
    height: 50px;
    background-color: #eaeaea;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-right: 19px;
}
.media-left h6{
	width:100%;
	height: 19px;
	line-height: 19px;
	font-weight: normal;
	background-color: #348c9c;
}
.media-left span{
	height: 31px;
	line-height: 31px;
	color:#077588;
	font-weight: 900;
	font-size: 20px;
}
.media-body p{
	max-height: 48px;
	overflow: hidden;
}
.media-body a{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
}
.media-body:hover a{
	color: #348c9c;
}
@media (max-width: 992px){
	.left-main-content{
		float: left;
		width: 100%;
	}
}
@media (max-width: 360px){
	.media-body a{
		font-size: 12px;
	} 
}

/*------新闻动态---------*/
.right-main-content{
	float: right;
	width: 62%;
}
.img-content{
	float: left;
	width: 39%;
    margin-bottom: 15px;
}
.img-content .img{
	width:100%;
	position: relative;
      max-height: 188px;
    overflow: hidden;
}
.img-content .img img{
	width:100%;
	height: 100%;
}
.img-content .img span{
	position: absolute;
	bottom:0;
	left: 0;
	width:62px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #077588;
	background: #eee;
}
.img-content .img span:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -8px;
    z-index: 10;
    bottom: 0;
    border-bottom: 26px solid #eee;
    border-right: 8px solid transparent;
}
.img-content p{
	background: #eee;
	font-size: 16px;
	padding:20px 14px;
	max-height: 113px;
	overflow: hidden;
	font-weight: 900;
	line-height: 30px;
	color: #333;
}
.list-content{
	float: right;
	width: 57%;
}

.right-main-content  .media{
	margin-bottom: 16px;
}
.list-content li:first-child{
	border-bottom: 1px dashed #eee;
}
.list-content .media-left{
	float: left;
    width: 59px;
    height: 31px;
    background-color: #eee;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-right: 19px;
}
.list-content .media-left span{
	height: 31px;
	line-height: 31px;
	color:#077588;
	font-weight: 300;
	font-size: 12px;
}
.list-content .media-left a{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
}
.list-content .media-left:hover a{
	color: #6b3782;
}

.list-content .media-body{
	float: left;
	width: 81%;
}
.list-content .media-body .media-heading{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-content .media-body .media-heading a{
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.list-content .media-body p{
	font-size: 12px;
	line-height: 24px;
	color: #474747;
	text-indent: 2em;	
}
.list-content .media-body p{
	display: none;
}
.list-content li:first-child .media-left{
	margin-bottom: 10px;
}
.list-content li:first-child .media-body p{
	display: block;
    margin-bottom: 15px;
    margin-top: 12px;
}
.list-content .media:hover .media-heading a{
	color: #077588;
}
@media (max-width: 1200px){
	.list-content .media-left{
		width:45px;
	}
       .list-content li:first-child .media-body p{
               margin-bottom: 1px;
               margin-top: -3px;
       }
}
@media (max-width: 992px){
	.right-main-content{
		float: left;
		width: 100%;
	}
       .list-content li:first-child .media-body p{
                margin-bottom: 15px;
                margin-top: 12px;
       }
	.right-main-content{
		float: left;
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 620px){
	.img-content{
		width:100%;
		margin-bottom: 15px;
	}
	.list-content{
		width:100%;
	}
	.list-content .media-body{
		width: 78%;
	}
	.img-content .img span:after{
		right: -7px;
		border-bottom: 28px solid #eee;
	}
}
@media (max-width: 350px){
	.list-content .media-body{
		width: 76%;
	}
}
/*-----------第二层---------*/
.second-content{
	background: #f2f2f2;
}
.second-content .container{
	padding-bottom: 30px;
}

.second-left-content{
	float: left;
	width: 46%;
	padding-bottom: 15px;
}
.second-left-content li{
	border-bottom: 1px dashed #d2d2d2;
}
.second-left-content li .theme{
	font-size: 16px;
	padding:10px 0;	
	font-weight: 300;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.second-left-content li:hover .theme{
	font-weight: 900;
}
.second-left-content li .theme a{
	color: #000;
}
.second-left-content li .theme a span{
	color: #0087b4;
}
.subtitle{
	color: #454545;
	font-size: 12px;
	line-height: 24px;
	padding: 4px 0;
}
.subtitle span{
	padding-right: 30px;
}
.subtitle span:before{
	content: '';
	margin-right: 8px;
	display: inline-block;
	width: 13px;
	height: 13px;
}
.subtitle .speaker:before{
	background: url(/uploads/image/_t061timages/icon_speaker.png) no-repeat;
}
.subtitle .time:before{
	background: url(/uploads/image/_t061timages/icon_time.png) no-repeat;
}
.subtitle .location:before{
	background: url(/uploads/image/_t061timages/icon_local.png) no-repeat;
}
@media (max-width: 992px){
	.second-left-content{
		float: left;
		width: 100%;
		height: 100%;
	}
}


/*----------高级研修课程--------------*/
.second-right-content{
	float: right;
	width: 46%;
}
@media (max-width: 992px){
	.second-right-content{
		float: left;
		width: 100%;
		height: 100%;
	}
}

.swiper-container2{
	width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container2 .swiper-slide{
	background: #fff;
	margin-right: 1px;
}
.swiper-img{
	float: left;
	width: 43%;
}
.relative-box{
	position: relative;
}
.swiper-img  .relative-box{
       height:138px;
}
.swiper-img img{
	width:100%;
	height:100%;
}

.relative-box:after{
	content: '';
    position: absolute;
    right: -1px;
    top: 40px;
    z-index: 100;
    border-top: 25px dashed transparent;
    border-left: 0 solid transparent;
    border-right: 25px solid #fff;
    border-bottom: 25px dashed transparent;
}
.swiper-body{
	float: left;
	width:51%;
	margin:15px 0;
	padding: 0 15px;
	border-right: 1px solid #d2d2d2;
}
.swiper-body h5{
	font-size: 16px;
	color: #000;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper-body p{
	font-size: 12px;
	text-indent: 2em;
	line-height: 20px;
	color: #666;
}
.swiper-body span{
	float: right;
	font-size: 12px;
	color: #999;
}
.swiper-container2 .swiper-pagination2{
	display: none;
}
.swiper-pagination2{
	text-align: center;
}
.swiper-container2 .swiper-button-next{
	background: url(/uploads/image/_t061timages/arrow.png) no-repeat;
}
.swiper-container2 .swiper-button-next,.swiper-container2 .swiper-container-rtl .swiper-button-prev{
	right: -6px;
}
@media (max-width: 1200px){
	.swiper-img{
		display: none;
	}
	.swiper-body{
		width: 90%
	}
	.swiper-body h5{
		padding:0px 0;
	}
	.swiper-body p{
		padding:15px 0;
	}
}
@media (max-width: 992px){
	.second-right-content{
	    padding-bottom: 30px;
	}
	.swiper-img{
		display: block;
		width: 43%;
	}
	.swiper-body{
		width:51%;
		margin:10px 0;
	}
	.relative-box:after{
		top:65px;
	}
}
@media (max-width: 714px){
	.swiper-body h5{
		padding:7px 0;
	}
	.relative-box:after{
		top:45px;
	}
	.swiper-body p{
		padding:0;
	}
}
@media (max-width: 580px){
	.swiper-img{
		width: 100%;
	}
	.swiper-body{
		width:100%;
		border: none;
	}
	.relative-box:after{
		display: none;
	}
	.swiper-container2 .swiper-pagination2{
		display: block;
	}
	.swiper-container2 .swiper-button-next{
		display: none;
	}
}

/*----内容页--侧边导航------*/
.bg-banner{
	background: url(/uploads/image/_t061timages/bg-banner.jpg) no-repeat center;
	width:100%;
	height: 150px;
}
.bg-banner>.container{
	height: 100%;
	position: relative;
}

.bg-title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 213px;
	height: 67px;
	color: #fff;
	line-height: 67px;
	text-align: center;
	font-size: 24px;
	background-color: rgba(7, 117, 136,.9);
}
@media (max-width: 992px){
	.bg-banner {
	    margin-top: 70px;
	}
	.bg-title{
		display: none;
	}
}


.common-left{
	width: 19%;
}
.navlist2{
	background: #eee;
	width: 213px;
	padding-bottom: 15px;
}
.navlist2>li{
	position: relative;
	
}
.navlist2>li>a{
	padding:15px 25px;
	display: block;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
}
.navlist2>li.active>a{
	display: block;
	border-left:3px solid #077588;
	font-weight: 900;
	color: #077588;
}
.navlist2>li.active:after{
	content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #077588;
    position: absolute;
    right: 30px;
    top: 20px;
}
.navlist2>li:hover>a{
	color: #077588;
}
.navlist3{
	display: none;
	padding:0 30px;
}
.navlist3>li>a{
	display: block;
	color: #333;
	padding:15px 0;
	font-size: 16px;
}
.navlist3>li:hover>a{
	color: #077588;
}
.common-right{
    width: 76%;
    margin-bottom: 30px;
}
@media (max-width: 992px){
	.common-left{
		display: none;
	}
	.common-right{
	    width: 100%;
	}
}


.common-title {
    float: left;
    width: 100%;
    margin: 23px 0 16px;
    color: #666;
    border-bottom:2px solid #d2d2d2;
}
.common-title h4 {
    float: left;
    font-size: 18px;
    color: #6b3782;
    padding-bottom: 6px;
}
.local-a {
    margin-top: 4px;
    color: #999;
    padding-bottom: 7px;
}
.local-a:before{
	content: '';
	display: inline-block;
	width: 9px;
	height: 12px;

	background: url(/uploads/image/_t061timages/icon_inner_local.png) no-repeat;
}
.local-a a{
	color: #999;
}
.common-list {
    margin-top: 7px;
}
.common-list-body{
	float: left;
	width: 60%;
	padding:0 17px 0 25px;
}
.common-list-body h4{
	font-size: 16px;
	line-height: 30px;
	color: #6b3782;
}
.common-list-body p{
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
.common-list-body span{
	float: right;
	line-height: 30px;
	font-size: 12px;
	margin-top: 5px;
	color: #999999;
}
.common-list>.common-item {
    padding-right: 75px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.common-list>.common-item>a {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    color: #000;
}
.common-list>.common-item:hover a{
	color: #077588;
}
.common-list>.common-item>a:before {
    content: '';
    width:6px;
    height: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #077588;
    position: absolute;
    left: 0px;
    top: 7px;
}
.common-list>.common-item span {
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 3px;
    right: 0;
}
@media (max-width: 767px){
	.common-list-first img{
		width: 100%;
	}
	.common-list-body{
		float: left;
		width: 100%;
		padding: 0;
	}
	.common-list-body>h4{
		padding:10px 0;
	}
}
@media (max-width: 359px){
	.common-title h4{
		font-size: 14px;
	}
	.local-a {
		font-size: 12px;
	}
	.common-list>.common-item>a{
		font-size: 14px;
	}
}
.article-title{
	font-size: 22px;
    color: #131313;
    text-align: center;
    margin: 25px 0 20px;
    line-height: 32px;
}
.article-text {
	text-align: center;
}
div.article-text {

	margin:30px 0;
}
div.article-text img{
	width: 100%;
}
.article-text p{
	font-size: 12px;
}
.sub-article{
	text-align: center;
    font-size: 12px;
    color: #666;
    margin-bottom: 30px;
}
.sub-article span{
    display: inline-block;
    margin-left: 25px;
}
/*-----------------图文列表----------------*/
.newslist>div>li{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 20px;
}
.newslist>div>li>a{
	float: left;
    width: 100%;
}
.newslist .news-body{
	float: left;
	width: 88%;
    padding-right: 15px;
	border-right: 1px solid #afafaf;
	margin-bottom: 15px;
}

.news-body h4 {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-bottom: 27px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.news-body p{
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	text-indent: 2em;
	color: #202020;
	/*padding-bottom: 10px;*/
}
.news-body .news-img{
	float: left;
	width: 30%;
	position: relative;
	overflow: hidden;
}
.news-body .news-img img{
	display: block;
    width: 100%;
    height: 100%;
}
.news-body .news-text{
	float: left;
	width: 70%;
	padding:0 15px;
}
.news-body .news-text h4{
	margin-bottom: 18px;
}
.news-body small{
	display: none;
	color: #ccc;
	position: relative;
}
.news-body small:before{
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(/uploads/image/_t061timages/icon_time.png) no-repeat;
}

.newslist>li:hover .news-body h4{
	color: #077588;
}
.newslist>li:hover .news-img img{
	transform: scale(1.1, 1.1);
}
.news-img img{
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.newslist .news-time{
	float: right;
	text-align: left;
	padding:0 18px 0 5px;
	width: 10%;
	color: #afafaf;
	/*line-height:30px;*/
	font-size: 16px;
}
.news-time p{
	padding-bottom: 15px;
}
.news-time p:first-child{
	font-size: 22px;
}
.newslist .news-time:after{
	content: '';
	display: block;
	width: 35px;
	margin-top: 20px;
	height: 8px;
	background: url(/uploads/image/_t061timages/list_arrow.png) no-repeat;
}
@media (max-width: 1200px){
	.newslist .news-time{
		font-size: 12px;
	}
	.news-time p:first-child{
		font-size: 16px;
	}
}
@media (max-width: 714px){
	.newslist .news-body{
		width: 100%;
		border-right: none;
	}
	.news-body h4{
		margin-bottom: 0;
	}
	.news-time{
		display: none;
	}
	.news-body small{
		padding-left: 15px;
		display: block;
	}
	.news-body .news-text h4{
		margin-bottom: 0;
	}
	.news-body p{
		margin-top: 8px;
	}
}
@media (max-width: 530px){
	.news-body .news-img{
		width: 100%;
		padding:15px;
	}
	.news-body .news-text{
		width: 100%;
		padding: 0;
	}
	.news-body p{
		max-height:144px;
	}
}

/*-----------------师资队伍----------------*/
.teacher-search{
	width: 40%;
	background: #eee;
	height: 40px;
	margin-bottom:36px;
	border-radius: 6px;
	padding:0 13px;
}
.teacher-search span{
	padding-right:13px;
	color: #077588;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 900;
	border-right: 1px solid #bfbfbf;
}
.search-inp{
    /*width: 75%;*/
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    vertical-align: top;
    margin-left: 10px;
    background-color: transparent;
    border: 0px;
    color: #000;
    outline: none;
}
.search-button{
	width: 16px;
	height: 16px;
	border: none;
	float: right;
	margin-top: 12px;
	background: url(/uploads/image/_t061timages/list_icon_search.png) no-repeat;
}

@media (max-width: 674px){
	.teacher-search{
		width: 60%;
	}
}
@media (max-width: 460px){
	.teacher-search{
		width: 100%;
	}
}
.teacher-list li{
	display: inline-block;
	margin: 0 14px 30px 0;
}
.teacher-list .teacher-avatar{
	width: 111px;
	height: 143px;
	float: left;
	overflow: hidden;
}
.teacher-list li:hover .teacher-avatar img{
	transform: scale(1.1, 1.1);
}
.teacher-avatar img{
	width: 100%;
	height: 100%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.teacher-list .teacher-info{
	float: left;
	width:165px;
	background-color: #f2f2f2;
	height: 143px; 
	padding:15px;
}
.teacher-info .name{
	color: #077588;
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}
.teacher-info h4{
	color: #666;
	text-align: left;
	position: relative;
	font-size: 14px;
	padding-left: 15px;
	line-height: 28px;
}
.teacher-info h4:before{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    left: 0px;
    top: 12px;
}
.teacher-info p{
	color: #666;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
	max-height: 61px;
}
.teacher-info p a{
	color: #666;
}
@media (max-width: 1200px){
	.teacher-list li{
		margin: 0 80px 30px 0;
	}
}
@media (max-width: 747px){
	.teacher-list li{
		margin: 0 60px 30px 0;
	}
}
@media (max-width: 707px){
	.teacher-list li{
		margin: 0 20px 30px 0;
	}
}
@media (max-width: 627px){
	.teacher-list{
		text-align: center;
	}
	.teacher-list li{
		margin:0 0 30px 0;
	}
}

.left-info{
	width: 20%;
	float: left;
}
.left-info .imginfo{
	width: 100%;
}
.left-info .imginfo img{
	width: 100%;
	height: 100%;
}
.userinfo{
	width: 100%;
	padding:0 19px;
	background: #f2f2f2;
}
.userinfo .name{
	padding:17px 0;
	color: #077588;
	font-size: 21px;
	font-weight: 900;
	border-bottom: 1px solid #dcdcdc;
}

.userinfo .title h4,.userinfo .research h4{
	font-size: 14px;
	color: #077588;
	padding:10px 0;
}
.userinfo .research{
	padding-bottom: 15px;
}
.userinfo .title p,.userinfo .research p{
	font-size: 14px;
	color: #000;
	padding:6px 0;
}
.right-info{
	width: 74%;
	float: right;
}
.experience-part{
	margin-bottom: 27px;
}
.info-title{
	float: left;
    width: 100%;
    margin: 0px 0 16px;
    color: #666;
    border-bottom: 5px solid #d2d2d2;
}
.info-title h6{
    float: left;
    font-size: 18px;
    color: #077588;
    padding-bottom: 6px;
    margin-bottom: -5px;
    border-bottom: 5px solid #077588;
}
.right-info p{
	color: #000;
	line-height: 28px;
}
.right-info h4{
	padding: 6px 0;
	color: #000;
}
@media (max-width: 627px){
	.left-info{
		width: 100%;
		height: 180px;
	}
	.left-info .imginfo{
		width: 150px;
		height: 180px;
		float: left;
	}
	.left-info .userinfo{
		float: left;
		width: 73%;
	}
	.userinfo .name{
		padding: 4px 0;
	}
	.userinfo .research{
		padding-bottom: 7px;
	}
	.right-info{
		width: 100%;
		margin-top: 30px;
	}
}
@media (max-width: 587px){
	.left-info .userinfo{width: 61%;}
}
@media (max-width: 489px){
	.left-info .userinfo{width: 50%;}
}
@media (max-width: 370px){
	.left-info .imginfo{
		width: 110px;
		height: 160px;
		float: left;
	}
	.userinfo .title h4, .userinfo .research h4{
		padding: 8px 0;
	}
	.userinfo .title p, .userinfo .research p{
		padding:3px 0;
	}
	.left-info .userinfo{width: 61%;}
}
.history h4 {
	color: #077588;
	font-size: 18px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 30px;
}
.history h4:before{
    content: '';
    position: absolute;
    top:6px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #077588;
    display: inline-block;
}
.history-body{
	width: 100%;
	padding: 39px 57px;
	min-height: 400px;
	background: #eee;
	border-top: 2px solid #077588;
}
.history-body h5{
	font-size: 18px;
	color: #077588;
}
.history-top {
	text-align: center;
}
.history-top .his-circle{
	height: 20px;
	width: 20px;
	margin:6px auto;
}
.vertical-line{
	width: 2px;
	height: 58px;
	margin:0 auto;
	background-color: #dcdcdc;
}
.history-content{
	position: relative;
}
.history-content li:nth-child(odd){
	position: relative;
	left: 50%;
	width: 50%;
	text-align: left;
}
.history-content li:nth-child(odd) h5{
	padding-left: 20px;
	height: 32px;
	position: relative;
	line-height: 32px;
}
.history-content li:nth-child(odd) h5:before{
	content: '';
	position: absolute;
	top:5px;
	left: -10px;
	width: 20px;
	height: 20px;
	background: url(/uploads/image/_t061timages/history-circle.png) no-repeat;
}
.history-content li:nth-child(odd) .history-event{
	padding-left: 20px;
	min-height: 58px;
	color: #000;
	border-left: 2px solid #dcdcdc;
	padding-top: 14px;
}
.history-content li:nth-child(odd) .history-event p{
	/*overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;*/
}
.history-content li:nth-child(even){
	position: relative;
	right: -2px;
	width: 50%;
	top:0%;
    margin-right: -2px;
	text-align: right;
}
.history-content li:nth-child(even) h5{
	padding-right: 20px;
	height: 32px;
	position: relative;
	line-height: 32px;
}
.history-content li:nth-child(even) h5:before{
	content: '';
	position: absolute;
	top:5px;
	right: -9px;
	width: 20px;
	height: 20px;
	background: url(/uploads/image/_t061timages/history-circle.png) no-repeat;
}
.history-content li:nth-child(even) .history-event{
	padding-right: 20px;
	min-height: 58px;
	color: #000;
	border-right: 2px solid #dcdcdc;
	padding-top: 14px;
	
}
.history-content li:nth-child(even) .history-event p{
	/*overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;*/
}
@media (max-width: 521px){
	.history-body{
		padding:39px 0;
	}
	.history-content li h5{
		font-size: 14px;
	}
	.history-content li p{
		font-size: 12px;
	}
	.history-content li:nth-child(odd) .history-event{
		height:auto !important;
	}
	.history-content li:nth-child(even) .history-event{
		height:auto !important;
	}
	.history-content li:nth-child(odd) .history-event p{
		overflow: visible;
		text-overflow:string;
		white-space: normal;
	}
	.history-content li:nth-child(even) .history-event p{
		overflow: visible;
		text-overflow:string;
		white-space: normal;
	}
}