.container {
	max-width: 1300px;
}
/*网站公共样式*/
.info-content {
	font-size: 16px;
	line-height: 2.5;
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #dc540f;
}
a:focus {
	color: #9a3e1e;
}
a.btn-more {
	display: inline-block;
	width: 140px;
	height: 34px;
	line-height: 34px;
	border: 1px #CCC solid;
	color: #999;
	transition: all 0.5s ease;
	font-size: 14px;
	transition: all 0.5s ease;
	text-align: center;
	margin: 0px auto;
	margin-top: 30px;
}
a.btn-more:hover {
	background: #40312f;
	border-color: #40312f;
	color: white;
}
.banner {
	height: 500px\9!important;
	overflow: hidden\9!important;
	overflow: hidden;
} /*兼容ie低版*/
html {
	overflow-y: scroll;
	min-height: 101%;
}
html {
	overflow: -moz-scrollbars-vertical;
}
/*遮罩层*/
.mask-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	height: 100vh;
	background-color: rgba(53, 53, 59, 0.8);
	overflow: hidden;
	z-index: 99;
	top: 0;
	left: 0;
}
.mask-bg.active {
	display: block;
}


/*主菜单*/
/*pc端*/
@media (min-width:1000px) {
/*Top*/
.nav-position {
	position: absolute;
	top: 20px;
	z-index: 99;
	max-width: 1300px;
	width: 1300px;
}
.nav-toggle {
	display: none;
}
.logo img {
	max-height: 90px;
}
.nav>ul>li {
	display: inline-block;
	text-align: center;
	line-height: 60px;
	width: 9.7%;
}
.nav>ul>li>ul {
	position: absolute;
}
.nav>ul>li>ul>li {
	line-height: 45px;
}
.nav>ul>li>a {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
	color: #fff;
}
.nav >ul>li:hover> a, .nav >ul>li.active> a {
	color: #ff7e54;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.nav li:hover> ul {
	display: block;
}
.nav > ul > li > ul {
	border-top: 2px solid #ff7e54;
	padding: 10px 20px 20px;
}
.nav > ul > li > ul::before {
	display: block;
	margin: 0px auto;
	position: absolute;
	top: -8px;
	left: 45%;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ff7e54;
}
.nav> ul > li > ul li ul::before {
	display: block;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: 20px;
	left: -10px;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
}
.nav ul li ul li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
}
.nav ul li ul li a:hover {
	text-decoration: none;
	color: #dc540f;
}
.nav ul li {
	position: relative;
	border-bottom: 1px solid #c8c6c7;
}
.nav ul li .arrow {
	display: none;
}
.nav ul li ul {
	background-color: rgba(255, 255, 255, 0.81);
	display: none;
	position: absolute;
	left: -30px;
	z-index: 2;
	width: 180px;
} /*二级ul样式*/
.nav ul li ul li ul {
	left: 115%;
	top: 0px;
	display: none;
}/*三级以后ul样式*/
.sousuo {
	font-size: 26px;
	padding: 30px 0 20px;
	text-align: center;
}
.header {
	position: relative;
	z-index: 5;
}
.determine {
	position: relative;
}
/*bottom*/
footer {
	padding-top: 30px;
	margin-top: 60px;
}
footer .addfoot {
	padding-bottom: 20px;
	margin-bottom: 18px;
}
.address {
	padding: 20px 0 0 0px;
}
.breadcrumb {
	border-bottom: 1px solid #e3dfdf;
	padding: 30px 15px 10px;
	margin-bottom: 20px;
}
}
/*手机端*/
@media (max-width:1000px) {
/*Top*/
.header {
	background-color: #a06c5a;
}
.logo {
	line-height: 60px;
	text-align: left;
}
.logo img {
	height: auto;
	width: auto;
	max-width: 300px;
	max-height: 60px;
}
.nav-toggle {
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 24px;
	color: #fff;
	min-width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}
.nav-toggle.active {
	color: #ccc;
}
.nav {
	position: fixed;
	z-index: 100;
	top: 0px;
	right: 0px;
	width: 0px;
	background: #fff;
	height: 100%;
	height: 100vh;
	opacity: 0;
	transition: all 0.2s linear;
	overflow-y: auto;
}
.nav.active {
	opacity: 1;
	width: 300px;
	max-width: 60%;
}
.nav ul li {
	line-height: 45px;
	text-align: left;
}
.nav ul li ul {
	display: none;
} /*二级ul样式*/
.nav ul li a {
	padding-left: 30px;
	display: block;
	color: #999;
	font-size: 15px;
	line-height: 3.5;
	border-bottom: 1px solid #dcdcdc;
}
.nav ul li ul li a {
	padding-left: 60px;
	font-size: 14px;
	background-color: #eeeeee;
}
.nav ul li ul li ul li a {
	padding-left: 90px;
}
.nav ul li ul li ul li li a {
	padding-left: 120px;
}
.nav ul li {
	position: relative;
}
.nav ul li .arrow {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition-duration: 0s;
}
.nav ul li .arrow:after {
	font-family: FontAwesome;
	content: "\f105";
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.nav ul li.current > a {
	color: #5a342b;
}
.nav ul li.active > ul {
	display: block;
}
.nav ul li.active > .arrow {
	transform: rotate(90deg);
}
.sousuo {
	padding: 30px 0 20px;
	font-size: 25px;
	text-align: center;
}
/*bottom*/
footer {
	padding-top: 10px;
	margin-top: 30px;
}
.breadcrumb {
	border-bottom: 1px solid #e3dfdf;
	padding: 10px 0 4px;
	margin-bottom: 20px;
}
}
/*FOOTER*/
footer {
	background: url(../images/bottom-img.jpg) no-repeat center top;
	background-size: 100% 100%;
	color: rgba(255,255,255,0.8);
}
footer a {
	color: rgba(255,255,255,0.8);
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .addfoot {
	border-bottom: 1px solid #d47d56;
}
.foot-list li {
	display: inline-block;
}
.foot-list li:not(:last-child) {
	padding-right: 20px;
}
.address p img {
	position: relative;
	top: -2px;
}
/*图片列表*/
.images-list .row .item a {
	display: block;
	overflow: hidden;
}
.images-list .row .item img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-out 0s;
}
.images-list .row .item a:hover img {
	transform: scale(1.1, 1.1);
}
/*首页置顶*/
.menu-icon {
	position: fixed;
	bottom: 30px;
	right: 0;
	background: #fff;
	z-index: 100;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.menu-icon {
	background: transparent;
}
.menu-icon li {
	height: 45px;
	background: rgba(220,84,57,15.1);
	margin-bottom: 1px;
	display: block;
	line-height: 45px !important;
	color: #2bb7b3;
	width: 125px;
	padding-left: 10px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(13px, 0, 0);
}
.menu-icon li a {
	color: #fff;
	font-size: 14px;
}
.menu-icon li:hover {
	background: rgba(245,173,51,0.8);
	color: #fff;
	transform: translate3d(0, 0, 0);
}
.menu-icon li img {
	width: auto;
}
.menu-icon li i {
	font-size: 20px;
	margin-right: 2px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	top: 2px;
}
@media(max-width: 1000px) {
.menu-icon, #ToTop {
	display: none;
}
}
/*PC端置顶*/
#ToTop {
	position: fixed;
	bottom: 10%;
	right: 20px;
	width: 48px;
	height: 48px;
	text-indent: -999em;
	z-index: 20000;
	background: url(../images/bt1.png) no-repeat center;
}
#ToTop:hover {
	width: 48px;
	height: 48px;
	background: url(../images/bt1.png) no-repeat center;
	opacity: 0.1;
	text-indent: -999em;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 20000;
}
/*手机端置顶*/
.curpointer {
	cursor: pointer;
}
.bg-bottgray {
	background-color: #9a3e1e;
	width: 100%;
	height: auto;
}
.backphone {
	background: url(../images/phone.png) center center no-repeat;
}
.bott-fixed {
	left: 0;
	bottom: 0;
	z-index: 4;
}
.backtop {
	background: url(../images/top.png) center center no-repeat;
}
.backhome {
	background: url(../images/home.png) center center no-repeat;
}
.backwei {
	background: url(../images/wei.png) center center no-repeat;
}
.backsame li a .fa {
	font-size: 18px;
	padding-top: 5px;
	color: #fff;
}
.backsame li a span {
	padding-bottom: 2px;
	display: block;
	color: #fff;
	font-size: 12px;
}
@media(min-width: 1000px) {
.phoblack {
	display: none;
}
}
/*回到顶部*/
.gotoptop_icon {
	position: fixed;
	bottom: 80px;
	right: 40px;
	width: 40px;
	height: 40px;
	background: url(../images/backtotop.jpg) no-repeat center center;
	opacity: 1;
	z-index: 500;
}
.gotoptop_icon:hover {
	opacity: 0.9;
}
@media (max-width:1000px) {
.gotoptop_icon {
	display: none!important;
}
}
/*子栏目样式*/
.sub-nav-box .sub-nav>ul>li {
	text-align: center;
	line-height: 70px;
	display: inline-block;
}
.sub-nav-box .sub-nav>ul>li>ul {
	position: absolute;
}
.sub-nav-box .sub-nav >ul>li.active >a {
	color: #dc540f;
	border-bottom: 2px solid #dc540f;
}
.sub-nav-box .sub-nav li:hover> ul {
	display: block;
}
.sub-nav-box .sub-nav> ul > li > ul::before {
	display: block;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: -8px;
	left: 45%;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ed8e82;
}
.sub-nav-box .sub-nav> ul > li > ul li ul::before {
	display: block;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: 20px;
	left: -10px;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
}
.sub-nav-box .sub-nav ul li ul li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 50px;
}
.sub-nav-box .sub-nav ul li ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(0, 0, 0, 0.1);
}
.sub-nav-box .sub-nav ul li {
	position: relative;
}
.sub-nav-box .sub-nav ul li .arrow {
	display: none;
}
.sub-nav-box .sub-nav ul li ul {
	background-color: #dc540f;
	display: none;
	position: absolute;
	left: -20%;
	z-index: 2;
	width: 100%;
} /*二级ul样式*/
.sub-nav-box .sub-nav ul li ul li ul {
	left: 100%;
	top: 0px;
	display: none;
}/*三级以后ul样式*/
 @media screen and (min-width:1000px) {
.sub-nav-box {
	margin: 30px auto 50px;
}
.sub-nav-box .sub-nav>ul>li>a {
	margin: 0 40px 0 0;
	font-size: 18px;
	padding-bottom: 14px;
}
.sub-nav-box .sub-nav >ul>li.active >a {
	font-weight: bold;
}
.contactus .sub-nav-box .sub-nav > ul > li > a {
	padding: 20px 118px;
}
.newsnav .sub-nav-box .sub-nav > ul > li > a {
	padding: 20px 168px;
}
}
@media screen and (max-width:1000px) {
.sub-nav-box {
	margin-bottom: 20px;
}
.sub-nav-box .sub-nav {
	padding-top: 20px;
}
.sub-nav-box {
	padding-left: 10px;
	padding-right: 10px;
}
.sub-nav-box .sub-nav>ul>li {
	margin-right: 10px;
}
.sub-nav-box .sub-nav>ul>li>a {
	width: 100%;
	height: 34px;
	display: inline-block;
	font-size: 15px;
	overflow: hidden;
}
.sub-nav-box .sub-nav ul li {
	width: 46%;
	line-height: 34px;
}
.sub-nav-box .sub-nav ul li ul li, .sub-nav-box .sub-nav ul li ul::before {
	display: none;
}
}
/*文在超出范围*/
.card1 {
	display: block;/*内联对象需加*/
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;
}
.card2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 50px;
}
.card3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 60px;
}
/*面包屑*/
.breadcrumb > li + li::before {
	content: ">";
	color: #a30310;
}
.breadcrumb li a, .breadcrumb li a span {
	color: #666;
}
.breadcrumb li a:hover, .breadcrumb li a .fa {
	color: #3676e0;
}
/*搜索*/
.ss-box {
	position: relative;
	top: 7px;
	color: #000;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.94);
	width: 350px;
	height: 40px;
	border-radius: 30px;
	margin-top: 10px;
}
.ss-box .s-btn {
	font-size: 20px;
	position: absolute;
	background-color: transparent;
	width: 50px;
	height: 40px;
	cursor: pointer;
	line-height: 10px;
	outline: none;
	border: none;
	z-index: 2;
	right: 0;
}
.ss-box .s-input {
	padding-left: 10px;
	background-color: transparent;
	position: absolute;
	left: 0;
	border: none;
	height: 40px;
	width: 100%;
}



