.ch-footer {

}
.ch-page-aside {
	width: 230px;
}

.ch-page-main {
	width: 1160px;
	background: #fff;
	min-height: 500px;
}
.ch-page-main-inner {
	padding: 20px 30px;
}
.ch-post-content {
	padding: 10px 0;
	font-size: 16px;
}
.ch-post-content  p {
    margin: 10px 0px 20px 0px;
    line-height: 170%;
    font-size: 16px;
}
.ch-post-page-title {
	/*border-bottom: 1px solid #f6f6f6;*/
	height: 50px;
}
.ch-post-page-title h2 {
	color: #1071DC;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
}
.ch-bread-crumbs {
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	color: #333;
	background: url("../images/icon-home.jpg") no-repeat left 3px;
}
.ch-bread-crumbs a {
	color: #333;
}
.ch-bread-crumbs a:hover {
	text-decoration: underline;
}
.ch-pager {
	padding: 40px 0 20px;
	text-align: center;
}
.ch-pager ul {
	margin: 0;
	padding: 0;
}
.ch-pager ul li {
	margin: 0 5px;
	list-style: none;
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #f5f5f5;
	height: 30px;
	line-height: 30px;
	background: #f5f5f5;
}
.ch-pager ul li a {
	font-size: 14px;
	color: #888888;
}
.ch-pager ul li.active {
	background: #ad2434;
	border-color: #ad2434;
}
.ch-pager ul li.active a {
	color: #fff;
}
.ch-list-text{
	/*padding-top: 30px;*/
}
.ch-list-text li {
	line-height: 40px;
	height: 42px;
	font-size: 14px;
	padding:0 15px;
	position: relative;
}
.ch-list-text li:before {
	content: " ";
	position: absolute;
	border-radius: 50%;
	left: 5px;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #d8d8d8;
}
.ch-list-text li a {
	color: #333333;font-size: 16px;
}

.ch-list-text li span {
	color: #999999;font-size: 16px;
}
.ch-list-text li:hover {
	background: #f4f4f4;
}
.ch-home-news-block .ch-list-text li:hover {
	background: none;
}
.ch-list-text li:hover a,
.ch-list-text li:hover span{
	color: #ae2433;
	text-decoration: underline;
}
.ch-home-news-block .ch-list-text li {
	background: none;
	padding-right: 0;
}
.ch-home-news-block .ch-list-text li:before {
	/*display: none;*/
}

.ch-post-title {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f4f4f4;
}
.ch-post-title h1 {
	font-size: 30px;
	font-weight: normal;
	color: #000;
	line-height: 30px;
}
.ch-post-title .info {
	color: #999;
	padding: 20px 0 10px;

}
.ch-post-title .info img {
	vertical-align: middle;
}
.ch-post-title .info a.ch-fs, .ch-post-title .info a.print {
	color: #666;
	display: inline-block;
	margin: 0 5px;
}
.ch-list-text h3 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
.ch-post-related {
	padding: 20px 0;
	margin-top: 30px;
	border-top:1px solid #f4f4f4;
}
.ch-post-related li {
	font-size: 14px;
	margin-bottom: 15px;
	color: #333;
}
.ch-post-related li a {
	font-size: 15px;
	color: #333;
}
.ch-post-related li a:hover {
	color: #a82533;
}
.ch-list-text-image .item {
	clear: both;
	height: 125px;
	padding: 25px 0;
	background: #fff;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.ch-list-text-image .item .img {
	width: 200px;
	height: 125px;
	float: left;
	overflow: hidden;
}
.ch-list-text-image .item img {
	width: 200px;
	height: 125px;
}
.ch-list-text-image .item .txt {
	padding-left: 220px;
	/*float: left;*/
	/*width: 750px;*/
	/*margin: 0 20px;*/
}
.ch-list-text-image.no-pic .item .txt {
	padding-left: 0;
}
.ch-list-text-image .item .txt h2 {
	color: #434343;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: normal;
}
.ch-list-text-image .item .txt h2 a {
	color: #434343;
}
.ch-list-text-image .item .txt p.time {
	/*height: 80px;*/
	line-height: 20px;
	margin-bottom: 10px;
	color: #999999;
}
.ch-list-text-image .item .txt p.desc {
	/*height: 80px;*/
	line-height: 20px;
	color: #666666;
}
.ch-list-text-image .item .txt a.more {
	color: #999999;
	font-size:13px;
	display: inline-block;
	margin-top: 12px;
	background: url("./i/more-arrow.png") no-repeat right center;
	padding-right: 40px;
}
.ch-list-text-image .item a:hover {
	color: #ae2431 !important;
}
.ch-list-text-image .item .txt a.more:hover {
	background-image: url("./i/more-arrow-on.png");
}
.ch-list-image {
	margin-top: 20px;
	margin-left: -25px;
}
.ch-list-image .item {
	width: 320px;
	height: 345px;
	background: #fff;
	border-bottom: 2px solid #f1f1f1;
	margin-bottom: 30px;
	margin-left: 45px;
	float: left;
}
.ch-list-image.photo .item {
	height: 320px;
}
.ch-list-image .item:hover {
	border-color: #a82533;
}
.ch-list-image .item .img {
	width: 320px;
	height: 210px;
	overflow: hidden;
}
.ch-list-image .item img {
	width: 320px;
	height: 210px;
	vertical-align: bottom;
}
.ch-list-image .item h2{
	height: 44px;
	line-height: 22px;
	color: #434343;
	font-size: 16px;
	margin-top: 35px;
	font-weight: normal;
}
.ch-list-image .item:hover h2{
	color: #a82533;
}
.ch-list-image .item p{
	line-height: 25px;
	color: #999999;
	padding-top: 15px;
}

