.title {
	width: 100%;
	width: 109%;
	width: 1200px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}

.title span {
	//color: #A9A9A9;
	color: rgba(44, 204, 35, 0.88);
	font-size: 25px;
	font-size: 40px;
	letter-spacing: 5px;
	font-family: cursive;
}

.title span tt {
	color: darkgrey;
	font-size: 15px;
	letter-spacing: 5px;
	font-family: cursive;
	float: right;
	padding-bottom: -11px;
	padding-top: 30px;
}

.content_container {
	width: 100%;
	width: 109%;
	width: 1070px;
	width: 1200px;
	overflow: hidden;
	margin: auto;
	//margin-bottom: 50px;
	padding-bottom: 50px;
}

.content_container .content_left {
	width: 70%;
	width: 65%;
	float: left;
	padding: 30px;
	/* padding-bottom: 40px; */
	background-color: rgba(0, 0, 0, 0.06);
	margin-bottom: 40px;
}

.content_container .content_left .content_top {
	/*padding-top: 50px;
	padding-left: 50px;*/
}

.content_container .content_left .content_top span b {
	float: left;
	font-size: 20px;
	/*换成桔色*/
	color: #EE542A;
	/*换成黑色*/
	color: #333;
}

.content_container .content_left .content_top span b:hover {
	color: rgba(44, 204, 35, 0.88);
	cursor: pointer;
}

.content_container .content_left .content_top span i {
	float: right;
	font-size: 15px;
	/*类别换成蓝色*/
	color: #0066CC;
	/*类别换成黄色*/
	color: #f5e018;
	/*类别变成紫色*/
	color: #ef35e7;
}

.content_container .content_left .content_top span i:hover {
	color: rgba(44, 204, 35, 0.88);
	cursor: pointer;
}

.content_container .content_left .content_bottom {
	padding-top: 50px;
}

.content_container .content_left .content_bottom .content_bottom_left {
	float: left;
	width: 25%;
}

.content_container .content_left .content_bottom .content_bottom_left img {
	float: left;
	width: 200px;
	height: 170px;
	cursor: pointer;
}

.content_container .content_left .content_bottom .content_bottom_right {
	float: right;
	width: 75%;
}

.content_container .content_left .content_bottom .content_bottom_right a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

.content_container .content_left .content_bottom .content_bottom_right a:hover {
	color: #F27522;
	color: blue;
	color: rgba(44, 204, 35, 0.88);
}

.content_container .content_left .content_bottom .content_bottom_right a p {
	line-height: 35px;
	margin-top: -10px;
	padding-left: 50px;
	padding-right: 10px;
}

.content_container .content_left .content_bottom .content_bottom_right span {
	padding-left: 50px;
	color: darkgray;
	font-size: 15px;
}


/*左面部分   分页部分*/

.content_container .content_page {
	width: 1200px;
	overflow: hidden;
	margin: auto;
	width: 70%;
	float: left;
	/*background-color: rgba(0, 0, 0, 0.06);*/
}

.content_container .content_page b {
	border: 1px solid darkgray;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	color: black;
	color: rgba(44, 204, 35, 0.88);
}

.content_container .content_page a {
	border: 1px solid darkgray;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: red;
	cursor: pointer;
}

.content_container .content_page a:hover {
	border: 1px solid darkgray;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	color: red;
	cursor: pointer;
	background-color: white;
}

.content_container .content_page tt {
    float: right;
    font-size: 20px;
    padding-top: 10px;
    color: rgba(44, 204, 35, 0.88);
    cursor: pointer;
}


/*右面部分*/

.content_container .content_right {
	width: 22%;
	width: 28%;
	/*height: 1000px;*/
	float: right;
	background-color: azure;
	//border-left: 1px dashed black;
}

.content_container .content_right .content_first {
	margin-left: 30px;
	margin-bottom: 30px;
}

.content_container .content_right .content_first .content_first_top {
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(169, 169, 169, 0.65);
}

.content_container .content_right .content_first .content_first_top span i {
	font-size: 20px;
	color: rgba(44, 204, 35, 0.88);
}

.content_container .content_right .content_first .content_first_top img {
	/*width: 15px;
	height: 15px;*/
	width: 20px;
	height: 20px;
}

