<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {

	width: 100%;

	height: auto;

}



.content .container {

	width: 75%;

	padding: 25px 0;

	box-sizing: border-box;

}



.content .container .str {

	width: 100%;

	height: auto;

	margin-bottom: 30px;

}



.content .container .str .title {

	width: 100%;

	line-height: 50px;

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 3.6em;

	color: #85c43f;

	text-align: center;

	margin-bottom: 15px;

	font-weight: 600;

}



.content .container .str p {

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 14px;

	color: #777;

	line-height: 25px;

	text-indent: 2em;

}



.content .container .video {

	width: 100%;

	height: auto;

	margin-bottom: 50px;

}

.content .container .video .video-box {
    height: 500px;
}

.content .container .video .title {

	width: 100%;

	height: auto;

	line-height: 50px;

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 22px;

	text-align: left;

	color: #fff;

	font-weight: 600;

	margin-bottom: 20px;

	padding: 0 2%;

	box-sizing: border-box;

	background: #85c43f;

}  



.content .container .video img {

	width: 100%;

	height: auto;

}



.content .container .video P {

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 18px;

	color: #666;

	line-height: 35px;

	width: 100%;

	text-align: center;

} 



.content .container .video P a {

    color: #666;

    border: 1px solid #eee;

    width: 30px;

    height: 30px;

    display: inline-block;

    border-radius: 50%;

    margin-right: 5px;

    text-align: center;

    line-height: 30px;

}



.content .container .video P a span {

	color: #666;

	font-size: 16px;

}

.content .container .video P a:hover {

background-color: #86C440;

}

.content .container .video P a span:hover {

	color: #fff;

}



.content .container .link {

	width: 100%;

	height: auto;

	margin-bottom: 50px;

}



.content .container .link h4 {

	width: 100%;

	height: auto;

	border-top: 1px solid #444;

	border-bottom: 1px solid #444;

	line-height: 50px;

	text-align: center;

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 16px;

	color: #666;

}



.content .container .link p {

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 14px;

	color: #666;

	text-align: left;

	line-height: 50px;

}



.content .container .categ {

	width: 100%;

	height: auto;

	overflow: hidden;

}



.content .container .categ .left {

	/* width: 20%; */

	height: auto;

	float: left;

	/* margin-right: 5%; */

}



.content .container .categ .left .nav {

	width: 100%;

	height: auto;

	margin-bottom: 20px;

	padding-bottom: 30px;

	background: #fafafa;

	border: 1px solid #eee;

	box-sizing: border-box;

}



.content .container .categ .left .nav h2 {

	width: 100%;

	height: auto;

	line-height: 45px;

	text-align: left;

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 18px;font-weight: bold;

	color: #fff;

	background: #86C440;

	padding: 0 3%;

	box-sizing: border-box;

}



.content .container .categ .left .nav ul {

	width: 100%;

	height: auto;

	overflow: hidden;

}



.content .container .categ .left .nav ul li {

	width: 90%;

	height: auto;

	line-height: 45px;

	margin: 0 auto;

	border-bottom: 1px solid #86C440;

	box-sizing: border-box;

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 14px;

	color: #333;

	overflow: hidden;

}



.content .container .categ .left .nav ul li.active a span{

	color: #86C440;

}



.content .container .categ .left .nav ul li a {

	width: auto;

	height: 100%;

	display: block;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}



.content .container .categ .left .nav ul li .arrow {

	background: url(../img/arrow-right.png) no-repeat;

	width: 8px;

	height: 10px;

	display: inline-block;

	margin-top: 16px;

	display: inline-block;

	float: left;

	margin-right: 10px;	

	background-size:100% 100%;

}



.content .container .categ .left .nav ul li .arrow.add{

	transform: rotate(90deg);

	transition: all 0.2s ease;

}



.content .container .categ .left .nav ul li a span{

	font-size: 16px;

	color: #666;

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	line-height: 40px;

}



.content .container .categ .left .nav ul li .tick {

	width: 100%;

	height: auto;

	display: none;

}



.content .container .categ .left .nav ul li .tick ul {

	padding: 0;

	/*border-top: 1px solid #ccc;*/

}



.content .container .categ .left .nav ul li .tick ul li {

	width: 100%;

	/*min-height: 35px;*/

	height: auto;

	line-height: 35px;

	text-align: left;

	border-bottom: 1px solid #ccc;

}



.content .container .categ .left .nav ul li .tick ul li:first-child{

	border-top: 1px solid #ccc;

}



.content .container .categ .left .nav ul li .tick ul li:last-child{

	border-bottom: 0;

}





.content .container .categ .left .nav ul li .tick ul li p{

	width: 100%;

	min-height: 35px;

	max-height: 100%;

	cursor: pointer;

	padding: 0 5%;

	box-sizing: border-box;

}



.content .container .categ .left .nav ul li .tick ul li a {

	display: block;

	width: 100%;

	height: 100%;

	text-align: left;

}



