﻿
.nav {
    width: 1200px;
    height: 39px;
    line-height: 41px;
    text-indent: 15px;
    font-size: 12px;
    font-family: 宋体;
    color: rgb(102, 102, 102);
    background-color: rgb(247, 247, 247);
    margin: 12px auto 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(231, 231, 231);
    border-image: initial;
}
.nav a{ color: rgb(102, 102, 102);}
.container {
    width: 1200px;
    margin: 0 auto 56px;
}
.container .leftsidebar{
	float: left;
	width: 223px;
	padding: 20px 0px 40px 15px;
	border: 1px solid #e8e8e8;
	border-top: 3px solid #00a0e9;
	background-color: #fafafa;
}
.container .leftsidebar li{
	width: 200px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #dfdfdf;
	text-indent: 75px;
	font-family: "新宋体";
	font-size: 16px;
	color: #595959;
	background: url(/wstyle/images/sitemap-1.png) no-repeat 160px center;
}
.container .leftsidebar li a{
	font-family: "新宋体";
	font-size: 16px;
	color: #595959;
}
.container .leftsidebar li.cur,
.container .leftsidebar li:hover{
	position: relative;
	width: 222px;
	text-indent: 74px;
	border-left: 1px solid #dfdfdf;
	background: #ffffff url(/wstyle/images/sitemap-2.png) no-repeat 160px center;
}
.container .leftsidebar li.cur:after,
.container .leftsidebar li:hover:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	top: -1px;
	left: 0;
	background-color: #dfdfdf;
}
.container .main{
	float: right;
	width: 888px;
	min-height: 544px;
	padding-left: 54px;
	border: 1px solid #dedede;
	border-top: 3px solid #00a0e9;
}
.container .main_con
{
    width: 100%;
    height:150px;
}
.container .main .main-title{
	width: 100%;
	height: 66px;
	line-height: 66px;
	padding-top: 8px;
	font-weight: bold;
	font-size: 24px;
	color: #038ece;
}
.container .main ul{
	padding-bottom: 15px;
}
.container .main ul li{
	width: 120px;
    float:left;
	/*height: 36px;*/
	line-height: 36px;
	text-indent: 15px;
	font-family: "新宋体";
	font-size: 14px;
	color: #848484;
	/*background: url(images/sitemap-3.png) no-repeat left center;*/
}
.container .main ul li a{
	font-family: "新宋体";
	font-size: 14px;
	color: #848484;
}
.container .main.day-list ul li{
	height: 43px;
	line-height: 43px;
	text-indent: 29px;
	border-bottom: 1px dashed #e9e9e9;
	background: url(/wstyle/images/sitemap-4.png) no-repeat left center;
}
.container .main.day-list ul li.last-li{
	border: none;
}
.container .main.day-list ul li span{
	margin-left: 36px;
	font-family: "新宋体";
	font-size: 14px;
	color: #848484;
}