﻿* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url(../images/bg.jpg) no-repeat center top;
}

.main {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 440px;
}

.nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #6cbd2f; 
    font-family: "微软雅黑";
    font-size: 16px;
}

.nav ul {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}

.nav li {
    float: left;
    width: 60px;
    text-align: center;
}

.nav li a {
    color: #FFFFFF;
}

.main-box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

/*指南简介*/
.znjj-con{
	width: 620px;
	height: 228px;
	background: url(../images/znjj.png) no-repeat ;
	float: left;
}
.znjj-con p{
	width: 450px;
	height: 160px;
	font-size: 16px;
	text-indent: 2em;
	line-height: 28px;
	margin-left: 116px;
	margin-top: 34px;
}
.znjj-right{
	width: 334px;
	height: 225px;
	background: url(../images/fm.png) no-repeat ;
	float:right;
}

/*指南目录*/
.tit1 {   
    width: 100%;
    height: 45px;        
    line-height: 36px;
    background: url(../images/tit1.png) no-repeat;
    margin-top: 20px;
}
.ml-left{
	width: 480px;
	height: 260px;
	float: left;
	margin-top: 20px;
}
.ml-left .ml-left1{
	width: 480px;
	line-height: 28px;
	border-left: 4px solid #23b054;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
}
.ml-left ul{
	width: 480px;
	height: 260px;
	margin-top: 10px;	
	margin-left: 10px;
}
.ml-left ul li{
	color: #555;
	line-height: 32px;	
}
.ml-right{
	width: 480px;
	height: 260px;
	float: right;
}
.ml-right p{
	color: #555;
	line-height: 24px;
	margin-top: 10px;
	margin-left: 10px;
}
.ml-right .ml-right1{
	width: 480px;
	line-height: 28px;
	border-left: 4px solid #23b054;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
}
.ml-righttop{
	width: 480px;
	height: 100px;
	float: left;
	margin-top: 20px;
}
.ml-rightright{
	width: 480px;
	height:140px;
	float: left;
	margin-top: 20px;
}

/*申请表单*/
.tit2 {   
    width: 100%;
    height: 45px;        
    line-height: 36px;
    background: url(../images/tit2.png) no-repeat;
    margin-top: 20px;
}


/*读者之声*/
.tit3 {   
    width: 100%;
    height: 45px;        
    line-height: 36px;
    background: url(../images/tit3.png) no-repeat;
    margin-top: 20px;
}
.dzzs{
	width: 100%;
	height: 600px;
}
.dzzs-con{
	width: 319px;
	height: 299px;
	background: url(../images/dzzs-con.png) no-repeat;
	margin-top: 20px;
	float: left;
}
.dzzs-con p{
	width: 287px;
	height: 162px;
	color: #666;
	line-height: 26px;
	text-indent: 2em;
	padding-top: 40px;
	padding-left: 20px;
}
.dzzs-con .dzzs-con1{
	width: 280px;
	height: 62px;
	font-size: 16px;
	color: #fff;	
	line-height: 22px;
	padding-top: 26px;
	padding-left: 18px;
}


/*内容推荐*/
.tit4 {   
    width: 100%;
    height: 45px;        
    line-height: 36px;
    background: url(../images/tit4.png) no-repeat;
    margin-top: 20px;
}
.tjfw-left{
	width: 460px;
	height: 360px;
	float: left;
	margin-top: 20px;
}
.tjfw-left .tjfw-left1{
	width: 460px;
	line-height: 28px;
	border-left: 4px solid #23b054;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
}
.tjfw-left ul{
	width: 420px;
	height: 320px;
	border: 1px solid #ccc;

	margin: 10px 20px 10px 10px;
}
.tjfw-left ul li{
	color: #555;
	line-height: 34px;	
	margin-left: 10px;
}
.tjfw-right{
	width: 500px;
	height: 360px;
	float: left;
	margin-top: 20px;
}
.tjfw-right .tjfw-right1{
	width: 500px;
	line-height: 28px;
	border-left: 4px solid #23b054;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	margin-bottom: 5px;
}








.footer {
    width: 1000px;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
}




