.content {
	padding: 0 0 40px;
	margin-top: 20px;}

.txth {
	font-size: 36px;
	color: #660000;
	text-align: left;
	display: none;}

@media only screen and (max-width: 768px) {
	.content>.row>div {
		width: 100%;}
}

.contentpagecon>p {
	margin-bottom: 20px;}

.address {
	color: #999999;}

.address>a {
	color: #666666;}


/* FAQS-----begin */


.faqsItem {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;}

.faqsT {
	width: 100%;
	border-left: 3px solid #660000;
	padding: 0.4% 15px;
	background-color: #f3f3f3;
	position: relative;}

.faqsT h4 {
	font-size: 18px;
	color: #660000;
	text-align: left;
	line-height: 24px;}

.faqsI {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../img/faqs2.jpg) center center no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 15px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	cursor: pointer;}

.faqsCon {
	width: 100%;
	overflow: hidden;
	background: #f3e8e8;
	border-left: 3px solid #660000;
	display: none;}

.faqsCon>p {
	display: block;
	width: 94%;
	margin: 15px auto;}

.faqsCon .strong {
	font-size: 20px;
	font-weight: bold;
	color: #333333;}

.faqsCon .links {
	display: block;
	text-align: left;
	line-height: 20px;
	color: blue;}

.currentDt .faqsI {
	background: url(../img/faqs1.jpg) center center no-repeat;}



/* 老师列表---以系分类 */
.peopleGroup {
	width: 100%;
	height: auto;
	display: block;
	font-family: arial !important;
	margin-bottom: 30px;}


.peopleGroup>h4 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 20px;
	color: #900a09;
	font-weight: bold;}

.peopleList {
	width: 100%;
	height: auto;
	overflow-y: hidden;}

.peopleList li {
	width: 33.3%;
	float: left;
	padding:0 10px;
	margin: 10px 0;}

.peopleList li>a {
	display: block;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	background: url(../img/i1.jpg) left center no-repeat;
	padding-left: 30px;}

.peopleList li>a:hover {
	color: #660000;}




/*图文列表*/
.twlb dl{
	overflow:hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;}
.twlb dl:nth-last-child(1){
	margin-bottom: 0;}
.twlb dl dt{
	width: 180px;
	height: 114px;
	overflow: hidden;
	float: left;}
.twlb dl dt img{
	height: 100%;}
.twlb dl dd{
	width: calc(100% - 200px);
	float: right;}
.twlb dl dd h1{
	overflow: hidden;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 16px;
	font-weight: 100;
	margin: 0;}
.twlb dl dd h1 a{
	color: #333333;}
.twlb dl dd h1 a:hover{
	color: #660000;}
.twlb dl dd p{
	display: -webkit-box;
	height: 60px;
	line-height: 20px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;}
.twlb dl dd span{
	color: #666666;
	font-size: 14px;}

/*phone*/
@media all and (max-width: 1200px){
	.twlb dl dt{
		display: none;}

	.twlb dl dd{
		width: 100%;
		overflow: hidden;}

	.twlb dl dd p{
		display: none;}


	.twlb dl dd h1{
		float: left;
		width: 70%;
		font-size: 16px;}

	.twlb dl dd span{
		float: right;
		line-height: 30px;}



}


/*图片列表*/
.tplb ul{
	width: calc(100% + 20px);
	overflow: hidden;}
.tplb ul li{
	width: 270px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;}
.tplb ul li:nth-last-child(1),.tplb ul li:nth-last-child(2),.tplb ul li:nth-last-child(3){
	margin-bottom: 0;}

.tplb ul li .img{
	height: 200px;
	overflow: hidden;}
.tplb ul li .img img{
	width: 100%;
	height: 100%;}

.tplb ul li a{
	display: block;
	line-height: 30px;
	color: #333333;
	text-align: center;
	font-size: 14px;}
.tplb ul li a:hover{
	color: #660000;}


/*phone*/
@media all and (max-width: 1200px){
	.tplb ul{
		width: 100%;}

	.tplb ul li{
		width: 49%;
		margin-right: 0;}

	.tplb ul li:nth-child(odd){
		float: left;}

	.tplb ul li:nth-child(even){
		float: right;}

	.tplb ul li .img{
		min-height: 150px;
		height: auto;}


}



/*文字列表*/
.wzlb ul li{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
	font-size: 16px;}
.wzlb ul li a{
	color: #333333;}
.wzlb ul li a:hover{
	color: #660000;}

















