﻿@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}

.vill_main{
	width: 1349px;
	position: relative;
	margin: 0 auto;
	background-color: white;
}
	.left_frame{
		width: 400px;
		min-height: 600px;
		float:left;
	}
	.right_frame{
		width: 920px;
		min-height: 600px;
		float:left;
	}
	.vill_tit_left{
		height: 40px;
		line-height:40px;
		width: 100%;
		text-align: center;
		color: #285FAC;
		font-size:32px ;
		font-weight: bold;
	}
	
	.party_tit_right{
		height: 40px;
		line-height:40px;
		width: 100%;
		text-align: center;
		color: #AC3328;
		font-size:36px ;
		font-weight: bold;
	}
	.vill_tit_right{
		height: 40px;
		line-height:40px;
		width: 100%;
		text-align: center;
		margin-top:60px;
		color: #316CBF;
		font-size:32px ;
		font-weight: bold;
	}
	.vill_left_ul{
		width: 240px;
		margin: 0 auto;
	}
	.vill_left_ul li{
		width: 210px;
		height: 63px;
		margin: 25px auto;
		cursor:pointer;
		background: url("../images/villagePublic/town_li.png") no-repeat;
	}
	
	.vill_list{
		position:absolute;
		display: none;
		width:494px;
		min-height:130px;
		background-color:white;
		border:1px solid #2660AA;;
		font-size:24px;
		z-index: 11000;
	}
	.vill_list ul{
		margin:4px;
	}
	.vill_list li{
		height:40px;
		width:120px;
		color:#2660AA;
		text-align:center;
		cursor:pointer;
		margin:4px 0;
		float: left;
	}
	.vill_list li:hover{
		height:40px;
		width:120px;
		color:blue;
		text-align:center;
		cursor:pointer;
		margin:4px 0;
		float: left;
	}
	
	.lj_vill_list{
		position:absolute;
		display: none;
		width:150px;
		min-height:120px;
		background-color:white;
		border:1px solid #2660AA;;
		font-size:24px;
		z-index: 11000;
	}
	.lj_vill_list ul{
		margin:5px;
	}
	.lj_vill_list li{
		height:40px;
		width:120px;
		color:#2660AA;
		text-align:center;
		cursor:pointer;
		margin:4px;
	}
	.lj_vill_list li:hover{
		height:40px;
		width:120px;
		color:blue;
		text-align:center;
		cursor:pointer;
		margin:4px;
	}
	
	.close{
		position: relative;
		display: inline-block;
		width: 30px;
		height: 30px;
		color:#2660AA;
		font-size:24px;
		font-weight:bold;
		overflow: hidden;
	}
	.close:HOVER{
		color:blue;
	}
	
	.t_li_div{
		font-size:28px;
		line-height:63px;
		color:#2660AA;
		text-align:center;
	}
	
	/* 表格 列表 */
.tdHeight{
		overflow: hidden;
		max-height: 90px;
	}
.tdRep{
		text-align: left;
	}
	
table.grid {
	font-size: 20px;
	border-collapse: collapse;
	table-layout: fixed;
}

table.grid th {
	padding: 8px 0;
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	color: #FF6600;
}

.odd{
	background-color: #F3F3F3;
}

table.grid td {
	padding: 5px;
	height:30px;
	color: #444;
	text-align:center;
	word-wrap:break-word;
}

.s_tit{
	width: 400px;
	height: 36px;
	line-height: 32px;
	font-size: 28px;
	float: left;
}
.s_tit_2{
	height: 36px;
	line-height: 32px;
	font-size: 28px;
	margin: 40px 0 20px 0;;
}

.vill_pag{
	width: 515px;
	height: 32px;
	text-align:right;
	float: left;
}
.vill_2{
	margin-left:86px;
	float: left;
}
.vill_1{
	float: left;
}


.cun_li{
	font-size: 24px;
	height:60px;
	line-height:30px;
	width:490px;
	margin-bottom: 10px;
	cursor:pointer;
	overflow: hidden;
}