.ch-form .form-group {
	margin-bottom: 30px;
}
.ch-form .form-group label{
	display: inline-block;
	width: 80px;
	max-width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	color: #665c57;
}
.ch-form .form-group label em {
	display: inline-block;
	margin-right: 5px;
	font-style: normal;
	color: #ae2431;
}
.ch-form .form-control {
	display: inline-block;
	width: 280px;
	height: 24px;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	max-width: 100%;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	/*border-radius: 2px;*/
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
	/*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
	outline: 0 none;
}
.ch-form .form-control:focus {
	border-color: #ae2431;
}
.ch-form select.form-control {
	height: 38px;
	width: 300px;
}
.ch-form .form-group-textarea label{
	vertical-align: top;
}
.ch-form textarea.form-control {
	height: auto;
	resize:none;
	width: 470px;
}
.ch-form .form-group .radio {
	display: inline-block;
	margin-right: 10px;
	width: auto;
	cursor: pointer;
}
.ch-form .form-group .hint {
	padding-left: 82px;
	padding-top: 5px;
	color: #999999;
}

.ch-form .form-group .btn {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #ae2431;
	text-align: center;
	width: 150px;
	/*border-radius: 2px;*/
}
.ch-form .form-group.tip {
	padding-left: 82px;
}
.ch-row {
	clear: both;
}
.ch-row:after {
	content: " ";
	clear: both;
}
.ch-row .col-5 {
	width: 50%;
	float: left;
}
.ch-table {
	width: 100%;
}
.ch-table{
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	border-collapse: collapse;
	border-spacing: 0;
}
.ch-table td, .ch-table th{
	border-left:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
}
.ch-table p {
	margin: 0;
}
.ch-list-photo {
	margin-top: 50px;
	margin-left: 0;
}
.ch-list-photo .item {
	width: 150px;
	height: 260px;
	background: #f5f5f5;
	margin-bottom: 50px;
	margin-left: 60px;
	float: left;
}
.ch-list-photo .item img {
	width: 150px;
	height: 220px;
	vertical-align: bottom;
}
.ch-list-photo .item img {
	width: 150px;
	height: 220px;
}
.ch-zoom-out:hover img {
	/*transform: scale(1.1);*/
}
.ch-zoom-out img {
	transition: all 1s;
}

.ch-post-page .ch-list-image {
	margin-left:  -5px;
}
.ch-post-page .ch-list-image .item {
	width: 370px;
	height: 280px;
	margin-left: 20px;
}

