/*!
 *  fuda by lonnylin 124318556@qq.com Design
 *  Copyright 2018-Now fuda machine, Inc.
 *  License -  http://www.fudajixie.cn (Version: v1.1.1, CSS: MIT License)
 */
/* FUDA MOBILE PATH
 * -------------------------- */

/* NEWS */

.ccw-news-whole {
	width: 100%;
	background: #f9f9f9;
	border-bottom: 1px solid #eee
}

.ccw-news-main {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eee
}

.cc-main {
	width: 100%;
	background: #f6f6f6;
	overflow: hidden
}

.cc-title-location {
	position: relative;
	overflow: hidden
}

.cc-title-location h1.location {
	font-size: 14px;
	font-family: "宋体";
	line-height: 2;
	overflow: hidden;
}

.cc-title-location h1.location a {
	padding: 10px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

article.ccw-news-one {
	position: relative;
	float: left;
	width: 73%;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.065);
	box-shadow: 0 0 3px rgba(0,0,0,0.065)
}

aside.ccw-news-two {
	position: relative;
	float: right;
	width: 25%;
}

/* FD-NEWS */

.ccw-title-news {
	position: relative;
	width: 107.7777777%;
	padding: 15px 10px 15px 30px;
	overflow: hidden;
	background: #f9f9f9
}