/*单页公共样式*/
@media (min-width:1000px) {
.info-content .title {
	font-size: 32px;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
.pagetable {
	margin-left: 27%;
}
}
@media (max-width:1000px) {
.info-content .title {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}
.detail-back {
	display: none;
}
}
.detail-back {
	margin-top: 40px;
}
.detail-back .back a:first-child {
	display: inline-block;
	border: 2px solid #2c9640;
	border-radius: 50px;
	width: 70px;
	height: 70px;
	line-height: 64px;
}
.detail-back .back i {
	background-color: #ccc;
	width: 30px;
	height: 1px;
	display: inline-block;
	margin-top: 30px;
}
.detail-back .fenxiang {
	width: 60px;
}/*分享*/
.bshare-custom.icon-medium {
	width: 100%;
	float: left;
	margin: 35px 0 0 18px;
}
.bshare-custom.icon-medium .bshare-weixin {
	background: url(../images/img39.jpg) no-repeat !important;
}
.bshare-custom.icon-medium a {
	text-align: center;
	width: 60px !important;
	height: 60px !important;
	margin-bottom: 10px !important;
}
.bshare-custom.icon-medium .bshare-sinaminiblog {
	background: url(../images/img38.jpg) no-repeat !important;
}
.bshare-custom.icon-medium a.bshare-more.more-style-addthis {
	background: url(../images/img40.jpg) no-repeat !important;
}
.info-content .title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: url(../images/title.png) no-repeat center center;
	color: #dc540f;
	text-align: center;
}


