* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "Microsoft YaHei";
	background: #ffffff;
}
@page { size: landscape; }
a {
	text-decoration: none;
	cursor: pointer;
}

ul, li {
	list-style: none;
}

input {
	border: 0;
	outline: none;
}

i, em {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

.pcNone {
	display: none !important;
}
/*首页*/
.contentArtBox {
	margin-top: 45px;
	margin-bottom: 30px;
}
.contentArt_banner{
	width: 1008px;
	height: 477px;
	float: left;
	position: relative;
}
.contentArt_banner li{
	position: relative;
}
.contentArt_banner li img.lunPic{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.contentArt_banner li .banner_view{
	width: 386px;
	height: 297px;
	background: url(trwr_indexLunMask_v2021.png) center no-repeat;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translate(0, -50%);
	padding: 50px 55px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.contentArt_banner li .banner_view .more{
	text-align: center;
    margin-top: 42px;
}
.contentArt_banner .prev,.contentArt_video .prev{
	width: 34px;
	height: 57px;
	position: absolute;	
	background: url(trwr_indexArrowL_v2021.png) center no-repeat;
	background-size: 100% 100%;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
}
.contentArt_banner .next,.contentArt_video .next{
	width: 34px;
	height: 57px;
	position: absolute;	
	background: url(trwr_indexArrowR_v2021.png) center no-repeat;
	background-size: 100% 100%;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
}
.contentArt_video .prev,.contentArt_video .next{
	top: 228px;
	transform: translate(0,0);
}
.contentArt_banner .hd{
	position: absolute;
	right: 40px;
	bottom: 25px;
}
.contentArt_banner .hd li{
	width: 10px;
	height: 10px;
	border:1px solid #9c866c;
	background: #cbbdae;
	margin-right: 8px;
	float: left;
}
.contentArt_banner .hd li:last-child{
	margin-right: 0;
}
.contentArt_banner .hd li.on{
	border:1px solid #654622;
	background: #956132;
}
.propaganda_content{
	width: 365px;
	height: 477px;
	float: right;
	background: url(trwr_indexXuanBg_v2021.png) center no-repeat;
	background-size: 100% 100%;
	padding: 34px;
}
.propaganda_content img.propagandaPic{
	width: 297px;
	height: 196px;
	border-radius: 6px;
}
.propaganda_content h2.title{
	font-size: 24px;
	color: #231F1C;
	line-height: 1.5;
	margin-top: 25px;
}
.propaganda_content .more{
	text-align: center;
	margin-top: 45px;
}
.modularTitle{
	height: 100px;
	line-height: 100px;
	
}
.modularTitle h2{
	float: left;
	color: #5b3814;
	font-size: 34px;
}
.modularTitle .modularRight{
	float: right;
	color: #9b6936;
	font-size: 22px;
}

.modularTitle .modularRight a{
	color: #9b6936;
}
.modularTitle .modularRight span{
	cursor: pointer;
}
.modularTitle .modularRight span:hover{
	color: #567c41;
}
.curriculum_tabCntBox,.law_tabCntBox,.case_tabCntBox{
    padding-top: 10px;
}
.curriculum_tabCntBox li,.law_tabCntBox li,.case_tabCntBox li{
	background: #fff;
	width: 320px;
	/*height: 341px;*/
	border-radius: 6px;
	border:1px solid #fff;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    float: left;
    margin-right: 40px;
}
.curriculum_tabCntBox li:last-child,.case_tabCntBox li:last-child{
	margin-right: 0;
}
.curriculum_tabCntBox li:hover,.case_tabCntBox li:hover{
	border:1px solid #f2ebe6;
	box-shadow: 0 6px 24px #f2ebe6;
	margin-top: -10px;
}
.curriculum_tabCntBox li:hover p.title,.case_tabCntBox li:hover p.title{
	color: #5b3814;
}
.curriculum_tabCntBox li a img,.case_tabCntBox li a img{
	width: 100%;
	height: 188px;
	border-radius: 6px;
	
}
.curriculum_tabCntBox li a p.person,.case_tabCntBox li a p.person{
	padding: 25px 25px 17px;
	height: 61px;
	color: #567c41;
	font-size: 14px;
	font-weight: bold;
}
.case_tabCntBox li a p.person{
	padding:20px 25px 15px;
}
.curriculum_tabCntBox li a p.title,.case_tabCntBox li a p.title{
	padding:0 25px 30px;
	line-height: 1.5;
	color: #231f1c;
	font-size: 20px;
	font-weight: bold;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case_tabCntBox li a p.title{
	padding-bottom:20px;
	height: 70px;
}
.pagination_curriculum1,.pagination_law1,.pagination_case1{
	padding: 30px 0;
	text-align: center;
	margin-left: 12px;
}
.pagination_curriculum1 .swiper-pagination-switch,.pagination_law1 .swiper-pagination-switch,.pagination_case1 .swiper-pagination-switch{
    display: inline-block;
    width: 30px;
    height: 6px;
    background: #e8d5c2;
    margin-right: 14px;
    cursor: pointer;
}
.pagination_curriculum1 .swiper-active-switch,.pagination_case1 .swiper-active-switch{
	background: #9b6936;
}
.pagination_law1 .swiper-pagination-switch{
	background: #7ea668;
}
.pagination_law1 .swiper-active-switch{
	background: #567c41;
}
.curriculum_swiper1 .swiper-slide, .curriculum_swiper1 .swiper-wrapper,.law_swiper1 .swiper-slide, .law_swiper1 .swiper-wrapper{
	height: 340px !important;
}
.modularMore a{
	display: block;
	width: 240px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #9B6936;
	font-size: 16px;
	background: url(trwr_indexKeBox1_v2021.png) center no-repeat;
	background-size: 100% 100%;
	border-radius: 6px;
	margin: 0 auto;
}
.modularMore span{
	margin-right: 10px;
}
.modularMore a:hover{
	background: url(trwr_indexKeBox_v2021.png) center no-repeat;
	background-size: 100% 100%;
}
.lawBox{
	background: url(trwr_indexFaBgBig_v2021.png) center no-repeat;
	background-size: 100% 100%;
	padding: 160px 0 60px;
	margin-top: -76px;
	margin-bottom: 30px;
}
.lawBox .modularTitle h2{
	color: #567c41;
}
.lawBox .modularTitle .modularRight a{
	color: #ffffff;
}
.law_tabCntBox li{
	width: 440px;
	height: 340px;
	padding:30px 25px;
	background: url(trwr_indexFaBg_v2021.png) center no-repeat;
	background-size: 100% 100%;
	border: 0;
}
.law_tabCntBox li p.area{
	color: #567c41;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 22px;
}
.law_tabCntBox li p.title{
	height: 90px;
	color: #231f1c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 27px;
	line-height: 1.5;
	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	line-clamp: 3;
  	-webkit-box-orient: vertical;
}
.law_tabCntBox li p.abstract,.case_tabCntBox li p.abstract{
	color: #87725d;
	font-size: 16px;
	margin-bottom: 50px;
	line-height: 1.5;
}
.case_tabCntBox li p.abstract{
	padding: 0 25px;
	margin-bottom: 20px;
}
.law_tabCntBox li p.time,.case_tabCntBox li p.time{
	color: #567c41;
	font-size: 14px;
	line-height: 1.5;
}
.case_tabCntBox li p.time{
	padding: 0 25px 25px;
}
.law_tabCntBox li:last-child{
	margin-right: 0;
}
.law_tabCntBox li:hover{
	box-shadow: 0 6px 24px #aac79e;
	margin-top: -10px;
	background: url(trwr_indexFaBgHover_v2021.png) center no-repeat;
	background-size: 100% 100%;
}
.law_tabCntBox li:hover p.title{
	color: #567c41;
}
.law_cont .modularMore a{
	background: #bed8b3;
	border:1px solid #91aa83;
	color: #567c41;
}
.law_cont .modularMore a:hover{
	border:1px solid #91aa83;
	background: rgba(183,210,171,0.5);
}
.case_swiper1 .swiper-slide, .case_swiper1 .swiper-wrapper{
	height: 460px !important;
}
.case_tabCntBox li p.abstract{
	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	height: 72px;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	line-clamp: 3;
  	-webkit-box-orient: vertical;
}
.videoBox{
	background: url(trwr_indexAnBg_v2021.png) center no-repeat;
	background-size: 100% 100%;
    padding-bottom: 150px;
    padding-top: 75px;
}
.video_content{
	margin-bottom: 40px;
}
.contentArt_video{
	width: 912px;
	float: left;
	position: relative;
	background: #FFFFFF;
}
.contentArt_video li .videoPicBox,.video_small .videoPicBox{
	position: relative;
}
.contentArt_video li img.videoPic{
	width: 100%;
	height: 515px;
	border-radius: 6px;
}
.contentArt_video li img.videoBtn,.video_small img.videoBtn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.contentArt_video .video_view{
	padding: 25px;
}
.video_small .video_view{
	padding: 30px 25px;
}
.contentArt_video li .video_view p.typeName,.video_small .video_view p.typeName{
	color: #849c74;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.contentArt_video li .video_view p.title,.video_small .video_view p.title{
	color: #231f1c;
	font-size: 20px;
	height: 72px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.5;
}
.video_small .video_view p.title span{
	line-height: 36px;
}
.contentArt_video li .video_view p.abstract,.video_small .video_view p.abstract{
	color: #87725d;
	font-size: 16px;
	line-height: 1.5;
	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: box;
  	display: -webkit-box;
  	line-clamp: 3;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	box-orient: vertical;
  	position: relative;
}
.video_small .video_view p.abstract{
	line-height: 28px;
}
.video_small{
	float: right;
	width: 445px;
	background: #fff;
	border-radius: 6px;
}
.video_small .videoPicBox img.videoPic{
	width: 100%;
	height: 250px;
	border-radius: 6px;
}
.repairTechnology{
	margin-bottom: 110px;
	margin-top: -30px;
	position: relative;
}
.repairTechnology img.shu{
	position: absolute;
    right: 168px;
    top: -344px;
}
.repairBox{
	width: 700px;
	float: left;
	background: url(trwr_indexXiuBg_v2021.jpg) center no-repeat;
	background-size: 100% 100%;
	padding: 55px 60px 0;
}
.repairBox h2,.technologyBox h2{
	color:#fff;
	font-size: 34px;
	margin-bottom: 50px;
}
.repairBox li,.technologyBox li{
	float: left;
	margin-right: 70px;
	margin-bottom: 70px;
	position: relative;
}
.repairBox li img.arrow{
	position: absolute;
    right: -52px;
    top: 36px;
}
.repairBox li img.arrowBo{
	position: absolute;
    left: 60px;
    bottom: -50px;
}
.technologyBox li{
	margin-right: 35px;
}
.repairBox li a,.technologyBox li a{
	display: block;
	width: 146px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	padding-top: 90px;
}
.repairBox li a:hover {
	color: #FFDDA7;
}
.technologyBox li a:hover{
	color: #BAF0A1;
}
.technologyBox li a{
	width: 170px;
}
.repairBox li:nth-child(3n),.technologyBox li:nth-child(3n){
	margin-right: 0;
}
.repairBox li a p,.technologyBox li a p{
	margin-top: 20px;
}
.technologyBox{
	width: 700px;
	float: right;
	background: url(trwr_indexJiBg_v2021.png) center no-repeat;
	background-size: 100% 100%;
	padding: 55px 60px 0;
}
.repairBox ul li:nth-child(1) {
	background: url("trwr_indexXiuPing_v2021.png") center top no-repeat;
}
.repairBox ul li:nth-child(2) {
	background: url("trwr_indexXiuVChang_v2021.png") center top no-repeat;
}
.repairBox ul li:nth-child(3) {
	background: url("trwr_indexXiuXuan_v2021.png") center top no-repeat;
}
.repairBox ul li:nth-child(4) {
	background: url("trwr_indexXiuFang_v2021.png") center top no-repeat;
}
.repairBox ul li:nth-child(5) {
	background: url("trwr_indexXiuGong_v2021.png") center top no-repeat;
}
.repairBox ul li:nth-child(6) {
	background: url("trwr_indexXiuJian_v2021.png") center top no-repeat;
}

.repairBox ul li:nth-child(1):hover {
	background: url("trwr_indexXiuPing_v2021_2.png") center top no-repeat;
}
.repairBox ul li:nth-child(2):hover {
	background: url("trwr_indexXiuVChang_v2021_2.png") center top no-repeat;
}
.repairBox ul li:nth-child(3):hover {
	background: url("trwr_indexXiuXuan_v2021_2.png") center top no-repeat;
}
.repairBox ul li:nth-child(4):hover {
	background: url("trwr_indexXiuFang_v2021_2.png") center top no-repeat;
}
.repairBox ul li:nth-child(5):hover {
	background: url("trwr_indexXiuGong_v2021_2.png") center top no-repeat;
}
.repairBox ul li:nth-child(6):hover {
	background: url("trwr_indexXiuJian_v2021_2.png") center top no-repeat;
}

.technologyBox ul li:nth-child(1) {
	background: url("trwr_indexJiJian_v2021.png") center top no-repeat;
}
.technologyBox ul li:nth-child(2) {
	background: url("trwr_indexJiSheng_v2021.png") center top no-repeat;
}
.technologyBox ul li:nth-child(3) {
	background: url("trwr_indexJiTu_v2021.png") center top no-repeat;
}
.technologyBox ul li:nth-child(4) {
	background: url("trwr_indexJiDi_v2021.png") center top no-repeat;
}
.technologyBox ul li:nth-child(5) {
	background: url("trwr_indexJiFengXian_v2021.png") center top no-repeat;
}
.technologyBox ul li:nth-child(6) {
	background: url("trwr_indexJiFei_v2021.png") center top no-repeat;
}

.technologyBox ul li:nth-child(1):hover {
	background: url("trwr_indexJiJian_v2021_2.png") center top no-repeat;
}
.technologyBox ul li:nth-child(2):hover {
	background: url("trwr_indexJiSheng_v2021_2.png") center top no-repeat;
}
.technologyBox ul li:nth-child(3):hover {
	background: url("trwr_indexJiTu_v2021_2.png") center top no-repeat;
}
.technologyBox ul li:nth-child(4):hover {
	background: url("trwr_indexJiDi_v2021_2.png") center top no-repeat;
}
.technologyBox ul li:nth-child(5):hover {
	background: url("trwr_indexJiFengXian_v2021_2.png") center top no-repeat;
}
.technologyBox ul li:nth-child(6):hover {
	background: url("trwr_indexJiFei_v2021_2.png") center top no-repeat;
}

/*视频列表*/
.currentLocation{
	padding: 10px 0 25px;
	font-size: 16px;
	color: #87725d;
	background: #FFFFFF;
}
.currentLocation a{
	color: #87725d;
}

.currentLocation2{
	padding: 10px 0 25px;
	font-size: 16px;
	color: #87725d;
	background: #FFFFFF;
}
.currentLocation2 a{
	color: #87725d;
}
.module_title{
	color:#333333;
	font-size: 34px;
	margin-bottom: 25px;
	min-width: 114px;
}
.governmentBox{
	margin-bottom: 100px;
}
.governmentBox .government_content{
	width: 100%;
	position: relative;
	background: url(trwr_videoListBgShen_v2021.png) center;
}
.government_cont{
	padding: 60px 0;
	height: 100%;
}
.government_left{
	overflow: hidden;
}
.government_listL{
	width: 246px;
	float: left;
}
.list1{
	margin-left: 100px;
}
.list2{
	width: auto;
	float: none;
	padding-top: 40px;
}
.list2 li:last-child{
	margin-bottom: 0;
}
.government_listL ul li{
	background: url(trwr_videoListYuan_v2021.png) left no-repeat;
	background-size: 12px 12px;
	padding-left: 22px;
	margin-bottom: 20px;
}
.government_listL ul li a{
	color:#231f1c;
	font-size: 24px;
}
.government_listL ul li:hover a,.government_curriculum ul li:hover a{
	color:#9b6936;
}
.government_content .government_img {
	width: 51%;
	height: 100%;
	position: absolute;
    top: 0;
    right: 0;
}
.government_listL p.title{
	color: #5b3814;
	font-size: 28px;
	margin-bottom: 30px;
}
.government_content .government_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.government_curriculum{
	background: #fcf9f7;
	padding: 50px 0;
}
.curriculum_left{
	float: left;
}
.government_curriculum p.title{
	color: #5b3814;
	font-size: 28px;
	margin-bottom: 20px;
}
.government_curriculum ul li{
	background: url(trwr_videoListYuan_v2021.png) left no-repeat;
	background-size: 8px 8px;
	padding-left: 18px;
	margin-bottom: 20px;
}
.government_curriculum ul li:last-child{
	margin-bottom: 0;
}
.government_curriculum ul li a{
	font-size: 20px;
	color: #231F1C;
}
.curriculum_right{
	float: right;
    margin-top: 60px;
}
.investigationBox .government_content{
	height: 420px;
}
.investigationBox .government_content .government_img{
	width: 58%;
}
.productionBox .government_listL{
	float: right;
	width: 262px;
	margin-right: 150px;
}
.productionBox .government_img{
	left: 0;
}
.productionBox h2.module_title{
	float: right;
	width: 262px;
	margin-right: 150px;
}
/*法规政策列表页*/
.policy_header{
	margin-bottom: 35px;
}
.policy_header h2.module_title{
	float: left;
}
.policy_header .policy_tabs{
	height: 55px;
	overflow: hidden;
	float: left;
    margin-left: 320px;
}
.policy_header .policy_tabs ul{
	height: 45px;
	line-height: 45px;
	background: url(trwr_policyTabsBox_v2021.png) no-repeat;
	background-size: 100% 100%;
}
.policy_header .policy_tabs li{
	height: 29px;
    line-height: 29px;
	padding:0 46px;
    margin-top: 8px;
	float: left;
	font-size: 20px;
	color: #dceed4;
	font-weight: bold;
	border-right:1px solid #8bad7b;
	cursor: pointer;
	position: relative;
}
.policy_header .policy_tabs li:last-child{
	border: 0;
}
.policy_header .policy_tabs li img{
	position: absolute;	
	left: 50%;
	bottom: -17px;
	transform: translate(-50%,0);
	display: none;
}
.policy_header .policy_tabs li.on{
	color: #ffffff;
}
.policy_header .policy_tabs li.on img{
	display: block;
}
.policy_header .policy_tabs_js{
	margin-left: 0;
	float: right;
	margin-right: 80px;
}
.policy_header .policy_tabs_js li{
	padding:0 20px;
}

.policy_list{
	display: none;
}
.policy_list1{
	display: block;
	min-height: 270px;
}

.policy_list .policy_select{
	width: 415px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	margin-bottom: 40px;
}
.policy_list .policy_select label{
	font-size: 20px;
	color: #567c41;
	float: left;
	margin-right: 10px;
}
.policy_list .policy_select .policy_check{
	display: inline-block;
	width: 360px;
	height: 100%;
	border:1px solid #9ec38d;
	font-size: 18px;
	color: #c3bcb0;
	padding: 0 20px;
	background: #fefbf9 url(trwr_indexArrowB_v2021.png) 90% no-repeat;
	background-size: 13px 9px;
	border-radius: 4px;
	position: relative;
}
.policy_list .policy_select .policy_check .policy_checked{
	display: block;
	cursor: pointer;
}
.policy_list .policy_select ol.policy_check_list{
	width: 360px;
	border:1px solid #9ec38d;
	padding: 8px 0;
	background: #fff;
    position: absolute;
    top: 44px;
    left: -1px;
    display: none;
}
.policy_list .policy_select .policy_check.on ol.policy_check_list{
	display: block;
}
.policy_list .policy_select ol.policy_check_list li{
	padding: 0 16px;
	cursor: pointer;
}
.policy_list .policy_select ol.policy_check_list li:hover{
	color: #567c41;
	background: #fefbf9;
}
.policy_list ul li .area{
	color: #567c41;
    font-size: 18px;
    background: #f7fcf4;
    border: 1px solid #9ec38d;
    border-radius: 4px;
    padding: 4px 20px;
    margin-right: 10px;
}

.policy_list ul li{
	font-size: 20px;
	padding: 20px 0;
	background: url(trwr_videoListYuan_v2021.png) left 31px no-repeat;
	background-size: 8px 8px;
	padding-left: 20px;
	border-bottom:1px dashed #ab8156;
}
.policy_list ul li a{
	color: #231F1C;
}
.policy_list ul li:hover a{
	color: #567c41;
}
.policy_list ul li a span.time{
	float: right;
	color: #567c41;
}
/*分页*/
.nypage {
	padding: 50px 0 70px;
	text-align: center;
	color: #333333;
	line-height: 32px;
}

.nypage a {
	display: inline-block;
	/*width: 32px;*/
	min-width: 32px;
	padding-left: 2px;
	padding-right: 2px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	color: #333333;
	margin: 0 2px;
	border: 1px solid #dddddd;
	font-size: 16px;
	border-radius: 2px;
}

.nypage a.index, .nypage a.end {
	width: 48px;
}

.nypage a.next {
	width: 65px;
}

.nypage a.cur {
	background: #9ec38d;
	color: #ffffff;
}

.nypage font {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	font-size: 0;
}

.nypage font span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	float: left;
}

.nypage font span {
	line-height: 27px;
	margin-right: 3px;
}

.nypage input {
	margin: 0 2px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #dddddd;
	/*width: 44px;*/
	max-width: 48px;
	float: left;
	margin-top: -2px;
	border-radius: 2px;
}

.nypage #go {
	text-align: center;
	width: 44px;
	height: 32px;
	background: #9ec38d;
	cursor: pointer;
	color: #fff;
	margin-left: 10px;
	line-height: 32px;
	border-radius: 2px;
	margin-top: -2px;
	border:1px solid #9ec38d;
}


/*分页2-开始1200  */
.page-large{ padding-bottom: 30px;padding-top: 30px; text-align:center;overflow: hidden;    }
.page-large .page1{position:relative; left:50%; float: left; }

.page{ position: relative;left: -50%; text-align:center;font-size:12px;padding:0px 0 0;}
.page a{cursor: pointer; float: left; margin-right: 5px; display: block; height: 30px; line-height: 30px; padding: 0px 10px; border:1px solid #dddddd; border-radius: 2px; font-size: 16px; color: #666666;}
.page a:hover {border:1px solid #9ec38d; background:#9ec38d; color:#fff;}
.page .page_now{border:1px solid #9ec38d; background:#9ec38d; color:#fff; }
.shangyiye{}
.next2{}
.shangyiye:hover{border:1px solid #9ec38d; background: #9ec38d; color: #fff;}
.next2:hover{border:1px solid #9ec38d; background: #9ec38d; color: #fff;}
.page span{float: left; margin-right: 5px; display: block; height: 30px; line-height: 30px; padding: 0px 0px;font-size: 16px; color: #666666;}
input.dm2_input1{width: 40px; /*height: 18px; line-height: 18px;*/height: 30px; line-height: 30px;/*padding:6px 0px;*/padding:0px 0px; display: block;border:1px solid #dddddd; border-radius: 2px; vertical-align:middle; text-align: center; font-size: 16px; color: #666;}
.page a.dm2_qianwang{ width: 45px; background-color: #9ec38d; border-radius: 2px; border: 0px solid #9ec38d; color: #ffffff; padding-left: 0px;padding-right: 0px; margin-top: 1px; height: 31px;line-height: 31px; cursor: pointer;}

 /*分页2-结束1200  */
 


/*联系我们*/
.map_name{
	font-size: 19px;
	color: #9B6936;
	font-weight: bold;
	margin-bottom: 10px;
}
.map_address{
	font-size: 16px;
	color: #333333;
}
.contactBox{
	position: relative;
	margin-bottom: 80px;
	min-height: 320px;
}
.contact_info{
	background: url(trwr_contactBox_v2021.png) center no-repeat;
	background-size: 100% 100%;
	padding: 45px;
	position: absolute;
    top: 125px;
    right: 40px;
}
.contact_info p{
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
}
.contact_info p.title{
	font-size: 30px;
	margin-bottom: 40px;
	text-align: center;
}
.contact_info p img{
	margin-right: 12px;
}
/*视频列表*/
.video_list{
	display: none;
	overflow: hidden;
	padding-top: 10px;
}
.video_list1{
	display: block;
}
.video_list .video_small{
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
	width: 440px;background: #f8f4f1;
	height: 480px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
.video_list .video_small:nth-child(3n){
	margin-right: 0;
}
.video_list .video_small:hover{
    box-shadow: 0 3px 15px #ece8e7;
    /*margin-top: -10px;*/
}
.video_list .video_small:hover .video_view p.title{
	color: #5b3814;
}
/*视频详情页*/
.detailVideoBox{
	/*padding: 60px 0;*/
	padding: 60px 60px;
	/*border-bottom:1px solid #e0d9d1;
	border-top:1px solid #e0d9d1;*/
	border:1px solid #e0d9d1;
	margin-bottom: 80px;
}
.detailVideo_header{
	border-bottom: 4px solid #9ec38d;
}
.detailVideo_header h1{
	color: #333333;
	font-size: 34px;
	text-align: center;
	margin-bottom: 40px;
}
.detailVideo_header .detailVideo_vice{
	color: #567c41;
	font-size: 16px;
	height: 37px;
	line-height: 37px;
	margin-bottom: 15px;
}
.detailVideo_vice img{
	cursor: pointer;
}

.detailVideo_header .detailVideo_vice span.time{
	margin-right: 70px;
}
.detailVideo_header .detailVideo_vice span.detailIcon{
	float: right;
}
.detailVideo_content{
	padding-top: 60px;
}
.detailVideo_content .videoPicBox{
	width: 100%;
	height: 620px;
	position: relative;
	cursor: pointer;
}
.detailVideo_content .videoPicBox img.videoPic{
	width: 100%;
	height: 100%;
}
.detailVideo_content .videoPicBox img.videoBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/*法规政策详情页*/
.detailVideo_header .detailVideo_vice span.detailIcon img.copy{
	margin-right: 30px;
}
.detailVideo_header .detailVideo_vice span.font{
	float: right;
	margin-right: 110px;
}
.detailVideo_vice span.font i{
	display: inline-block;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border:1px solid #567c41;
	border-radius: 4px;
	margin-right: 8px;
	cursor: pointer;
}
.detailVideo_vice span.font i.on{
	background: #f4f8f1;
}
.detailPolicy_content .detailPolicy{
	padding: 40px 0 50px;
	color: #231f1c;
	line-height: 36px;
}
.detailPolicy_content .info p{
	font-size: 20px;
	margin-bottom: 8px;
	line-height: 36px;
	/*text-indent: 2em;*/
}
.report_content{
	display: inline-block;
	border-top:4px solid #9ec38d;
	padding-top: 25px;
}
.report_content li a{
	font-size: 20px;
	color: #9b6936;
}
.report_content li a:hover{
	color: #5b3814;
}
.report_content li a img{
    margin-top: -3px;
    margin-right: 5px;
}
/*普通搜索*/
.searchListLeft{
	width: 280px;
	float: left;
}
.searchListLeft .searchListLeft_cont{
	margin-bottom: 20px;
}
.searchListLeft_cont .title{
	height: 48px;
	line-height: 48px;
	background: url(trwr_searchListBox_v2021.png) center no-repeat;
	background-size: 100% 100%;
	padding: 0 40px;
	cursor: pointer;
}
.searchListLeft_cont .title h3{
	font-size: 18px;
	color: #ffffff;
	float: left;
}
.searchListLeft_cont .title img{
	float: right;
	margin-top: 20px;
}
.searchListLeft_cont .searchCheck{
	border:1px solid #dbe4d7;
	border-top: 0;
	padding:20px 40px 0;
	display: block;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.searchListLeft_cont .searchCheck p{
	margin-bottom: 15px;
	/*font-size: 16px;*/
	font-size: 18px;
}
.searchListLeft_cont .searchCheck p span{
	color: #231f1c;
}
.searchListLeft_cont .searchCheck p i{
	color: #9b6936;
}
.searchListLeft_cont .searchCheck p img{
	cursor: pointer;
	margin-right: 4px;
	margin-top: -4px;
}
.searchListRight{
	width: 1060px;
	float: right;
	border:1px solid #e0d9d1;
	padding: 0 50px;
	margin-bottom: 80px;
}
.searchListRight_condition{
	height: 110px;
	line-height: 110px;
	font-size: 16px;
	color: #231f1c;
	border-bottom:1px solid #e0d9d1;
}
.searchListRight_condition i{
	color: #dd6558;
}
.searchListRight_condition .condition{
	float: left;
}
.searchListRight_condition .condition span{
	margin-right: 25px;
}
.searchListRight_condition .sort{
	float: right;
}
.spanground{
	color: #fff !important;
	background: #9ec38d !important;
}
.searchListRight_condition .sort span{
	display: inline-block;
	width: 120px;
	height: 36px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #9ec38d;
	color: #567c41;
	border-radius: 4px;
	background: #f4f8f1;
	cursor: pointer;
}
.searchListRight_condition .sort span:first-child{
	margin-right: 10px;
}


.searchListRight_list i{
	color: #dd6558;
}
.searchListRight_list .retrieval{
	color: #231f1c;
	font-size: 18px;
	padding: 35px 0 15px;
}
.searchListRight_list ul li{
	border-bottom: 1px dashed #ab8156;
}
.searchListRight_list ul li h2.title{
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
	margin-top: 20px;
}
.searchListRight_list ul li p.info{
	font-size: 16px;
	color: #231f1c;
	margin-bottom: 15px;
	line-height: 1.5;
}
.searchListRight_list ul li p.url,.searchListRight_list ul li p.time{
	font-size: 14px;
	color: #567c41;
	margin-bottom: 15px;
}
.searchListRight_list ul li p.time{
	margin-bottom: 20px;
}
/*课程详情页*/
.curriculumLeft{
	float: left;
	background: #fefbf9;
	border-right:5px solid #ded5cc;
	padding: 50px;
	position: relative;
    min-height: 1790px;
}
.curriculumLeft i.line{
	display: inline-block;
	position: absolute;
	top: 0;
    right: -7px;
	width: 9px;
	height: 180px;
	border-radius: 8px;
	background: #c5d9bb;
}
.curriculumLeft a,.curriculumLeft{
	color: #333;
	font-size: 16px;
}
.curriculumLeft div{
	margin-bottom: 25px;
}
.curriculumLeft img{
	/*width: 12px;*/
	margin-right: 4px;
}
.curriculumRight{
	width: 860px;
	/*float: right;*/
}
.detailVideo_vice1{
	text-align: center;
}
.detailVideo_vice2 .font{
	float: left !important;
}
.curriculumRight .detailPolicy_content .detailPolicy p{
	/*text-indent: initial;*/
	/*font-size: 16px;*/
	font-size: 18px;
	/*line-height: 32px;*/
	line-height: 36px;
}
.curriculumRight .detailPolicy_content .detailPolicy h1{
	font-size: 28px;
	margin-bottom: 10px;
}
.curriculumRight .detailPolicy_content .detailPolicy h2{
	color: #333333;
	font-size: 22px;
	margin-bottom: 10px;
}
.curriculumLeft_1_1>.icon{
	font-weight: bold;
}
.curriculumLeft_1_2 a{
	margin-left: 40px;
}
.curriculumLeft_1_2 .icon{
	margin-left: 20px;
}
.curriculumLeft_1_3{
	margin-left: 40px;
}
.curriculumLeft_1 div{
	cursor: pointer;
}
.curriculumLeft_1 a:hover,.curriculumLeft_1 .icon:hover{
	color: #567c41;
}


.iframpading{
	padding: 0px 30px 0px 30px;
}

.detailPolicy_content img {
    /*display: block;*/
    max-width: 98%;
    margin: 0 auto .26rem;
    width: auto!important;
    height: auto!important;
}

.ll_gjjs_wjg { line-height: 36px; margin-bottom: 10px; margin-top: 10px; float:left; }
.artConVideo {
	text-align: center;
}
.artConVideo video {
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.tzh_fx{float: right;color: #707070;font-size: 16px;}
.ops_shareLayer .ops_icons li {float: left;height: 30px;width: 31px;margin-right:0 !important;}
.ops_shareLayer .ops_icons li:nth-child(2){margin-left: 16px;}
.ops_shareLayer .ops_icons a {float: left;border-radius: 100%;width: 31px;height: 30px;}
.ops_shareLayer .ops_icons a i {height: 30px;width: 31px;line-height: 30px;display: block;cursor: pointer;}
.ops_shareLayer .ops_icons .icon_weixin i {background: url(trwr_detailWechat_v2021.png) no-repeat !important;}
.ops_shareLayer .ops_icons .icon_weixin i:hover {background: url(trwr_detailWechatAct_v2021.png) no-repeat !important;}
.ops_shareLayer .ops_icons .icon_sina i {background: url(trwr_detailWeibo_v2021.png) no-repeat !important;}
.ops_shareLayer .ops_icons .icon_sina i:hover {background: url(trwr_detailWeiboAct_v2021.png) no-repeat !important;}
.ops_tit,
.ops_icons,
.tzh_dydetail1{float: left;}
#qrcode img{margin:0 auto;}
#weixin_qrcode {height: 295px!important;left: 50% !important;bottom: 50%;margin-bottom: -147.5px;margin-left: -131px;width: 265px !important;}

@media screen and (max-width: 1600px) {
	/*首页*/
	.contentArt_banner{
		width: 720px;
		height: 340px;
		float: left;
		position: relative;
	}
	.contentArt_banner li{
		position: relative;
	}
	.contentArt_banner li img.lunPic{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 6px;
	}
	.contentArt_banner li .banner_view{
		width: 275px;
		height: 215px;
		background: url(trwr_indexLunMask_v2021.png) center no-repeat;
		position: absolute;
		right: 55px;
		top: 50%;
		transform: translate(0, -50%);
		padding: 35px 40px;
		color: #fff;
		font-size: 21px;
		font-weight: bold;
	}
	.contentArt_banner li .banner_view p.title{
		line-height: 34px;
	}
	.contentArt_banner li .banner_view .more{
		text-align: center;
	    margin-top: 20px;
	}
	.contentArt_banner .prev,.contentArt_video .prev,.contentArt_banner .next,.contentArt_video .next{
		width: 30px;
		height: 53px;
	}
	.contentArt_video .prev,.contentArt_video .next{
		top: 155px;
		transform: translate(0,0);
	}
	.propaganda_content{
		width: 260px;
		height: 340px;
		float: right;
		background: url(trwr_indexXuanBg_v2021.png) center no-repeat;
		background-size: 100% 100%;
		padding: 25px;
	}
	.propaganda_content img.propagandaPic{
		width: 210px;
		height: 140px;
		border-radius: 6px;
	}
	.propaganda_content h2.title{
		font-size: 18px;
		color: #231F1C;
		line-height: 1.5;
		margin-top: 20px;
	}
	.propaganda_content .more{
		text-align: center;
		margin-top: 25px;
	}
	.modularTitle{
		height: 90px;
		line-height: 90px;
	}
	.modularTitle h2{
		float: left;
		color: #5b3814;
		font-size: 28px;
	}
	.modularTitle .modularRight{
		float: right;
		font-size: 18px;
	}
	.curriculum_tabCntBox li,.law_tabCntBox li,.case_tabCntBox li{
		width: 235px;
	    margin-right: 20px;
	}
	.curriculum_tabCntBox li a img,.case_tabCntBox li a img{
		width: 100%;
		height: 135px;
		border-radius: 6px;
	}
	.curriculum_tabCntBox li a p.person,.case_tabCntBox li a p.person{
		padding: 20px 20px 17px;
		color: #567c41;
		font-size: 12px;
		font-weight: bold;
	}
	.case_tabCntBox li a p.person{
		padding:15px 20px 15px;
		height: 40px;
	}
	.curriculum_tabCntBox li a p.title,.case_tabCntBox li a p.title{
		padding:0 20px 25px;
		font-size: 16px;
	}
	.case_tabCntBox li a p.title{
		padding-bottom:15px;
	}
	.pagination_curriculum1,.pagination_law1,.pagination_case1{
		padding: 30px 0;
		text-align: center;
		margin-left: 12px;
		cursor: initial;
	}
	.curriculum_swiper1 .swiper-slide, .curriculum_swiper1 .swiper-wrapper,.law_swiper1 .swiper-slide, .law_swiper1 .swiper-wrapper{
		height: 264px !important;
	}
	.modularMore a{
		display: block;
		width: 210px;
		height: 46px;
		line-height: 46px;
		font-size: 14px;
	}
	.lawBox{
		background: url(trwr_indexFaBgBig_v2021.png) center no-repeat;
		background-size: 100% 100%;
		padding: 160px 0 60px;
		margin-top: -76px;
		margin-bottom: 30px;
	}
	.law_tabCntBox li{
		width: 320px;
		height: 260px;
		padding:20px 20px;
	}
	.law_tabCntBox li p.area{
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 13px;
	}
	.law_tabCntBox li p.title{
		height: 75px;
		color: #231f1c;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.law_tabCntBox li p.abstract,.case_tabCntBox li p.abstract{
		color: #87725d;
		font-size: 14px;
		height: 62px;
		margin-bottom: 18px;
		line-height: 1.5;
	}
	.case_tabCntBox li p.abstract{
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.law_tabCntBox li p.time,.case_tabCntBox li p.time{
		font-size: 12px;
	}
	.case_tabCntBox li p.time{
		padding: 0 20px 20px;
	}
	.case_swiper1 .swiper-slide, .case_swiper1 .swiper-wrapper{
		height: 364px !important;
	}
	.videoBox{
	    padding-bottom: 130px;
	    padding-top: 75px;
	}
	.video_content{
		margin-bottom: 40px;
	}
	.contentArt_video{
		width: 655px;
	}
	.contentArt_video li img.videoPic{
		height: 370px;
	}
	.contentArt_video .video_view{
		padding: 20px;
	}
	.video_small .video_view{
		padding:16px 20px 18px;
	}
	.contentArt_video li .video_view p.typeName,.video_small .video_view p.typeName{
		color: #849c74;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.contentArt_video li .video_view p.title,.video_small .video_view p.title{
		color: #231f1c;
		font-size: 16px;
		height: 48px;
		font-weight: bold;
		margin-bottom: 12px;
		line-height: 1.5;
	}
	.contentArt_video li .video_view p.title img,.video_small .video_view p.title img{
		width: 14px;
	}
	.video_small .video_view p.title span{
		line-height: 26px;
	}
	.contentArt_video li .video_view p.abstract,.video_small .video_view p.abstract{
		font-size: 14px;
	}
	.video_small .video_view p.abstract{
		line-height: 23px;
		height: 72px;
		 text-overflow: ellipsis;
    overflow: hidden;
    display:inline-block; 
	}
	.video_small{
		width: 320px;
	}
	.video_small .videoPicBox img.videoPic{
		height: 180px;
	}
	.contentArt_video li img.videoBtn, .video_small img.videoBtn{
		width: 70px;
	}
	.repairTechnology{
		margin-bottom: 110px;
		margin-top: -20px;
		position: relative;
	}
	.repairTechnology img.shu{
		position: absolute;
	    right: 100px;
	    top: -319px;
    	width: 115px;
	}
	.repairBox{
		width: 500px;
		height: 470px;
		padding: 35px 35px 0;
	}
	.repairBox h2,.technologyBox h2{
		color:#fff;
		font-size: 28px;
		margin-bottom: 40px;
	}
	.repairBox li,.technologyBox li{
		float: left;
		margin-right: 41px;
		margin-bottom: 55px;
		position: relative;
	}
	.repairBox li img.arrow{
		position: absolute;
	    right: -37px;
	    top: 33px;
	    width: 28px;
	}
	.repairBox li img.arrowBo{
		position: absolute;
	    /*left: 60px;*/
	    left: 45px;
	    bottom: -50px;
	}
	.technologyBox li{
		margin-right: 23px;
	}
	.repairBox li a,.technologyBox li a{
		display: block;
		width: 116px;
		font-size: 14px;
	}
	.repairBox li a img,.technologyBox li a img{
		width: 80px;
	}
	.technologyBox li a{
		width: 128px;
	}
	.repairBox li:nth-child(3n),.technologyBox li:nth-child(3n){
		margin-right: 0;
	}
	.repairBox li a p,.technologyBox li a p{
		margin-top: 20px;
	}
	.technologyBox{
		width: 500px;
		height: 470px;
		float: right;
		background: url(trwr_indexJiBg_v2021.png) center no-repeat;
		background-size: 100% 100%;
		padding: 35px 35px 0;
	}
	/*视频列表*/
	.currentLocation{
		font-size: 14px;
	}
	.currentLocation2{
		font-size: 14px;
	}
	.module_title{
		font-size: 28px;
	}
	.governmentBox{
		margin-bottom: 80px;
	}
	.governmentBox .government_content{
	}
	.government_cont{
		padding: 55px 0;
	}
	.government_listL{
		width: 205px;
		float: left;
	}
	.list1{
		margin-left: 56px;
	}
	.list2{
		width: auto;
		float: none;
		padding-top: 40px;
	}
	.government_listL li:last-child{
		margin-bottom: 0;
	}
	.government_listL ul li{
		background: url(trwr_videoListYuan_v2021.png) left no-repeat;
		background-size: 10px 10px;
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.government_listL ul li a{
		font-size: 20px;
	}
	.government_listL p.title{
		font-size: 24px;
		margin-bottom: 25px;
	}
	.government_curriculum{
		padding: 40px 0;
	}
	.government_curriculum p.title{
		font-size: 24px;
	}
	.government_curriculum ul li{
		margin-bottom: 15px;
	}
	.government_curriculum ul li:last-child{
		margin-bottom: 0;
	}
	.government_curriculum ul li a{
		font-size: 18px;
	}
	.curriculum_right{
	    margin-top: 56px;
	}
	.curriculum_right img{
		width: 210px;
	}
	.investigationBox .government_content{
		height: 350px;
	}
	.productionBox .government_listL{
		width: 230px;
		margin-right: 70px;
	}
	.productionBox h2.module_title{
		float: right;
		width: 230px;
		margin-right: 70px;
	}
	/*分页*/
	.nypage {
		padding: 50px 0 70px;
		text-align: center;
		color: #333333;
		line-height: 28px;
	}
	.nypage a {
		display: inline-block;
		/*width: 28px;*/
		min-width: 28px;
		padding-left: 1px;
		padding-right: 1px;
		height: 28px;
		text-align: center;
		line-height: 28px;
		color: #333333;
		margin: 0 1px;
		border: 1px solid #dddddd;
		font-size: 14px;
		border-radius: 2px;
	}
	.nypage a.index, .nypage a.end {
		width: 40px;
	}
	.nypage a.next {
		width: 54px;
	}
	.nypage a.cur {
		background: #9ec38d;
		color: #ffffff;
	}
	.nypage font {
		display: inline-block;
		vertical-align: middle;
		height: 28px;
		line-height: 28px;
		font-size: 0;
	}
	.nypage font span {
		display: inline-block;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		float: left;
	}
	.nypage font span {
		line-height: 23px;
		margin-right: 3px;
	}
	.nypage input {
		margin: 0 2px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
		text-align: center;
		border: 1px solid #dddddd;
		width: 37px;
		float: left;
		margin-top: -3px;
		border-radius: 2px;
	}
	.nypage #go {
		text-align: center;
		width: 37px;
		height: 28px;
		background: #9ec38d;
		cursor: pointer;
		color: #fff;
		margin-left: 10px;
		line-height: 26px;
		border-radius: 2px;
		margin-top: -2px;
		border:1px solid #9ec38d;
	}




	/*分页2-开始1000  */

.page-large{ padding-bottom: 30px; padding-top: 30px; text-align:center;    }
.page-large .page1{position:relative; left:50%; float: left; }

.page{ position: relative;left: -50%; text-align:center;font-size:12px;padding:0px 0 0;}
.page a{float: left; margin-right: 4px; display: block; height: 26px; line-height: 26px;  padding: 0px 9px; border:1px solid #dddddd; border-radius: 2px; font-size: 14px; color: #666666;}
.page a:hover {border:1px solid #9ec38d; background:#9ec38d; color:#fff;}
.page .page_now{border:1px solid #9ec38d; background:#9ec38d; color:#fff; }
.shangyiye{}
.next2{}
.shangyiye:hover{border:1px solid #9ec38d; background: #9ec38d; color: #fff;}
.next2:hover{border:1px solid #9ec38d; background: #9ec38d; color: #fff;}
.page span{float: left; margin-right: 5px; display: block; height: 26px; line-height: 26px; padding: 0px 0px;font-size: 14px; color: #666666;}
input.dm2_input1{width: 40px; /*height: 16px; line-height: 16px;padding:5px 0px;*/ height: 26px; line-height: 26px;padding:0px 0px; display: block; border:1px solid #dddddd; border-radius: 2px; vertical-align:middle; text-align: center; font-size: 14px; color: #666;}
.page a.dm2_qianwang{ width: 38px; background-color: #9ec38d; border-radius: 2px; border: 0px solid #9ec38d; color: #ffffff; padding-left: 0px;padding-right: 0px; margin-top: 1px; height: 27px;line-height: 27px; cursor: pointer;}
 


 /*分页2-结束1000  */
	/*法规政策列表页*/
	.policy_header .policy_tabs{
		height: 50px;
		overflow: hidden;
		float: left;
	    margin-left: 320px;
	}
	.policy_header .policy_tabs ul{
		height: 40px;
		line-height: 40px;
		background: url(trwr_policyTabsBox_v2021.png) no-repeat;
		background-size: 100% 100%;
	}
	.policy_header .policy_tabs li{
		height: 25px;
	    line-height: 25px;
		padding:0 43px;
	    margin-top: 8px;
		font-size: 16px;
	}
	.policy_header .policy_tabs{
		margin-left: 165px;
	}
	.policy_header .policy_tabs li:last-child{
		border: 0;
	}
	.policy_header .policy_tabs li img{
		position: absolute;	
		left: 50%;
		bottom: -15px;
		transform: translate(-50%,0);
		display: none;
		width: 16px;
	}

	.policy_header .policy_tabs_js{
		margin-left: 0;
		margin-right: 50px;
		float: right;
	}
	.policy_header .policy_tabs_js li{
		padding:0 10px;
	}
	.policy_list ul li{
		font-size: 16px;
		padding: 16px 0;
		background: url(trwr_videoListYuan_v2021.png) left 25px no-repeat;
		background-size: 6px 6px;
		padding-left: 18px;
		border-bottom:1px dashed #ab8156;
	}
	
	.policy_list .policy_select{
		width: 350px;
		margin: 0 auto;
		height: 40px;
		line-height: 40px;
		margin-bottom: 35px;
	}
	.policy_list .policy_select label{
		font-size: 16px;
		color: #567c41;
		float: left;
		margin-right: 10px;
	}
	.policy_list .policy_select .policy_check{
		display: inline-block;
		width: 305px;
		height: 100%;
		border:1px solid #9ec38d;
		font-size: 15px;
		color: #c3bcb0;
		padding: 0 20px;
		background: #fefbf9 url(trwr_indexArrowB_v2021.png) 90% no-repeat;
		background-size: 13px 9px;
		border-radius: 4px;
		position: relative;
	}
	.policy_list .policy_select .policy_check .policy_checked{
		display: block;
		cursor: pointer;
	}
	.policy_list .policy_select ol.policy_check_list{
		width: 305px;
		border:1px solid #9ec38d;
		padding: 8px 0;
		background: #fff;
	    position: absolute;
	    top: 38px;
	    left: -1px;
	    display: none;
	}
	.policy_list .policy_select .policy_check.on ol.policy_check_list{
		display: block;
	}
	.policy_list .policy_select ol.policy_check_list li{
		padding: 0 14px;
		cursor: pointer;
	}
	.policy_list .policy_select ol.policy_check_list li:hover{
		color: #567c41;
		background: #fefbf9;
	}
	.policy_list ul li .area{
		color: #567c41;
	    font-size: 15px;
	    background: #f7fcf4;
	    border: 1px solid #9ec38d;
	    border-radius: 4px;
	    padding: 3px 18px;
	    margin-right: 10px;
	}
	/*联系我们*/
	.map_name{
		font-size: 18px;
	}
	.map_address{
		font-size: 15px;
	}
	.contact_info{
		background: url(trwr_contactBox_v2021.png) center no-repeat;
		background-size: 100% 100%;
		padding: 25px;
		position: absolute;
	    top: 160px;
	    right: 20px;
	}
	.contact_info p{
		font-size: 15px;
	}
	.contact_info p.title{
		font-size: 27px;
		margin-bottom: 25px;
		text-align: center;
	}
	.contact_info p img{
		width: 22px;
	}
	/*视频列表*/
	.video_list .video_small{
		margin-right: 20px;
	}
	.video_list .video_small{
		width: 320px;
		height: 350px;
		margin-right: 20px;
		margin-bottom: 25px;
	}
	/*视频详情页*/
	.detailVideoBox{
		/*padding: 50px 0;*/
		padding: 50px 50px;
		margin-bottom: 80px;
	}
	.detailVideo_header h1{
		font-size: 28px;
		margin-bottom: 40px;
	}
	.detailVideo_header .detailVideo_vice{
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.detailVideo_header .detailVideo_vice span.time{
		margin-right: 50px;
	}
	.detailVideo_vice .detailIcon img.Weibo,.detailVideo_vice .detailIcon img.wechat{
		width: 30px;
	}
	.detailVideo_content{
		padding-top: 50px;
	}
	.detailVideo_content .videoPicBox{
		height: 480px;
	}
	/*法规政策详情页*/
	.detailVideo_header .detailVideo_vice span.detailIcon img.copy{
	}
	.detailVideo_header .detailVideo_vice span.font{
		float: right;
		margin-right: 80px;
	}
	.detailVideo_vice span.font i{
		display: inline-block;
		font-size: 12px;
		width: 24px;
		height: 24px;
		line-height: 22px;
		text-align: center;
		border:1px solid #567c41;
		border-radius: 4px;
		margin-right: 8px;
		cursor: pointer;
	}
	.detailPolicy_content .info p{
		font-size: 16px;
		margin-bottom: 8px;
		line-height: 32px;
		/*text-indent: 2em;*/
	}
	.report_content li a{
		font-size: 16px;
		color: #9b6936;
	}
	.report_content li a img{
		width: 15px;
	    margin-top: 0;
	}
	/*普通搜索*/
	.searchListLeft{
		width: 235px;
		float: left;
	}
	.searchListLeft .searchListLeft_cont{
		margin-bottom: 20px;
	}
	.searchListLeft_cont .title{
		height: 42px;
		line-height: 42px;
		background: url(trwr_searchListBox_v2021.png) center no-repeat;
		background-size: 100% 100%;
		padding: 0 25px;
		cursor: pointer;
	}
	.searchListLeft_cont .title h3{
		font-size: 15px;
	}
	.searchListLeft_cont .title img{
		float: right;
		margin-top: 17px;
		width: 10px;
	}
	.searchListLeft_cont .searchCheck{
		border:1px solid #dbe4d7;
		border-top: 0;
		padding:15px 25px 0;
		display: block;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.searchListLeft_cont .searchCheck p{
		margin-bottom: 15px;
		/*font-size: 14px;*/
		font-size: 18px;
	}
	.searchListLeft_cont .searchCheck p img{
		cursor: pointer;
		margin-right: 4px;
		margin-top: -3px;
		width: 16px;
	}
	.searchListRight{
		width: 745px;
		float: right;
		border:1px solid #e0d9d1;
		padding: 0 40px;
		margin-bottom: 80px;
	}
	.searchListRight_condition{
		height: auto;
		line-height: 1;
		font-size: 14px;
		color: #231f1c;
		border-bottom:1px solid #e0d9d1;
		padding: 30px 0;
	}
	.searchListRight_condition .condition{
		float: initial;
		margin-bottom: 15px;
	}
	.searchListRight_condition .sort{
		float: initial;
	}
	.searchListRight_condition .sort span{
		display: inline-block;
		width: 100px;
		height: 32px;
		line-height: 30px;
	}
	.searchListRight_list .retrieval{
		color: #231f1c;
		font-size: 15px;
		padding: 25px 0 10px;
	}
	.searchListRight_list ul li h2.title{
		font-size: 16px;
		color: #333333;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.searchListRight_list ul li p.info{
		font-size: 14px;
		color: #231f1c;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.searchListRight_list ul li p.url,.searchListRight_list ul li p.time{
		font-size: 12px;
		color: #567c41;
		margin-bottom: 10px;
	}
	.searchListRight_list ul li p.time{
		margin-bottom: 15px;
	}
	/*课程详情页*/
	.curriculumLeft{
		width: 380px;
		float: left;
		background: #fefbf9;
		border-right:5px solid #ded5cc;
		padding: 40px 25px;
		position: relative;
	    min-height: 1758px;
	}
	.curriculumLeft i.line{
		display: inline-block;
		position: absolute;
		top: 0;
	    right: -7px;
		width: 8px;
		height: 155px;
		border-radius: 8px;
		background: #c5d9bb;
	}
	.curriculumLeft a,.curriculumLeft{
		color: #333;
		font-size: 14px;
	}
	.curriculumLeft div{
		margin-bottom: 20px;
	}
	.curriculumLeft img{
		/*width: 12px;*/
		margin-right: 4px;
	}
	.curriculumRight{
		width: 565px;
		/*float: right;*/
	}
	.curriculumRight .detailPolicy_content .detailPolicy h1{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.curriculumRight .detailPolicy_content .detailPolicy h2{
		color: #333333;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.curriculumLeft_1_1>.icon{
		font-weight: bold;
	}
	.curriculumLeft_1_2 a{
		margin-left: 36px;
	}
	.curriculumLeft_1_2 .icon{
		margin-left: 20px;
	}
	.curriculumLeft_1_3{
		margin-left: 40px;
	}
	.curriculumLeft_1 div{
		cursor: pointer;
	}
	.curriculumLeft_1 a:hover,.curriculumLeft_1 .icon:hover{
		color: #567c41;
	}

	.detailPolicy_content .detailPolicy{
		line-height: 32px;
	}
}
