﻿.con{
    width: 100%;
    margin-top: 5px;
    margin-bottom:100px;
}
.con_box{
    width: 1200px;
    margin:0 auto
}
/* 左面 */
.con_left{
    float: left;
    width: 360px;
}
.con_left_t{
    background: url(../images/tit.png) no-repeat;
    width: 100%;
}
.con_left_t h1{
    background: url(../images/tit.png) no-repeat;
    font-size: 22px;
    color:#fff;
    line-height: 65px;
    margin-left: 25px;
}
.con_left_t h2{
    font-size: 18px;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 28px;
    margin-left: 13px;
    background: url(../images/x_line.png) no-repeat left center;
    padding-left: 18px;
}
.con_left_t h1,.con_left_t h2{
    float: left;
}
.con_left ul{
    background-color: #f5f5f5;
    margin-top: 5px;
    padding: 25px 0;
}
.con_left ul li{
    background: url(../images/icon_01.png) no-repeat left center;
    margin-bottom:40px;
    margin-left:25px;
}
.con_left ul li a{
    padding-left: 20px;
    display: block;
    width: 280px;
    font-size: 16px;
    color:#333;
    background: url(../images/icon_02.png) no-repeat right center;
}
.con_left ul li.active a{
    color:#207d5e;
    font-weight: bold;
    background: url(../images/icon_03.png) no-repeat right center;
}
.con_left ul li:hover a{
    color:#207d5e;
    font-weight: bold;
    background: url(../images/icon_03.png) no-repeat right center;
}
/* 右面 */
.con_right{
    float: right;
    width: 820px;
    padding-bottom:50px;
    padding-top: 25px;
    background: url(../images/con_bot.png) no-repeat center bottom;
    background-color: #f5f5f5;
}
.con_right_top{
    width: 750px;
    margin:0 auto;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:15px;
}
.con_right_top h1{
    float: left;
    color:#666;
    font-size: 24px;
}
.con_right_top ul{
    float: right;
    margin-top: 10px;
}
.con_right_top ul li{
    float: left;
    color:#999;
    font-size: 14px;
}
.con_right_top ul li a{
    color:#999;
    font-size: 14px;
}
.con_right_top ul li a:hover{
    color:#207d5e
}
.con_right_top ul li:first-child{
    background: url(../images/home.png) no-repeat left center;
    padding-left: 25px;
}
/* 内容 */
.con_con{
    width: 750px;
    margin:0 auto;
}
.con_con ul li{
    float: left;
    width: 240px;
    border:1px solid #e5e5e5;
    margin-right: 12px;
    margin-top: 30px;
}
.con_con ul li:nth-child(3){
    margin-right: 0;
}
.con_con ul li:nth-child(6){
    margin-right: 0;
}
.con_con ul li:nth-child(9){
    margin-right: 0;
}
.con_con ul li a{
    display: block;
    width: 100%;
    padding-top: 4px;
}
.con_con ul li a div{
    width: 230px;
    height: 180px;
    margin:0 auto
}
.con_con ul li a div img{
    display: block;
    width: 100%;
    height: 100%;
}
.con_con ul li a p{
    line-height: 50px;
    font-size: 16px;
    color:#333;
    text-align: center;
}










/*分页*/
.zzsc{
	margin-top:50px;
} 
.page{
    list-style: none;
}
.page>li{
    padding: 5px 10px;
    cursor: pointer;
}
.page .pageItem{
    border: solid thin #DDDDDD;
    margin: 5px;
}
.page .pageItemActive{
    border: solid thin #207d5e;
    margin: 5px;
    background-color: #207d5e;
    color:white;
}
.page .pageItem:hover{
    border: solid thin #207d5e;
    background-color: #207d5e;
    color:white;
}
.page .pageItemDisable{
    border: solid thin #DDDDDD;
    margin: 5px;
    background-color: #DDDDDD;
}
.page li{
	display: inline-block;
	font-family: "微软雅黑";
}
.page{
	text-align: center;
}