@charset "utf-8";
/* CSS Document */

.content {
    background: url(/images/content_top.jpg) no-repeat top center;
    height: 346px;
}

.content_a {
    width: 1003px;
    text-align: center;
}

.content_a a {
    font-size: 16px;
    display: block;
    color: #fff;
    padding-top: 315px;
    font-family: "微软雅黑"
}

.content_l {
    width: 300px;
    float: left;
}

.content_l_tit {
    font-size: 24px;
    height: 46px;
    line-height: 46px;
    padding-left: 10px;
    color: #004b00;
    border-bottom: 2px solid #6cac02;
    border-top: 2px solid #6cac02;
    font-family: "微软雅黑"
}

.content_l ul {
    overflow: hidden;
}

.content_l ul li {
    margin-top: 5px;
    margin-left: 25px;
}

.content_l ul li a {
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    display: block;
    width: 250px;
    height: 50px;
    background: #6cac02;
    font-family: "微软雅黑"
}

.content_l p {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 14px;
    color: #004b00;
    font-family: "微软雅黑"
}

.content_r {
    width: 592px;
    margin-left: 30px;
    float: left;
}

.content_r_tit {
    font-size: 14px;
    color: #004b00;
    font-family: "微软雅黑"
}

.content_r h2 {
    padding-top: 20px;
    text-align: center;
}

.content_r_tit a {
    font-size: 14px;
    color: #004b00;
    font-family: "微软雅黑"
}

	
	
	