.ccw-title-news h2.title {
	line-height: 1.4330889038;
	font-size: 150%;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.ccw-title-news span {
	color: #009eed
}

.fd-news-item {
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.fd-news-item li {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #eee;
	transition: box-shadow .6s ease;
	-webkit-transition: box-shadow .6s ease
}

.fd-news-item li:hover {
	background-color: #f9f9f9;
	transition: all .2s cubic-bezier(.7,.18,.53,.75)
}

.fd-news-item .chart {
	position: relative;
	float: left;
	width: 224px;
	height: 124px;
	display: block;
	overflow: hidden;
	text-decoration: none
}

.fd-news-item .chart img {
	width: 224px;
	height: 124px;
	object-fit: cover;
	display: block
}

.fd-news-item .time {
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	opacity: 1;
	height: 20px;
	line-height: 20px;
	transition: .6s;
	background-color: #000;
	background-color: #111;
	border-radius: 3px;
	opacity: .8
}

.fd-news-item .box:hover .time {
	opacity: 0
}

.fd-news-item .cc-play {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: opacity .6s;
	background-color: #000;
	background-color: rgba(0,0,0,.5)
}

.fd-news-item .cc-play:hover {
	filter: alpha(opacity=100);
	opacity: 1
}

.fd-news-item .cc-play-icon {
	cursor: pointer;
	background: url(../images/play.png) no-repeat 14px 0;
	width: 64px;
	height: 36px;
	padding-top: 40px;
	background-size: 36px auto;
	color: #f5f5f5;
	text-align: center;
	font-size: 12px;
	margin: 45px auto 0 auto;
	display: block
}

.fd-news-item .detail {
	float: right;
	width: 70%
}

.fd-news-item .title {
	margin-bottom: 10px;
	font-size: 180%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.fd-news-item .simple {
	line-height: 20px;
	cursor: pointer;
	color: #999;
	display: block
}

.fd-news-item .load-more {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	cursor: pointer
}

.fd-news-item .load-end {
	margin: 0 auto;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center
}

.fd-news-item .load-end a {
	color: #009eed;
}

/* CLASS */

.cc-class-news {
	width: 100%;
}

.cc-class-news h1.first {
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-class-news h1.second {
	margin-left: -10px;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-class-news ul {
	overflow: hidden;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-class-news li {
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
}

.cc-class-news li span {
	font-size: 14px;
	color: #009eed;
	font-family: 'Microsoft YaHei',Helvetica,Arial,sans-serif
}

.cc-class-news li .change {
	color: #009eed
}

.cc-class-news li a {
	padding: 5px 10px
}

.cc-mark {
	display: inline-block;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4318556;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all .2s cubic-bezier(.7,.18,.53,.75);
	box-shadow: 0 0 1px rgba(0,0,0,0.5)
}

.cc-mark a {
	text-decoration: none;
	transition: background-color .3s;
}

.cc-mark:hover {
	color: #fff;
	background-image: none;
	background-color: #009eed
}

.cc-mark a:active {
	color: #fff;
	background-image: none;
	background-color: #009eed
}

.fd-title-news {
	position: relative;
	overflow: hidden
}

.fd-title-news h1.location {
	font-size: 14px;
	font-family: "宋体";
	line-height: 2;
	overflow: hidden;
}

.fd-title-news h1.location a {
	padding: 10px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

.cc-title-news {
	position: relative;
	padding-left: 35px;
	overflow: hidden
}

.leave {
	margin-left: -32.5px;
	border-left: 5px solid #009eed
}

.cc-title-news h1.title {
	margin-top: -5px;
	margin-bottom: 10px;
	line-height: 1.4330889038;
	font-size: 200%;
	font-weight: 700;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif
}

.cc-title-news h2 {
	color: #999
}

.cc-title-news h2 span.source {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
}

.cc-title-news h2 span.time {
	float: left;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
}

.cc-news-location {
	position: relative;	
	width: 100%;
	font-family: "宋体";
	line-height: 2;
	overflow: hidden;
}

.cc-news-location a {
	padding: 10px;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

.cc-video-info {
	width: 100%;
	overflow: hidden
}

.cc-news-info {
	position: relative;	
	width: 100%;
	font-size: 115%;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	text-align: justify;
	line-height: 2;
	overflow: hidden;
}

.cc-news-info img {
	max-width: 770px;
	text-align: center
}

.cc-news-relevant dl {
	position: relative;	
	width: 100%;
	overflow: hidden;
}

.cc-news-relevant dl dt {
	width: 100%;
	color: #999;
	padding: 20px 0
}

.cc-news-relevant dl dt a {
	margin-right: 10px;
	color: #009eed
}

.cc-news-relevant dl dt a:hover {
	color: #d90000
}

.cc-news-relevant dl dd {
	width: 100%;
	padding: 20px 0;
	list-style: none;
	border-top: 1px solid #eee
}

.cc-news-relevant dl dd span.prev {
	float: left;
	color: #999;
}

.cc-news-relevant dl dd span.prev a {
	color: #009eed
}

.cc-news-relevant dl dd span.prev a:hover {
	color: #d90000
}

.cc-news-relevant dl dd span.next {
	float: right;
	color: #999;
}

.cc-news-relevant dl dd span.next a {
	color: #009eed
}

.cc-news-relevant dl dd span.next a:hover {
	color: #d90000
}

/* TITLE */

h1.cc-list-title {
	font-size: 125%;
	overflow: hidden
}

h1.cc-list-title span.title {
	float: left;
	width: 50%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-top: 2px solid #009eed;
	border-right: 1px solid #eee
}

h1.cc-list-title span.more {
	float: left;
	width: 49.66666666%;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

h1.cc-list-title span.total {
	float: left;
	width: 49.66666666%;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

h1.cc-list-title span.font {
	padding: 0 3px;
	font-size: 125%;
	font-weight: normal;
	color: #d60000;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

/* USE */

.cc-list-use {
	width: 300px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.065);
	box-shadow: 0 0 3px rgba(0,0,0,0.065)
}

.cc-list-use dl {
	margin: 10px;
	padding: 10px;
}

.cc-list-use dl:not(:last-of-type) {
	border-bottom: 1px solid #eee
}

.cc-list-use dl dt {
	width: 100%;
	margin-bottom: 10px;
}

.cc-list-use dl dt img {
	margin: 0 auto;
	height: 60px;
	display: block;
}

.cc-list-use dl dd {
	line-height: 25px;
	overflow: hidden;
	list-style: none;
}

.cc-list-use dl dd span.symbol:after {
	content: "\2022";
	color: #ddd;
	padding-right: 5px;
}

.cc-list-use dl dd.first {
	font-size: 110%;
	font-weight: 700;
	line-height: 35px;
	overflow: hidden;
}

.cc-list-use dl dd a {
	color: #999;
}

.cc-list-use dl dd a:hover {
	color: #d60000;
}

.cc-list-use ul {
	padding: 5px 20px;
}

.cc-list-use li {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}

.cc-list-use li:not(:last-of-type) {
	border-bottom: 1px solid #eee
}

.cc-list-use li span.pic {
	float: left;
	width: 81px;
	overflow: hidden
}

.cc-list-use li img {
	width: 81px;
	height: 45px;
	object-fit: cover;
	display: block;
}

.cc-list-use li span.mark {
	float: right;
	width: 65%;
	height: 45px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
}

.cc-list-use li:hover {
	background: #f8f8f8
}

/* REL */

.cc-list-rel {
	width: 300px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.065);
	box-shadow: 0 0 3px rgba(0,0,0,0.065)
}

.cc-list-rel ul {
	position: relative;
	padding: 10px;
}

.cc-list-rel li {
	padding: 10px;
	overflow: hidden;
	list-style: none;
}

.cc-list-rel li:not(:last-of-type) {
	border-bottom: 1px solid #eee
}

.cc-list-rel li p {
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
}

.cc-list-rel li span.so {
	padding: 0 5px;
	font-size: 12px;
	line-height: 15px;
	color: #009eed;
	border-radius: 2px;
	border: 1px solid #009eed
}

.cc-list-rel li span.so a {
	color: #009eed;
}

.cc-list-rel li span.come {
	margin-left: 10px;
	font-size: 12px;
	line-height: 15px;
	color: #999;
}
