﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background-color: #ffffff;
	font-family: "微软雅黑";
}
a {
	text-decoration: none;
	color: #000;
}
a:hover{color: #427fda;}
ul, li {
	list-style: none;
}
.w {
	width: 1200px;
	margin: 0 auto;
}
.clearfix {
	content: "";
	display: table;
	clear: both;
}
/*顶部导航*/

/*主导航*/

/*当前位置*/
.position {
	width: 1200px;
	height: 40px;
	line-height: 40px;
	background-color: #ededed;
	margin: 0 auto;
	/* margin-top: 15px; */
}
.position .position-txt {
	padding-left: 35px;
	font-size: 13px;
	color: #454545;
	background: url(dqwz_pic.png) 10px no-repeat;
}
/*内容*/
.con {
	/* margin-top: 15px; */
	margin: 30px auto;
/*	background: url(bottom_bj.png) center bottom no-repeat;*/
}
/*左侧*/
.con .con-left {
	float: left;
	width: 300px;
	/*height: 820px;*/
	margin-right: 30px;
	background-color: #efefef;
}
.con-left .con-left-title {
	width: 300px;
	height: 50px;
	line-height: 50px;
	/* padding-left: 50px; */
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background: #064882;
	text-align: center;
}
/*左侧信息列表*/

.con-left .con-leftn-list {
	width: 300px;
	min-height: 720px;
	font-size: 17px;
	color: #333;
	background-color: #efefef;
}
.con-leftn-list li {
	width: 300px;
	height: 45px;
	line-height: 45px;
	padding-left: 35px;
	border-bottom: 1px #e3e3e3 solid;
}
.con-leftn-list li a {
	padding-left: 20px;
	background: url(gray_triangle.png) no-repeat left center;
	font-size: 17px;
	color: #333;
}
.con-leftn-list li:hover {
	background-color: #b6ccec;
	cursor: pointer;
}
.con-leftn-list li:hover a {
	background: url(blue_triangle.png) no-repeat left center;
	color: #427fda;
}
/*右侧*/
.con .con-right {
	float: left;
	width: 870px;
	min-height: 770px;
	font-size: 17px;
	color: #333;
	padding: 10px 25px;
	background-color: #f9f9f9;
	border: 1px solid #dedede;
}
/*右侧信息列表*/
.con-right li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left:12px;
	background: url(tylm_pic_02.png) no-repeat left center;
	border-bottom: 1px #dedede dotted;
}
.con-right li a {
	font-size: 17px;
	color: #333;
}
.con-right li a:hover{color: #427fda;}
a:hover{color: #427fda;}
.con-right li span {
	float: right;
	font-size: 17px;
	color: #999;
}
