.vic-newShow {
	border-bottom: 1px solid #cbcbcb;
	margin-top: 40px;
}

.vic-newShow a {
	display: block;
	text-decoration: none;
	color: #666666;
}

.vic-leaf {
	width: 100%;
}

.vic-leaf img {
	width: 100%;
	max-height: 166px;
}

.vic-biaoti {
	padding-left: 20px !important;
	padding-right: 15px !important;
}

.vic-newsTitle {
	font-size: 18px;
	margin: 20px 0;
	color: #333;
}

.vic-dateInfo {
	font-size: 14px;
	color: grey;
	float: right;
}

.vic-newsInfo {
	padding: 10px 60px 30px 20px;
}

.vic-newShow a:hover {
	color: #0072dc;
}

.vic-newsInduct {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
}

.oneh {
	line-height: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.vic-gengduo {
	border-left: 1px solid #cbcbcb;
	text-align: center;
	margin-top: 20px;
	height: 30px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: hidden;
	color: #999999;
}

.vic-gengduo span {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 14px;
	margin-left: 24px;
}

.vic-gengduo img {
	display: block;
	margin-left: 10px;
	float: left;
	margin-top: 1px;
}

.vic-gengduo img.hoverBlock {
	display: none;
}

.vic-newShow:hover .vic-gengduo {
	border-color: #005551;
	color: #005551;
}

.vic-newShow:hover img.disBlock {
	display: none;
}

.vic-newShow:hover img.hoverBlock {
	display: block;
}

.vic-newShow:hover {
	box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	border-color: #fff;
}

@media (max-width: 768px) {
	.vic-newShow a {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.vic-newShow a>div {
		width: 100%;
	}

	.vic-leaf img {
		width: 100%;
		max-height: 100%;
	}

	.vic-newsTitle {
		font-size: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin: 0;
	}

	.vic-dateInfo {
		float: left;
	}

	.vic-newsInfo {
		padding: 10px 0 10px 0;
	}

	.oneh {
		line-height: 1.2;
	}

	.vic-moreRight {
		display: none;
	}

	.vic-biaoti {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.newDetails {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
}

.newDetails_left {
	width: 800px;
	float: left;
	box-shadow: 0 0 10px #f2f2f2;
}

.newDetails_left_boxAll {
	padding: 15px;
}

.newDetails_leftTime {
	font-size: 12px;
	float: left;
	color: #c9c9ca;
	line-height: 27px;
}

.newDetails_leftTime .span {
	margin-right: 14px;
}

.newDetails_leftTime .span:first-child {
	padding-right: 14px;
	border-right: 1px solid #c9c9ca;
}

.newDetails_leftBtn {
	float: right;
	font-size: 12px;
	border: 1px solid #c9c9ca;
	color: #c9c9ca;
	border-radius: 20px;
	padding: 4px 6px;
}

.newDetails_leftBtn:hover {
	float: right;
	font-size: 12px;
	border: 1px solid #005bac;
	color: #005bac;
	border-radius: 20px;
	padding: 4px 6px;
}

.newDetailsTitle {
	border-bottom: 1px solid #c9c9ca;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 22px 0;
}

.newDetails_leftAll {
	width: 600px;
	margin: 0 auto;
}

.newDetails_leftAll img {
	margin: 5px 0 10px 0;
	max-width: 100%;
}

.newDetails_leftP {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	margin: 30px 0;
	color: #666;
}

.newDetails_leftTitle {
	background: #666666;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
}

.newDetails_right {
	width: 390px;
	margin-left: 10px;
	float: left;
}

.newDetails_right_top {
	background: #f9f9f9;
	box-shadow: 0 0 10px #e7e6e6;
}

.newDetails_right_topH4 {
	font-size: 24px;
	color: #333;
	padding: 11px 30px;
}

.newDetails_right_topBox {
	background: #fff;
	padding: 17px;
}

.newDetails_right_topBox a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 22px;
	display: block;
	cursor: pointer;
	line-height: 40px;
	position: relative;
	background: #ccc;
	float: left;
}

.newDetails_right_topBox a .iconfont {
	width: 25px;
	display: block;
	position: absolute;
	left: 7px;
	top: 10px;
}

.newDetails_right_topBox a .iconfont.top {
	top: 5px
}

.newDetails_right_topBox a:hover {
	animation: share_box 0.2s;
}

@keyframes share_box {
	0% {
		transform: rotate(0deg)translateZ(0);
	}

	50% {
		transform: rotate(10deg)translateZ(0);
	}

	100% {
		transform: rotate(0deg)translateZ(0);
	}
}

.newDetails_right_bot {
	box-shadow: 0 0 10px #e7e6e6;
}

.newDetails_right_titleList {
	background: #f9f9f9;
	margin-top: 10px;
}

.newDetails_right_titleList li {
	line-height: 56px;
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
	font-size: 16px;
	color: #333;
}

.newDetails_right_titleList li:first-child:before {
	content: '';
	width: 1px;
	height: 18px;
	background: #333;
	position: absolute;
	right: 0;
	top: 18px;
}

.newDetails_right_titleList li a {
	;
	font-weight: bold;
	cursor: pointer;
	color: #333;
	height: 100%;
	display: inline-block;
}

.newDetails_right_titleList li.active a {
	color: #005bac;
	height: 100%;
	display: inline-block;
	border-bottom: 3px solid #005bac;
}

.newDetails_right_boxList {
	padding: 0px 19px;
	padding-bottom: 40px;
	background: #fff;
}

.newDetails_right_boxList .newDetails_right_boxLi {
	display: none;
}

.newDetails_right_boxList .newDetails_right_boxLi.active {
	display: block;
}

.newDetails_right_boxItem {
	border-bottom: 1px solid #c9c9ca;
	margin-top: 20px;
	padding-bottom: 5px;
}

.newDetails_right_boxItem:hover .newDetails_right_boxItemTop {
	display: none;
}

.newDetails_right_boxItem:hover .newDetails_right_boxItemBotImg {
	display: block;
}

.newDetails_right_boxItemBotImg {
	display: none;
	height: 100%;
}

.newDetails_right_boxItemBotImg img {
	height: 100%;
	width: 100%;
}

.newDetails_rightItem_h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	height: 70px;
	padding: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newDetails_righTime {
	font-size: 12px;
	color: #c9c9ca;
	float: left;
}

.newDetails_right_box_a {
	height: 181px;
	display: block;
}

.newDetails_rightItem_box .newDetails_righMore {
	font-size: 12px;
	color: #c9c9ca;
	float: right;
	display: block;
}

.newDetails_rightItem_p {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	height: 25px;
	/*padding: 20px 0;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.carousel-indicators li {
	border-color: #ccc;
	width: 12px;
	height: 12px;
}

.carousel-indicators li.active {
	background: #005bac;
	border-color: #005bac;
}

.carousel-indicators {
	bottom: -35px;
}

.newUpAndDown .upDown {
	margin: 0;
	margin-top: 80px;
}

.newDetailsTitle {
	margin-bottom: 22px;
}

@media only screen and (max-width:767px) {
	.newDetails {
		width: 100%;
	}

	.newDetails_left {
		width: 100%;
	}

	.newDetails_leftAll {
		width: 100%;
	}

	.newDetails_right {
		display: none;
	}

	.newUpAndDown .upDown {
		margin-top: 40px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newDetails {
		width: 100%;
	}

	.newDetails_left {
		width: 100%;
	}

	.newDetails_right {
		display: none;
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.newDetails {
		width: 100%;
	}

	.newDetails_left {
		width: 59%;
	}

	.newDetails_leftAll {
		width: 555px;
	}
}

.newUpAndDown {
    position: relative;
}

.newUpAndDown .upDown {
    border-top: 1px solid #999999;
    padding-top: 20px;
    padding-bottom: 50px;
    margin: 20px 0px 0;
}

.newUpAndDown .upDown {
    margin: 0;
    margin-top: 80px;
}

.newUpAndDown .upDown a {
    display: block;
    color: #666666;
    line-height: 24px;
}

.newUpAndDown .backList {
    position: absolute;
    top: 20px;
    right: 0px;
}

.newUpAndDown .backList a {
    display: block;
    font-size: 14px;
    color: #fff;
    background: #005551;
    text-align: center;
    border-radius: 6px;
    width: 120px;
    line-height: 34px;
    border: 1px solid #005551;
    text-decoration: none;
}

.newUpAndDown .upDown a:hover {
    color: #005551;
}

@media only screen and (max-width: 767px){
	.newUpAndDown .upDown {
	    margin-top: 40px;
	}
	.newUpAndDown .upDown a {
	    line-height: 28px;
	    font-size: 14px;
	}
	.newUpAndDown .backList {
	    display: none;
	}
}