.content .container .categ .left .nav ul li .tick ul li span {

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 14px;

	color: #666;

	float: left;

	line-height: 40px;

}



.content .container .categ .left .nav ul li .tick ul li span:nth-child(2){

	width: 90%;

	height: 100%;

	line-height: 35px;

	padding-left: 5%;

	display: inline-block;

	box-sizing: border-box;

	overflow: hidden;

	float: left;

	white-space: nowrap;

	text-overflow: ellipsis;

}



.content .container .categ .left .nav ul li .tick ul li .checkbox {

	width: 10px;

	height: 10px;

	border: 1px solid #ccc;

	margin-top: 12px;

}



.content .container .categ .left .nav ul li .tick ul li.active .checkbox {

	background: url(../img/check.png) no-repeat;

	background-size: 100% 100%;

}



.content .container .categ .left .nav ul li .tick ul li.active span{

	color: #86C440;

}



/*.content .container .categ .left .nav ul li span:nth-child(2) {

	padding-left: 5%;

	box-sizing: border-box;

	color: #666;

}*/



.content .container .categ .left .news {

	width: 100%;

	height: auto;

}



.content .container .categ .left .news .title {

	width: 100%;

	height: auto;

	line-height: 50px;

	text-align: left;

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 16px;

	color: #86C440;

	font-weight: normal;

}



.content .container .categ .left .news img {

	width: 100%;

	height: auto;

}



.content .container .categ .left .news p {

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 14px;

	color: #777;

	line-height: 25px;

}



.content .container .categ .left .news div{

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 14px;

	color: #777;

	line-height: 25px;

}



.content .container .categ .left .news p.name {

	margin-top: 20px;

	line-height: 25px;

	color: #000;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}



.content .container .categ .left .news p.date {

	display: inline-block;

	width: auto;

	height: auto;

	padding: 0 15px;

	background: #ededed;

	border-radius: 20px;

	text-align: center;

	font-size: 12px;

	color: #999;

	margin: 10px 0;

}



.content .container .categ .right {

	/* width: 75%; */

	height: auto;

	float: left;

}



.content .container .categ .right .video-title{

    width: 100%;

    height: auto;

    text-align: left;

    margin-bottom: 20px;

    padding: 0 2%;

    box-sizing: border-box;

    background: #85c43f;

}



.content .container .categ .right .video-title h1{

	color: #fff;

	font-size: 18px;font-weight: bold;

	line-height: 45px;

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

}



.content .container .categ .right .reperfor {

	width: 100%;

	_height: 865px;

	overflow: hidden;

}



.content .container .categ .right .list {

	width: 100%;

	_height: 795px;

	overflow: hidden;

}



.content .container .categ .right .list ul {

	overflow: hidden;

}



.content .container .categ .right .list ul li {

	/* width: 49%; */

	height: 300px;

	/* margin-right: 2%; */

	float: left;

	margin-bottom: 80px;

}

.content .container .categ .right .list ul li:nth-child(2n){

	margin-right: 0;

}

.content .container .categ .right .list ul li a {

	display: block;

	width: 100%;

	height: 100%;

	font-size: 0;

}



.content .container .categ .right .list ul li:nth-child(3n) {

	margin-right: 0;

}



.content .container .categ .right .list ul li img {

	width: 100%;

	height: 185px;

}



.content .container .categ .right .list ul li p {

	width: 100%;

	height: auto;

	line-height: 50px;

	text-align: center;

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 16px;

	color: #fff;

	background: #86C440;

	padding: 0 5%;

	box-sizing: border-box;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}



.content .container .categ .right .list ul li p:hover {

	background: #5d9a2c;

}



.content .container .categ .right .page {

	width: 100%;

	height: auto;

	margin: 20px 0;

}



.content .container .categ .right .page ul {

	width: auto;

	text-align: center;

	margin: 0 auto;

	display: table;

	height: 40px;

}



.content .container .categ .right .page ul li {

	float: left;

	padding: 0;

	margin-right: 10px;

	background: #f3f3f3;

	text-align: center;

	line-height: 40px;

	width: 40px;

	height: 40px;

	border: 1px solid #ccc;

	box-sizing: border-box;

}



.content .container .categ .right .page ul li a {

	display: block;

	width: 100%;

	height: 100%;

	color: #666;

	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;

	font-size: 12px;

}



.content .container .categ .right .page ul li:last-child {

	margin-right: 0;

}



.content .container .categ .right .page ul li.active {

	background: #86C440;

}



.content .container .categ .right .page ul li.active a {

	color: #fff;

}
@media only screen and (min-width: 1440px) {
    .content .container .categ .right .list ul li {
        width: 49%;
    }
}
/* é€‚é…æ‰‹æœº */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 812px) {
    .content .container .categ .left .nav ul li .arrow {
        background-size: 100%;
        height: 46px;
        background-position: center;
    }
}
</pre></body></html>