body {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #333333;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	color: inherit;
	font: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #b22923;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.rel {
	position: relative;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* .container {
	width: 1200px;
	margin: 0 auto;
} */
.top {
	position: relative;
}

.top-bg {
	position: relative;
}

.top-bg img {
	width: 100%;
	height: auto;
}

.shoucang {
	position: absolute;
	top: 10px;
	right: 3%;
}

.shoucang a {
	padding: 0 8px;
	color: #686868;
}

/* 搜索 */
.popover-content {
	min-width: 180px;
}

/* 导航 */
.navbar-fixed-top {
	top: 40px;
	position: absolute;
}

.navbar-nav {
	float: right !important;
	margin-right: 3%;
	font-size: 16px;
}

.navbar-toggle .icon-bar {
	background: #b22923;
}

.navbar-toggle .icon-bar {
	height: 3px;
}

.sr-only {
	position: absolute;
	width: 40px;
	height: auto;
	clip: auto;
	border: 0;
	right: 3px;
	top: 28px;
	color: rgba(178, 48, 35, 1);
	font-weight: bold;
}

.navbar-nav>li.active>a,
.navbar-nav>li.active>a:focus,
.navbar-nav>li.active>a:hover {
	background-color: rgba(178, 41, 35, 0.8);
	;
	color: #FFFFFF;
}

.navbar-nav>li>a {
	border-radius: 4px;
}

/* banner文字 */
.top-text {
	position: absolute;
	width: 60%;
	top: 20%;
	left: 0;
	margin-left: 20%;
	overflow: hidden;
}

.top-text p {
	text-align: center;
	margin: 0 auto 3%;
}

.top-text .p3 {
	width: 50%;
}

.top-text .p1 img {
	width: 90%;
	max-width: 968px;
}

.top-text .p2 img {
	width: 100%;
	max-width: 1084px;
}

.top-text .p3 img {
	width: 100%;
	max-width: 350px;
}

.bza {
	background: #b22923;
	min-height: 56px;
}

.tit-bza {
	width: 125px;
}

.con-bza {
	padding: 25px;
	width: 86%;
	width: calc(100% - 125px);
	width: -moz-calc(100% - 125px);
	width: -webkit-calc(100% - 125px);
	line-height: 2;
	color: #FFFFFF;

}

.con-bza p {
	text-indent: 2em;
	font-size: 16px;
	text-align: justify;
}

.con-bza p.last {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.main-box {
	position: relative;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
	padding: 0 20px;
	margin-bottom: 15px;
	background: #ffffff;
	min-height: 350px;
}

.main-box h3 {
	background: url(/china70_uibe/images/tit-icon-1.png) no-repeat left top;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #b22923;
}

.main-box .more {
	position: absolute;
	right: 10px;
	top: 12px;
	color: #b22923;
	font-size: 20px;
}

.main-box .pic {
	position: relative;
	overflow: hidden;
	padding-top: 58%;
}

.main-box .pic img {
	width: 100%;
	position:absolute;
	top:0;
	margin-bottom: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-box .pic img:hover {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1)
}

.main-box .pic .glyphicon-play-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFFFFF;
	font-size: 40px;
	margin-top: -20px;
	margin-left: -20px;

}

.main-box ul.news {
	padding: 10px 0;
}

.main-box ul.news li {
	background: url(/china70_uibe/images/icon-1.png) no-repeat left center;
	line-height: 46px;
	padding-left: 15px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-box ul.news li:hover {
	padding-left: 25px;
	/* background: url(/china70_uibe/images/icon-1.png) no-repeat 10px center; */
	background-position-x: 10px;
}

.main-box ul.news li .date {
	float: right;
	color: #808080;
	font-size: 14px;
}

.main-box ul li.firstpic {
	background: none;
	padding: 0;
	line-height: 1;
	white-space: inherit;
}

.main-box ul li.firstpic:hover {
	background: none;
	padding: 0;
	line-height: 1;
	white-space: inherit;
}

.main-box ul li.firstpic .row {
	margin-right: -10px;
	margin-left: -10px;
}

.main-box ul li.firstpic .img {
	display: block;
	padding: 0 0px;
}

.main-box ul li.firstpic .img img {
	width: 100%;
	margin-bottom: 5px;
}

.main-box ul li.firstpic .text {
	display: block;
	padding: 0 10px 0 10px;
	margin-bottom: 5px;
}

.main-box ul li.firstpic .text a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
}

.main-box ul li.firstpic .text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 8px 0 0;
	font-size: 13px;
	color: #808080;
	line-height: 1.4;
}

