.content-item {
	width: 100%;
	padding: 5px 0;
}

.ci-img {
	background-image: url('../image/item-bg1.jpg');
	padding: unset;
	background-repeat: round;
}

.ci-item {
	width: 49.5%;
	background-image: url('../image/item-bg2.jpg');
	background-repeat: round;
}

#first-picture a {
	text-decoration: none;
	width: 100%;
}

#first-picture img {
	width: 100%;
	height: 240px;
}

.ci-content {
	padding: 0px 20px 10px 20px;
	width: 100%;
}

.content-item .ci-item:last-child {
	float: right;
}

.cgb-img img {
	width: 100%;
	height: 84px;
}

.c-first {
	font-weight: bold;
	font-size: 15pt;
	text-align: center;
	margin-bottom: 10px;
}

.img-item {
	margin-right: 30px;
}

.c-item, .c-item2 {
	width: 100%;
}

.c-item a {
	text-decoration: none;
	color: #2f3336
}

.c-item span, .c-item2 span {
	float: right;
	color: #c2c2c2;
}

.c-item2 {
	padding: 5px 0;
	display: flex;
}
#new-host-item {
	background-image: url('../image/new.jpg');
	background-repeat: round;
	padding: 10px 20px;
}
.c-item2 a {
	text-decoration: none;
	color: #397fbb;
	text-overflow: clip;
	overflow: hidden;
	width: 80%;
	display: inline-block;
	white-space: nowrap;
}

.ci-title {
	color: white;
	width: 100%;
	font-weight: bold;
	padding: 0 20px;
	line-height: 40px;
}

.ci-title a, .ci-title2 a {
	float: right;
	margin-top: 10px;
	width: 50px;
	text-align: right;
}

.ci-title2 a {
	margin-right: 20px;
	margin-top: 8px;
}

.ci-title2 {
	color: white;
	margin-bottom: 5px;
	width: 100%;
	font-weight: bold;
	height: 40px;
}

.title-info {
	height: 40px;
	line-height: 40px;
}

.notice {
	background-image: url('../image/item-bg3.jpg');
	background-repeat: round;
}

#notice-text {
	font-weight: bold;
	color: #1f85c7;
	margin-left: 5%;
	width: 8%;
}

#notice-item {
	width: 86%;
	position: relative;
	height: 20px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#notice-item>ul {
	position: absolute;
	top: 0;
	width: 9999px;
	list-style: none;
	margin: 0px;
	padding: 0;
}

#notice-item>ul>li {
	float: left;
	display: block;
}

#notice-item>ul>li>a {
	float: left;
	display: block;
	width: 1000px;
	text-decoration: none;
	color: red;
	font-weight: bold;
}

.ti-item {
	float: left;
	border-right: 1px solid white;
	width: 90px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.sel-ti-item {
	color: #1f85c7;
	background-image: url('../image/item-bg4.jpg');
	background-repeat: round;
	height: 41px;
}

.cgb-img {
	float: left;
	width: 30%;
}
.c-item {
	margin: 3px;
}
.cgb-content {
	float: left;
	width: 70%;
	padding-left: 20px;
}

.cgb-content a {
	width: 100%;
}

.dot-img {
	width: 10px;
	line-height: 12px;
	margin-top: 10px;
}

#rating-title {
	background-image: url('../image/bg5.jpg');
	background-repeat: round;
	width: 100%;
	font-weight: bold;
	color: white;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}

#rating-search {
	float: right;
}

#rating-search input {
	border: 1px solid #e4e9ef;
	margin-top: 3px;
}

#rating-search img {
	margin-top: 7px;
	float: right;
	margin-left: 10px;
}

#rating-list-title {
	background-image: url('../image/ating-list-title.jpg');
	background-repeat: round;
	width: 100%;
}

#rating-list-title img {
	width: 100%;
	height: 35px;
}

#rating-list {
	border: 1px solid #b9e5fe;
	border-top: unset;
	margin-top: -5px;
	width: 100%;
	height: 260px;
	line-height: 22px;
	color: #777c7f;
	overflow: hidden;
}

#rating-list .rl-item {
	width: 100%;
	text-align: center;
	padding: 8px 0;
}

#rating-list .rl-item:nth-of-type(even) {
	background-color: #f2f9ff;
}

#rating-list .r-name {
	width: 31%;
}

#rating-list .r-type {
	width: 23.5%;
}

#rating-list .r-date {
	padding-left: 5%;
}

#rating-list .r-name a {
	color: #2f3336;
	text-decoration: none;
}

.notice-item {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-top: 5px;
}

.notice-item .ci-content {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.links-item {
	margin-top: 10px;
	width: 100%;
	height: 300px;
}

.links-item .ci-content {
	height: 250px;
	overflow-y: auto;
	margin-top: 5px;
}

.li-item {
	padding: 5px 0;
	width: 100%;
	text-align: center;
}

.li-item a {
	text-decoration: none;
	color: #777c7f;
}
#notice-list span {
	padding-left: 5px;
}
#notice-list > div {
	width: 100%;
}