.vcbg{
 	z-index: 1000;
 	float: left;
 	margin-left: 130px;
 	margin-top: 30px;
 	font-size:40px;
 	font-weight:bold;
 	color:#316CBF;
 	position: absolute;
}
.det{
	border-bottom: 1px solid #AD3328;
	border-left: 1px solid #AD3328;
	border-right: 1px solid #AD3328;
}
.det_1{
	border-top: 1px solid #AD3328;
}
.detail_current{
	border-top: 1px solid #AD3328;
	border-left: 1px solid #AD3328;
	border-right: 1px solid #AD3328;
}

/* 第二版 */
.top_frame{
		width: 1200px;
		height: 135px;
		margin: 0 auto;
	}
	.center_frame{
		width: 1198px;
		min-height: 500px;
		margin: 0 auto;
	}
	.bottom_frame{
		width: 1198px;
		height: 400px;
		margin: 0 auto;
	}
	.tab_lj{
		width: 100%;
		margin: 50px auto 0px auto;
		height: 45px;
		background: url(../images/villagePublic/tab_lj_bg_2.png) no-repeat;
	}
	
	.tab_lj_2{
		width: 100%;
		margin: 50px auto 0px auto;
		height: 45px;
		background-color: red;
	}
	.count_lj{
		margin: 0 auto;
		width: 100%;
		height:40px;
		line-height:40px;
		overflow: hidden;
		text-align: right;
		border:1px solid #DDDBDB;
		background-color: #DDDBDB;
	}
	.div_sel{
		width:120px;
		height:37px;
		margin-left:10px;
		padding:4px;
		font-size: 22px;
		line-height: 37px;
		float: left;
		color: white;
	}
	.div_flag{
		width:30px;
		height:37px;
		margin:4px;
		text-align:center;
		font-size: 20px;
		line-height: 37px;
		float: left;
		color: white;
	}
	.div_st{
		height:37px;
		margin-left:10px;
		padding:4px;
		font-size: 22px;
		line-height: 37px;
		float: left;
		color: white;
	}
	.sel_lj{
		width: 130px;
		margin:7px 2px;
		font-size: 18px;
		height: 30px;
		line-height: 30px;
		float: left;
	}

table.gTable {
	font-size: 20px;
	border-collapse: collapse;
	table-layout: fixed;
}

.tdt{
	text-align:center;
	background-color: #F3F3F3;
}

table.gTable td {
	padding: 3px;
	height:30px;
	line-height:30px;
	color: #444;
	word-wrap:break-word;
	border: 1px solid gray; 
}


.col_blue{
	color: blue !important;
}

.Box {
	position: relative;
	width: 100%;
}

.Box .Box_con {
	position: relative;
}

.Box .Box_con .btnl {
	position: absolute;
}

.Box .Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 80px;
	cursor: pointer;
}

.Box .Box_con .btnl {
	background: url(../images/villagePublic/jtl02.png) no-repeat center;
	left: -72px;
}

.Box .Box_con .btnr {
	background: url(../images/villagePublic/jtr02.png) no-repeat center;
	right: -72px;
}

.Box .Box_con .btnl:hover {
	background: url(../images/villagePublic/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
	background: url(../images/villagePublic/jtr03.png) no-repeat center;
}

.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
	height: 200px;
}

.Box .Box_con .conbox ul {
	position: relative;
	width:100%;
	list-style: none;
}

.Box .Box_con .conbox ul li {
	float: left;
	width: 380px;
	height: 200px;
	margin-left: 20px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conbox ul li img {
	display: block;
	width: 380px;
	height: 200px;
	transition: all 0.5s;
}

.Box .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}

.Box .BoxSwitch {
	margin-top: 30px;
	text-align: center;
}

.Box .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.Box .BoxSwitch span.cur {
	background: red;
}

.picture-container { display: flex; justify-content: center; margin-top: 30px; }
.picture-container .card .title { font-size: 29px; font-family: Microsoft YaHei; font-weight: bold; color: #AC3328; text-align: center; }
.picture-container .card:nth-of-type(1) { margin-right: 30px; }
.picture-container .card:nth-of-type(3) { margin-left: 30px; }
.picture-container .card .layui-carousel { width: 380px; height: 200px; margin-top: 10px; }