/*分页-现任领导*/
@media(min-width:1000px) {
.leader-list .top {
	padding-top: 30px;
}
.leader-list .top .title {
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	padding: 5px 10px;
}
.leader-list .top .name {
	font-size: 20px;
}
.leader-list .introduct {
	font-size: 16px;
	margin: 10px 0 0 20px;
	line-height: 1.8;
}
.leader-list li {
	padding-bottom: 20px;
	transition: .3s linear;
}
.leader-list li:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	transition: all 0.5s ease;
}
}
@media(max-width:1000px) {
.leader-list .top .title {
	display: inline;
	padding: 4px;
}
.leader-list .top .name {
	margin-left: 10px;
}
.leader-list .introduct {
	margin: 14px 0 10px;
}
.leader-list li {
	margin-bottom: 20px;
	padding-bottom: 5px;
}
}
.leader-list li {
	border-bottom: 1px dotted #cacaca;
}
.leader-list li a:hover .introduct {
	color: #000;
}
.leader-list .top .title {
	background: #dc540f;
	color: #fff;
}


/*分页-校园风景*/
@media(min-width:1000px) {
.scenery-list li .title {
	text-align: left;
	padding-left: 30px;
	font-size: 16px;
}
.scenery-list li .datebox {
	padding: 16px 0 10px;
}
.scenery-list li .datebox span:first-child {
	padding: 0 40px 0 20px;
}
}
@media(max-width:1000px) {
.scenery-list li .title {
	padding-right: 10px;
}
.scenery-list li .datebox {
	padding-top: 10px;
}
.scenery-list li .datebox span {
	display: block;
}
}
.scenery-list li {
	position: relative;
}
.scenery-list li .title {
	position: absolute;
	bottom: 10px;
	color: #fff;
	width: 100%;
}
.scenery-list li .datebox {
	text-align: left;
}
.scenery-list li .datebox img {
	width: 14px !important;
	height: 14px!important;
	position: relative;
	top: -2px;
	margin-right: 4px;
}
.scenery-list li a:hover .datebox {
	color: #000;
}