.content_container .content_right .content_first .content_first_bottom {}

.content_container .content_right .content_first .content_first_bottom ul {
	padding-top: 0px;
	padding-left: 0px;
}

.content_container .content_right .content_first .content_first_bottom ul li {
	float: none;
	line-height: 20px;
	list-style: circle;
}

.content_container .content_right .content_first .content_first_bottom ul li a {
	text-decoration: none;
	//color: #FF0000;
	/*类别换成蓝色*/
	color: #0066CC;
	/*类别换成黄色*/
	color: #f5e018;
	/*类别变成紫色*/
	color: #ef35e7;
}

.content_container .content_right .content_first .content_first_bottom ul li a:hover {
	color: rgba(44, 204, 35, 0.88);
}

.content_container .content_right .content_first .content_first_bottom ul li a:active {
	color: #FFFFFF;
}


/*.content_container .content_right .content_first .content_first_bottom ul li a:visited {
	//color:  grey;
}*/


/*.content_container .content_right .content_first .content_first_bottom ul li a:link {
	color:  #FFFF00;
}*/


/*part second*/

.content_container .content_right .content_first .content_second_bottom {
	line-height: 40px;
}

.content_container .content_right .content_first .content_second_bottom span {
	padding: 10px;
}

.content_container .content_right .content_first .content_second_bottom span a {
	text-decoration: none;
	color: violet;
	color: #a9a9a9;
	/*换成蓝色*/
	color: #29fae3;
}

.content_container .content_right .content_first .content_second_bottom span a:hover {
	color: rgba(44, 204, 35, 0.88);
}


/*part third*/

.content_container .content_right .content_first .content_third_bottom {
	/*line-height: 40px;*/
}

.content_container .content_right .content_first .content_third_bottom ul {
	padding: 0px;
}

.content_container .content_right .content_first .content_third_bottom ul li {
	margin: 5px;
	float: left;
	padding: 5px 5px 10px 5px;
}

.content_container .content_right .content_first .content_third_bottom ul li a {
	text-decoration: none;
	/*换成桔色*/
	color: #ee542a;
	/*换成灰色*/
	color: #a9a9a9;
}

.content_container .content_right .content_first .content_third_bottom ul li a b {
	text-decoration: none;
	/*换成桔色*/
	color: #ee542a;
	color: red;
}

.content_container .content_right .content_first .content_third_bottom ul li a b:hover {
	color: rgba(44, 204, 35, 0.88);
}

.content_container .content_right .content_first .content_third_bottom ul li a:hover {
	color: rgba(44, 204, 35, 0.88);
}

.content_container .content_right .content_first .content_fourth_bottom {}

.content_container .content_right .content_first .content_fourth_bottom .content_fourth_bottom_show {}

.content_container .content_right .content_first .content_fourth_bottom .content_fourth_bottom_show img {
	width: 260px;
	height: 260px;
	padding: 20px 20px;
	cursor: pointer;
}

.content_container .content_right .content_first .content_fourth_bottom .content_fourth_bottom_imgs {
	padding-left: 20px;
	letter-spacing: 22px;
}

.content_container .content_right .content_first .content_fourth_bottom .content_fourth_bottom_imgs img {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.content_container .content_right .content_first .content_fifth_bottom {}

.content_container .content_right .content_first .content_fifth_bottom ul {
	padding-top: 0px;
	padding-left: 0px;
}

.content_container .content_right .content_first .content_fifth_bottom ul li {
	float: none;
	line-height: 20px;
	list-style: circle;
}

.content_container .content_right .content_first .content_fifth_bottom ul li a {
	text-decoration: none;
	//color: #FF0000;
	/*类别换成黄色*/
	color: #f5e018;
	/*类别变成紫色*/
	color: #ef35e7;
	/*类别换成蓝色*/
	color: #0066CC;
	/*友情链接变成橘色*/
	color: #f27522;
}

.content_container .content_right .content_first .content_fifth_bottom ul li a:hover {
	color: rgba(44, 204, 35, 0.88);
}

.content_container .content_right .content_first .content_fifth_bottom ul li a:active {
	color: #FFFFFF;
}