.ch-post-page .ch-list-image .item .img {
	width: 370px;
	height: 240px;
	overflow: hidden;
}
.ch-recommend-list {
	padding-bottom: 20px;
	background: #fff;
}
.ch-recommend-list h3 {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f4f4f4;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}
.ch-recommend-list ul {
	padding: 10px;
}
.ch-recommend-list li{
	padding: 10px 10px 10px 30px;
	background: url("./i/recommend-arrow.png") no-repeat 10px 15px;
	line-height: 20px;
}
.ch-recommend-list li:hover {
	background-color: #f6f6f6;
}
.ch-recommend-list li a {
	font-size: 14px;
	color: #222222;
}
.ch-photo-list {
	margin-left: -10px;
}
.ch-photo-list .item{
	width: 330px;
	float: left;
	height: 300px;
	margin-left: 20px;
	background: #fff;
}
.ch-photo-list .item img {
	width: 330px;
	height: 230px;
	vertical-align: bottom;
}
.ch-photo-list .item p {
	width: 290px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	padding: 0 20px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}



#owl-home.owl-theme .owl-nav div.owl-prev {
	width: 34px;
	height: 64px;
	left: 35px;
	background: url("./i/slider-lm.png");
}
#owl-home.owl-theme .owl-nav div.owl-next {
	width: 34px;
	height: 64px;
	right: 35px;
	border-radius: 50%;
	background: url("./i/slider-rm.png");
}
/*#owl-home.owl-theme .owl-dots .owl-dot span {*/
	/*width: 12px;*/
	/*background: none;*/
	/*border: 1px solid #fff;*/
	/*box-sizing: border-box;*/
/*}*/
/*#owl-home.owl-theme .owl-dots .owl-dot.active span {*/
	/*width: 16px;*/
	/*background: #fff;*/
/*}*/
#owl-intro.owl-theme .owl-dots {
	bottom: 50px;
}
#owl-intro.owl-theme .owl-dots .owl-dot span {
	background: #a82533;
}
.ch-post-banner  img{
	vertical-align: bottom;
}

.ch-aside-nav {
	min-height: 100px;
	position: relative;
}
.ch-aside-nav .main {
	width: 209px;
	height: 100px;
	background: #C00100;
	padding: 15px 20px 15px 0;
	position: absolute;
	left: 1px;
	top: -80px;
	z-index: 1;
}
.ch-aside-nav .main h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	text-indent: 15px;
	padding-top: 15px;
}
.ch-aside-nav .nav {
	position: absolute;
	left: 0;
	width: 230px;
	min-height: 110px;
	top: 0;
	z-index: 2;
}
.ch-aside-nav .nav > ul {
	background: #fff;
	margin-left: 5px;
	padding-bottom: 60px;
}
.ch-aside-nav .nav > ul > li {
	border-bottom: 1px solid #ffffff;
	position: relative;
	text-indent: 75px;
}
.ch-aside-nav .nav ul li.on {

}
.ch-aside-nav .nav > ul > li > a{
	display: block;
	border-bottom: 1px solid #f1f1f1;
	color: #333;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
}
.ch-aside-nav .nav > ul > li.on:before, .ch-aside-nav .nav > ul > li:hover:before {
	height: 16px;
	width: 3px;
	background: #ae2431;
	left: 55px;
	top: 50%;
	margin-top:-8px;
	position: absolute;
	content: " ";
}
.ch-aside-nav .nav > ul > li.on a, .ch-aside-nav .nav > ul > li:hover a {
	color: #ae2431;
}

.ch-aside-nav .nav.has-son .sub-menu li.on {
}
.ch-aside-nav .nav.has-son .sub-menu li a {
	color: #000000;
}
.ch-aside-nav .nav.has-son .sub-menu li.on a {
	color: #ae2431;
}

.ch-zoom-out:hover img {
	transform: scale(1.1);
}
.ch-zoom-out img {
	transition: all 1s;
}

.ch-home-student .item {
	border: 0 none;
}

#owl-home-4.owl-theme .owl-nav div.owl-prev {
	width: 30px;
	height: 30px;
	left: -40px;
	background-image: url("./i/slider-l2.png");
}
#owl-home-4.owl-theme .owl-nav div.owl-next {
	width: 30px;
	height: 30px;
	right: -40px;
	background-image: url("./i/slider-r2.png");
}
