@charset "utf-8"; 
.side {
    float: left;
    width: 251px;
}
.mainContent {
    width: 790px;
    zoom: 1;
    float: right;
}
.box {
    margin-bottom: 15px;
}
.box .hd {background: #eaeaea;
    height: 40px;
    line-height: 40px;
    overflow:hidden;
    font-size:16px;
}
.box .hd h3 {float:left;background:#1b51a0;color:#fff;}
.box .hd h3 a {
    display:block;
    float:left;
    padding:0 28px;
    color:#fff;
    font-weight:bold
}
.box .hd h3 a:hover {
    text-decoration: none;
}

.wgkMenu {
    overflow: hidden;
    margin-top: -10px;
}

.wgkMenu li {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    margin-top: 10px;
}

.wgkMenu li a {
    display: block;
    height: 70px;
    line-height: 70px;
    padding-left: 82px;
    margin-right: 10px;
    font-size: 22px;
    color: white;
    background: url(../images/wgkSideMenu.png) left top no-repeat;
}

.wgkMenu li.li7 a {
    height: 56px;
    line-height: 28px;
    padding: 7px 69px 7px 82px;
}

.wgkMenu li.li1 a {
    background-position: left top;
}

.wgkMenu li.li2 a {
    background-position: left -80px;
}

.wgkMenu li.li3 a {
    background-position: left -160px;
}

.wgkMenu li.li4 a {
    background-position: left -240px;
}

.wgkMenu li.li5 a {
    background-position: left -320px;
}

.wgkMenu li.li6 a {
    background-position: left -400px;
}

.wgkMenu li.li7 a {
    background-position: left -480px;
}

.wgkMenu li a:hover, .wgkMenu li.listactive a {
    margin-right: 0;
    text-decoration: none;
}
.intro .more {color: #c00}

/* newsList */
.newsList li {
    font-size: 14px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}
.newsList li a {
    padding-left: 14px;
    background: url(../images/public_icon.png) 0 -166px no-repeat;
}

.newsList .date {
    float: right;
    color: #999;
    margin: 0 10px;
    font-size: 14px;
}

.newsList .node {
    color: #999;
    margin-right: 10px;
}

.newsList em {
    color: #f20;
}

.newsList .split {
    height: 0;
    line-height: 0;
    margin: 10px 0;
}

.tipsInfo {
	overflow: hidden;
	clear: both;
	padding-bottom: 20px;
}

.tipsInfo .title {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: white;
	background: #1b51a0;
}

.tipsInfo .title a {
	color: white;
}

.tipsInfo .intro {
	padding: 15px 28px;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
	color: #91610d;
	background-color: #f1f1f1;
}

.tipsInfo .intro .more {
	color: #e13232;
}