.main-2 {
	background: #f5f5f5 url(../images/main-bg-1.png) no-repeat left center;
	padding: 20px 0;
}

/* 优秀毕业生 */
.picScroll {
	text-align: center;
}

.picScroll .bd {
	padding-top: 20px;
}

.picScroll .bd ul {
	width: 100%;
	float: left;

}

.picScroll .bd li {
	width: 100%;
	float: left;
	font-size: 14px;
	text-align: center;
	background: none;
	padding: 0;
}

.picScroll .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}

.picScroll .bd li img {
	width: auto;
	height: 100%;
	max-height: 220px;
	background: url(/china70_uibe/images/loading.gif) #fff center center no-repeat;
}

.picScroll .bd li span {
	display: block;
	text-align: center;
}

.picScroll .bd li span.tit {
	font-size: 16px;
	line-height: 34px;
}

.picScroll .bd li span.zhaiyao {
	font-size: 14px;
	line-height: 1;
	padding-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #808080;
}

.picScroll .hd {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: left;
}

.picScroll .hd .on {
	background: #80BD6D;
}

.picScroll .prev,
.picScroll .next {
	display: block;
	width: 30px;
	height: 40px;
	overflow: hidden;
	margin: 15px 5px 0 5px;
	font-size: 30px;
	color: #666;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

.picScroll .prev {
	left: 8%;
}

.picScroll .next {
	right: 8%;
}

.picScroll .prevStop {
	background-position: -6px -40px;
}

.picScroll .nextStop {
	background-position: -34px -40px;
}

.picScroll .prev:hover,
.picScroll .next:hover {
	color: #b22923;
}

/* 优秀毕业生结束 */
/* 原创作品 */
ul.yc {
	padding: 10px 0;
}

ul.yc li {
	height: 60px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul.yc li:hover {
	margin-left: -8px;
}

ul.yc li:hover .yc-date {
	background: url(/china70_uibe/images/date-bg-on.png) no-repeat center center;
}

ul.yc li:hover .yc-date em {
	color: #FFFFFF;
}

ul.yc li .yc-date {
	background: url(/china70_uibe/images/date-bg.png) no-repeat center center;
	display: block;
	width: 58px;
	height: 60px;
	float: left;
	text-align: center;
	margin-right: 12px;
}

ul.yc li .yc-date em {
	color: #b22923;
	font-style: normal;
	font-family: arial;
	display: block;
}

ul.yc li .yc-date em.day {
	font-size: 25px;
	padding-top: 10px;
	line-height: 1;
}

ul.yc li .yc-date em.ym {
	font-size: 12px;
	line-height: 20px;
}

ul.yc li a {
	display: block;
	font-size: 16px;
	float: left;
	width: 70%;
	width: calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	padding: 8px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 52px;
}

/* 原创作品结束 */

/* 慧园记忆 */
ul.hyjy {
	margin-right: -5px;
	margin-left: -5px;
	padding-top: 10px;
}

ul.hyjy li {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
ul.hyjy li:nth-child(5),ul.hyjy li:nth-child(6){display:none}
ul.hyjy li img {
	width: 100%;
}

ul.hyjy li figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: #b30306;
	text-align: center;
	cursor: pointer;
	padding-top: 80%;
}

ul.hyjy li img {
	
	max-width: none;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	position: absolute;
	top:0;
	display: block;
	height: 100%;
	width: auto;
}

ul.hyjy li:hover img {
	opacity: .45;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1)
}

ul.hyjy li figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.hyjy li p {
	position: absolute;
	bottom: 50%;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	opacity: 0;
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding: 0 10px;
	margin-bottom: -20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.hyjy li:hover p {
	opacity: 0.85;
}

/* 慧园记忆结束 */
/* 底部 */
.footer {
	height: 245px;
	background: url(/china70_uibe/images/foot-bg.png) no-repeat center bottom;
}

.footer .copyright {
	position: absolute;
	bottom: 25px;
	color: #FFFFFF;
	width: 100%;
}

.footer p {
	text-align: center;
	font-size: 14px;
}

/* ie8提示当需要判断IE8下兼容性不好需要升级浏览器 */
/* .ie8{
	text-align:center;color:#fff; height:100%;border:0;position:fixed;top:0;left:0;width:100%;z-index:1234;
	margin: 0 auto;
	font-family: "microsoft yahei";
	font-size: 30px;
	background: #000000;
	font-weight:lighter;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
} */
/* 列表页 */
.list-tit{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 56px;
	font-family: "Proxima Nova", "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}
.list-tit .glyphicon-bookmark{
	font-size: 18px;
	margin-right: 10px;
}
.list-dqwz a{
	font-size: 15px;
	color: #e3e3e3;
	line-height: 56px;
	padding-right: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.list-dqwz a:hover{
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 5px;
}
.list-dqwz>a+a:before {
    padding: 0 5px;
    color: #e3e3e3;
    content: "/\00a0";
}
.list-con ul li .media-left{
	padding-right: 20px;
}
.list-con ul li .media-left img{
	max-width: 180px;
}
.media-list li{
	position: relative;
    overflow: hidden;
    margin: 10px;
    border-radius: 2px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.media-list li:hover{
	margin-left: 0 ;
	margin-right: 20px ;
	background: rgba(181,15,15,0.8);
	color: #FFFFFF;
}
.media-list li:hover h4 a:hover{
	color: #f68a19;
}
.media-list li:hover p{
	color: rgba(255,255,255,.8);
}
.media-list li:hover p a:hover{
	color: rgba(255,255,255,.8);
}
.media-list li h4{
	line-height: 1.5;
}
.media-list li p{
	padding-top: 5px;
	color: #808080;
}
.media-list li p.zhaiyao{
	text-indent: 2em;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.media-list li p.date span{
	font-size: 15px;
	margin-right: 10px;
}

/* 正文页 */
.article-con {
	padding: 20px;
	overflow: hidden;
    margin: 10px;
    border-radius: 2px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.article-con h1 {
	font-size: 32px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 300;
}

.article-con h2 {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 300;
	color: #666666;
}

.article-con .article-date {
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 22px;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}
.article-con .article-date .glyphicon{
	margin: 0 8px;
}
.article-con .article-text {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding: 10px;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text p {
	text-indent: 2em;
	padding: 5px 0;
}

.article-con .article-text p img,
.article-con .article-text p video {
	margin-left: -2em;
	max-width: 92%;
}

.article-con .updown ul {
	padding: 10px;
}

.article-con .updown ul li {
	font-size: 15px;
	line-height: 34px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-con .updown ul li a:hover {
	color: #d40000;
}

.article-con .updown ul li:hover {
	margin-left: 10px;
	font-size: 16px;
}

/* 正文表格P不缩进 */
.article-con .article-text table tr td p,
.article-con .article-text table tr th p {
	text-indent: 0;
	padding: 0;
}

/* 响应 */
@media (min-width: 768px) {

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;

	}

	.navbar-header {
		float: none;
	}
}

@media (min-width: 992px) {

	/* >=992的设备 */
	.navbar-collapse.collapse {
		display: block !important;
	}

	.navbar-nav>li {
		float: left;
	}

}


@media (max-width: 1199) {

	/* <=1199的设备 */
}

@media (max-width: 991px) {
	/* <=991的设备 */

	.shoucang,
	.menu {
		display: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-nav>li>a {
		background: rgba(255, 255, 255, 0.8);
	}

	.navbar-nav>li {
		float: none;
		margin-bottom: 5px;
	}

	.main-box ul li.firstpic .img {
		display: none;
	}
	ul.hyjy li:nth-child(5),ul.hyjy li:nth-child(6){display:block}
}

@media (max-width: 767px) {

	/* <=768的设备 */
	.main-box ul li.firstpic .img {
		display: block;
		margin-bottom: 20px;
	}
	ul.hyjy li:nth-child(5),ul.hyjy li:nth-child(6){display:none}

}