.banner-img {
	width: 100%;
	height: 314px;
}

.banner-img img {
	width: 100%;
	height: 314px;
}


/**/

.content {
	width: 100%;
    height: auto;
    position: relative;
    top: 70px;
    padding-bottom: 200px;
    box-sizing: border-box;
}

.drief-title {
	width: 100%;
	height: auto;
	z-index: 999;
	overflow: hidden;
}

.drief-title-one {
	width: 100%;
	height: 132px;
	background: rgba(81, 27, 0, 0.7);
	position: absolute;
	top: -132px;
	left: 0;
	right: 0;
}

.drief-title-two {
	width: 100%;
	height: auto;
	background: #222222;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	z-index: 99;
}

.drief-title-two .drief-title-two-c {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.drief-title-two .drief-title-two-c .CUEI {
	font-size: 24px;
	color: #fff;
	line-height: 60px;
	float: left;
}

.drief-title-two .drief-title-two-c .Navigation {
	font-size: 16px;
	color: #fff;
	float: right;
}

.drief-title-two .drief-title-two-c .Navigation li {
	display: inline-block;
	width: auto;
	padding: 0 20px;
	height: 20px;
	border-right: 1px solid #606060;
	text-align: center;
	line-height: 20px;
	margin: 20px -3px;
	cursor: pointer;
}
.drief-title-two .drief-title-two-c .Navigation li:last-child {
	border-right: none;
}
.drief-title-two .drief-title-two-c .Navigation li a {
	color: #fff;
}

/*简介开始*/
.btnRightCont {
    margin: 30px 0;
}

.Journalism {
	margin: 0px auto;
}

.Journalism h4 {
	font-size: 26px;
	line-height: 180px;
	text-align: center;
}

.JournalismCont {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.newsLeft {
	width: 700px;
	height: 380px;
	background: #f2f1f0;
	overflow: hidden;
	position: relative;
}

.newsLeft img {
	width: 348px;
	height: 252px;
	position: absolute;
	top: 53px;
	left: 23px;
}

.newsLeft dl {
	margin: 53px 0 0 403px;
}

.newsLeft dl dt {
	color: #181818;
	font-size: 18px;
	height: auto;
	line-height: 25px;
	width: 165px;
	border-bottom: 1px solid #303030;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.newsLeft dl dd {
	width: 137px;
	color: #6c6c6b;
	font-size: 14px;
	margin-top: 22px;
}
.newsLeft dl dd p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.newsLeft dl dd h3 {
	line-height: 20px;
}

.newsLeft dl dd .btnCont {
	display: none;
	margin-top: 129px;
	width: 97px;
	height: 31px;
	border: 2px solid #0c1c68;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
}

.newsLeft dl dd .btnCont:hover {
	background: #0c1c68;
	color: #fff;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
}

.newRight {
	width: 600px;
	height: 380px;
	background: #353535;
	position: absolute;
	right: 0;
	top: 20px;
}

.rightCont {
	padding: 0 50px 0 42px;
	overflow: hidden;
}

.rightCont ul {
	margin: 5px 0;
	transition: margin ease 0.6s;
}

.rightCont ul:hover {
	margin-left: 10px;
}

.newTitle {
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #fff
}

.rightCont li {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	line-height: 30px;
}

.rightCont li a {
	width: 62%;
	display: inline-block;
	color: #e7e7e7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rightCont li em {
	width: 30%;
	text-align: right;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.btnRightCont span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../../images/btnRight.png) no-repeat center;
	float: left;
	margin-top: -3px;
	margin-right: 5px;
}

.btnRightCont {
	display: none;
	font-size: 20px;
	color: #ff8400;
	margin-top: 48px;
	cursor: pointer;
}

.btnRightCont :hover {
	color: #ff8400;
}