/*分页-组织机构*/
@media (min-width:1000px) {
.organTitle p {
	padding: 10px 10px 10px 30px;
	font-size: 22px;
}
.organTitle img {
	height: 360px!important;
}
.indexNews-list {
	margin-top: 30px;
}
.indexNewspadding {
	padding-top: 60px;
}
}
@media (max-width:1000px) {
.organTitle p {
	padding: 5px 5px 5px 20px;
	font-size: 18px;
}
.detail-back {
	display: none;
}
}
.organTitle {
	position: relative;
}
.organTitle p {
	background-color: rgba(0, 0, 0, 0.23);
	color: #fff;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.organTitle img {
	width: 100%!important;
}
.indexNews-list ul {
	border-top: 2px solid #009744;
	padding-top: 26px;
}
.indexNews-list li a {
	font-size: 16px;
}
.indexNews-list li a .fa {
	font-size: 12px;
	position: relative;
	top: -1px;
}


/*分页-人才培养*/
@media (min-width:1000px) {
.rcpy-img img {
	width: 450px;
	height: 294px;
}
.educate-bg {
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.educate {
	margin-top: 80px;
}
.educate .rcpy-img {
	position: relative;
	width: 450px;
	height: 309px;
}
.educate .rcpy-img i {
	display: block;
	position: absolute;
	left: 15px;
	top: 15px;
	width: 100%;
	height: 95%;
	border: 2px solid #dc540f;
}
.educate .liuTitle {
	font-size: 32px;
}
.educate .more {
	width: 260px;
	font-size: 18px;
	margin: 40px 0 0;
}
.educate .more i {
	position: absolute;
	right: 30px;
	top: 12px;
}
.educatebox .educate .rcpy-img {
	left: 4%;
}
.educatebox {
	padding-bottom: 50px;
}
}
@media (max-width:1000px) {
.liuTitle {
	font-size: 20px;
}
.educate .more {
	width: 180px;
	font-size: 15px;
	margin: 20px auto 0;
}
.educate .more i {
	position: absolute;
	right: 30px;
	top: 12px;
}
.rcpy-img {
	padding-top: 30px;
}
.rcpy-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
}
.educate-bg {
	background-color: #f2f2f2;
}
.educate .liuTitle {
	color: #dc540f;
	margin: 20px 0;
}
.educate p {
	line-height: 2.3;
	font-size: 16px;
}
.educate .more {
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #dc540f;
	color: #dc540f;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.8s ease;
	position: relative;
}
.educate .more:hover {
	background: #dc540f;
	color: #fff;
}


/*分页-招生就业*/
@media (min-width:1000px) {
.recruit-students {
	margin-top: 50px;
}
.recruit-students li:nth-child(4) {
	margin-left: 17%;
}
.journalCenter .educate {
	margin: -40px 0 40px;
}
}
@media (max-width:1000px) {
.recruit-students {
	margin-top: 20px;
}
}
.recruit-students li a {
	position: relative;
}
.recruit-students li a p {
	position: absolute;
	bottom: 10px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	width: 95%;
	left: 2%;
	text-align: center;
}
.recruit-students li:first-child a p, .recruit-students li:nth-child(4) a p {
	background: rgba(51,153,102,0.8);
}
.recruit-students li:nth-child(2) a p, .recruit-students li:last-child a p {
	background: rgba(0,98,172,0.8);
}
.recruit-students li:nth-child(3) a p {
	background: rgba(248,182,44,0.8);
}
/*数字*/
.years-box li {
	text-align: center;
}
.years-box li .title {
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.years-box li .title::after {
	display: inline-block;
}
.years-box li:first-child .title::after {
	content: "项";
}
.years-box li:nth-child(2) .title::after {
	content: "项";
}
.years-box li:nth-child(3) .title::after {
	content: "项";
}
.years-box li:nth-child(4) .title::after {
	content: "+";
}
.years-box li .title:hover .animateNum {
	color: #2b6c36;
}
@media (min-width:1000px) {
.years-box {
	padding: 80px 0;
}
.years-box li .title {
	font-size: 46px;
}
.years-box li .title::after {
	position: absolute;
	right: -20px;
	bottom: 10px;
	font-size: 14px;
}
.years-box li p {
	font-size: 18px;
}
.years-box li:not(:last-child) {
	border-right: 1px solid #ccc;
}
}
@media (max-width:999px) and (min-width:415px) {
.years-box {
	padding: 60px 0;
}
.years-box li .title {
	font-size: 40px;
}
.years-box li .title::after {
	position: absolute;
	right: -20px;
	bottom: 10px;
	font-size: 14px;
}
.years-box li p {
	font-size: 16px;
}
}
@media (max-width:414px) {
.years-box {
	padding: 30px 0;
}
.years-box li {
	padding-left: 0;
	padding-right: 0;
}
.years-box li .title {
	font-size: 20px;
}
.years-box li .title::after {
	position: absolute;
	right: -14px;
	bottom: 6px;
	font-size: 10px;
	font-weight: normal;
}
.years-box li p {
	font-size: 10px;
}
}
/*内页新闻中心*/
.images-lists .row .item img {
	display: block;
	width: 100% !important;
	transition: 0.3s linear;
	-moz-transition: -moz-transform 0.5s ease-out;
}
.images-lists .row .item:hover img {
	transform: translateY(-2%);
}
.border-box {
	border: 1px solid rgb(200, 94, 57);
	padding-bottom: 0;
}
.border-box:hover {
	border: 1px solid #dc540f;
}
.product-box .row .item {
	text-align: center;
	margin-bottom: 30px;
}
.home-answer li {
	position: relative;
	padding-right: 100px;
	border-bottom: 1px dashed #ccc;
}
.home-answer li .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.home-answer li .title .fa {
	color: #dc540f;
	padding-right: 10px;
}
.home-answer li .date {
	position: absolute;
	right: 0px;
	bottom: 2px;
	color: #666;
}
.home-answer li:hover a, .home-answer li:hover .date, .home-answer li:hover .title .fa {
	color: #dc540f;
}
@media (min-width:1000px) {
.border-box {
	padding: 20px;
}
.product-box .row .item .border-box .title {
	text-align: center;
	color: #5a5a5a;
	width: 92.9%;
	line-height: 26px;
	margin: 0 15px;
}
.product-box .row .item .border-box .title a {
	font-size: 18px;
}
.product-box .row .item .border-box .title:hover a {
	color: #000;
}
.home-answer li {
	line-height: 3.5;
}
.home-answer li .title {
	font-size: 17px;
}
}
@media (max-width:1000px) {
.product-box {
	padding: 15px;
}
.product-box .row .item {
	padding-left: 5px;
	padding-right: 5px;
}
.product-box .row .item .border-box {
	padding: 10px;
}
.product-box .row .item .border-box .title a {
	font-weight: bold;
}
.home-answer li {
	line-height: 2;
}
}



/*首页样式*/
@media (min-width:1000px) {
section {
	margin-top: 20px;
}
.homeTitle {
	margin: 20px 0 20px;
}
.homeTitle .title {
	font-size: 25px;
	height: 50px;
	line-height: 48px;
}
.homeTitle .more {
	top: 18px;
}
.addhome-answer .home-answer li {
	line-height: 2.4;
}
}
@media (max-width:1000px) {
.homeTitle {
	margin: 20px 0;
}
.homeTitle .title {
	font-size: 18px;
	height: 38px;
	line-height: 38px;
}
.campusHeadlines ul li:first-child, .campusHeadlines ul li:nth-child(2) {
	padding-right: 0;
}
}
/*首页样式*/
.homeTitle {
	position: relative;
}
.homeTitle .title {
	color: #fff;
	background-color: #dc540f;
	display: inline-block;
	padding: 0 10px;
	border-radius: 2px;
}
.homeTitle .title .fa {
	padding-right: 10px;
	font-size: 30px;
	position: relative;
	top: 4px;
}
.homeTitle .more {
	position: absolute;
	right: 0;
	top: 10px;
	background: url(../images/more.png) no-repeat;
	width: 68px;
}
.homeTitle .more a {
	color: #dc540f;
	position: relative;
	bottom: 4px;
}
.homeTitle .more a:hover {
	color: rgba(245,173,51,0.8);
}
/*首页-新闻中心*/
.campusHeadlines ul {
	margin-left: -15px !important;
}
.campusHeadlines .campus1 i.line {
	display: inline-block;
	border-bottom: 2px solid rgba(72,144,72,0.3);
	width: 100%;
}
.campusHeadlines .campus1 .title {
	font-size: 18px;
}
.campusHeadlines .campus1 .introduct {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 46px;
}
.campusHeadlines .campus1 .date {
	background-color: #dc540f;
	color: #fff;
	display: inline-block;
	padding: 0 4px;
	margin: 10px 0;
}
.campusHeadlines .campus2 {
	padding-right: 50px;
	position: relative;
	padding-bottom: 11px;
}
.campusHeadlines .campus2 .title2 {
	font-size: 16px;
}
.campusHeadlines .campus2 .date2 {
	position: absolute;
	right: 0;
	top: 0;
}
.video-list li {
	border-bottom: 1px dotted #858585;
	padding-bottom: 5px;
	margin-bottom: 6px;
}
.video-list .boxs .date {
	position: absolute;
	right: 0;
	top: 0;
}
.tabBox-index {
	background: #fff;
	padding-top: 40px;
}
.tabBox-index .tab-title {
	overflow: hidden;
	text-align: center;
}
.tabBox-index .tab-title ul {
	display: inline-block;
	margin: auto;
}
.tabBox-index .tab-title ul li {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	margin: 0 25px;
}
.tabBox-index .tab-title ul li a {
	color: #666;
}
.tabBox-index .tab-title ul li.select a {
	color: #dc540f;
}
.tabBox-index .tab-title ul li i {
	margin-right: 10px;
	font-size: 32px;
	color: #b1b1b1;
}
.tabBox-index .tab-title ul li.select i {
	color: #dc540f;
}
.display-block {
	display: block;
}
.display-none {
	display: none;
}
.tabBox-index-more {
	text-align: center;
	margin-bottom: 30px;
}
.tabBox-index-more a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background-color: #dc540f;
	color: #fff;
	margin: auto;
}
.checkImg .checkImg-image img {
	width: 100% !important;
}
@media(min-width:1000px) {
.checkImg .checkImg-image img {
	height: 180px !important;
}
.checkImg .checkImg-content {
	min-height: 192px;
}
}
@media(max-width:1000px) {
.tabBox-index .tab-title ul li {
	margin: 0 10px;
}
.checkImg .checkImg-image img {
	height: 150px !important;
}
.tabBox-index .tab-title ul li {
	font-size: 18px;
}
.tabBox-index .tab-title ul li i {
	font-size: 24px;
}
}

