/*****************Reset****/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.cl {/*清除浮动*/
	zoom: 1;
	overflow: auto;
}
.cl:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.dot-1 {/*单行省略*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
a, a:hover, a:visited {
	text-decoration: none;
	color: inherit;
}
/*****************总体布局****/
.wrap {
	width: 1100px;
	margin: 20px auto;
	background-color: #fff;
}
.leftPart {
	float: left;
	width: 260px;
	margin-right: 20px;
}
.rightPart {
	float:right;
	width: 810px;
}
/*****************左侧部分****/
.leftPart .nav {
	border: 1px solid #f4f4f4;
	padding: 10px;
	margin-bottom: 10px;
}
.leftPart .nav a {
	display: block;
	width: 100%;
	color: #818181;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f4f4f4;
}
.leftPart .nav a:first-child {
	color: #fff;
	background-color: #be161c;
}
.leftPart .nav a~a {
	margin-top: 10px;
}
.leftPart .links {
	padding: 10px;
	margin-bottom: 20px;
}
.leftPart .links a {
	display: block;
}
.leftPart .links a~a {
	margin-top: 10px;
}
.leftPart .serve {
	margin-bottom: 20px;
}
.leftPart .serve .s-title {
	font-size: 20px;
	font-weight: bold;
	width: 140px;
	color: #e2342e;
	text-align: center;
	background-color: #fff;
	margin: 0 auto 10px;
}
.leftPart .serve .hr {
	width: 100%;
	height: 6px;
	background-color: #d33338;
	margin-bottom: -16px;
}
.leftPart .serve .funs {
	padding: 10px;
}
.leftPart .serve .funs .fun-title {
	font-size: 18px;
	color: #8a8a8a;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f4f4f4;
}
.leftPart .serve .funs .fun-cont {
	color: #000;
}
.leftPart .serve .funs .fun-cont p {
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	line-height: 36px;
}
.leftPart .serve .funs .fun-cont p a {
	display: inline-block;
	width: 49%;
	text-align: center;
	line-height: 36px;
}

/*****************右侧部分****/
/* 右侧列表类型 */
.rightPart .part1 {
	border: 1px solid #f4f4f4;
	margin-bottom: 20px;
}
.rightPart .part1 .p1-title {
	font-size: 24px;
	font-weight: bolder;
	color: #214c70;
	letter-spacing: 0.2em;
	line-height: 50px;
	border-bottom: 1px solid #f4f4f4;
	padding-left: 8px;
	width:87%; float:left
}
.rightPart .part1 .more {
	font-size: 14px;
	color: #214c70;
	line-height: 50px;
	border-bottom: 1px solid #f4f4f4;
	text-align:center; width:12%; float:right;font-weight: bolder;
}


.rightPart .part1 .p1-cont {
	padding: 10px 15px 15px;
}
.rightPart .part1 .p1-cont li {
	list-style: inside;
	color: #333;
	line-height: 40px;
	border-bottom: 1px dashed #f4f4f4;
}
.rightPart .part1 .p1-cont li:first-child {
	font-size: 20px;
	font-weight: bolder;
	color: #000;
}
.rightPart .part1 .p1-cont li .p1-time {
	float: right;
}

/* 右侧简介 */
.rightPart .part2 {
	margin-bottom: 20px;
}
.rightPart .part2 .p2-title {
	font-size: 24px;
	font-weight: bolder;
	color: #be161c;
	letter-spacing: 0.1em;
	line-height: 50px;
	border-bottom: 1px solid #f4f4f4;
	padding-left: 8px;
}
.rightPart .part2 .p2-cont {
	padding: 10px 15px 15px;
}

.p2-cont p {
	text-indent: 2rem;
	line-height: 30px;
	color: #3d3d3d;
}
.p2-cont .p2-detail {
	color: #c00;
	/*font-weight: bold;*/
}

.p2-cont .leader {
	padding: 20px;
}
.p2-cont .leader~.leader {
	border-top: 1px solid #e5e5e5;
}
.p2-cont .leader .l-left {
	float: left;
	margin-left: 20px;
}
.p2-cont .leader .l-left img {
	width: 117px;
	height: 174px;
}
.p2-cont .leader .l-right {
	margin-left: 160px;
}
.p2-cont .leader .l-right .leader-name {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 16px;
}

.p2-cont table {
	width: 100%;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin: 20px;
}
.p2-cont table tr {
	width: 100%;
	color: #2f2f2f;
	line-height: 30px;
	border-bottom: 1px solid #e1e1e1;
}
.p2-cont table tr:nth-child(even) {
	background-color: #fff;
}
.p2-cont table tr:nth-child(odd) {
	background-color: #f5f5f5;
}
.p2-cont table tr td {
	padding-left: 10px;
	border-right: 1px solid #e1e1e1;
}

.p2-cont .court {
	padding: 20px;
}
.p2-cont .court a {
	display: inline-block;
	width: 22%;
	text-align: center;
	font-size:20px;
}

.yqlj {
	line-height:35px;
		color:#222; 
		text-align:center;
		font-size:16px;
}
	