@charset "utf-8";
/*全局样式*/
*{margin: 0;padding: 0;}
ul,li{list-style: none;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
/*a:visited{outline: none;}*/
img{border: none;}
/*structure*/
body{
    background-image: url(../images/top_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0;
    padding: 0;
    font: 14px/180% Arial, Helvetica, "微软雅黑", sans-serif;}
.container{
    width: 1000px;
    margin: 0 auto;}
.main,.footer{
    overflow: hidden;}
.header{
    background-image: url(../images/navbar_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;}

/*banner*/
.banner{
    height: 146px;}
.banner .logo{
    float: left;}
.banner .search{
    float: right;
    margin-top: 61px;}
.search_box2{
    background-image: url(../images/search_bg.jpg);
    height: 24px;
    line-height: 24px;
    width: 130px;}
.search_box2 .KeyWord{
    width:90px;
    height: 24px;
    line-height: 24px;
    border: none;
    background-color: transparent;
    margin-left: 10px;
    color: white;
    vertical-align: middle;
    outline: none;}
.search_box2 .submit{
    background-image: url(../images/search_button.jpg);
    width: 19px;
    height: 24px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;}
/*菜单栏：start*/
/*选中时颜色代码：#0B8335*/
/*菜单栏：end*/

/*main:start*/
/*滚动图片*/
.focus .dot_box{bottom: 2px !important;}
.focus .dot_box .selected{background-color: #1d953f !important;}
.img_title{
    color: #fff;
    padding-left: 15px;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    left: 0;
    position: absolute;
    width: 190px;
    display: block !important;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.focus img{
    border-radius: 5px;}
.focus ul li .title_bg{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;}
.focus .dot_box span{
    border-radius: 5px;}
/*main_col1*/
.main>.container>div{
    margin-top: 20px;}
.main_col1{
    overflow: hidden;}
/*main_col2*/
.main_col2{
    overflow: hidden;}
.gg a,.gg img{display: block;}
/*main_col3*/
.main_col3{
    overflow: hidden;}
.ap_module{
    float: left;
    width: 320px;
    height: 263px;}
.mleft{
    margin-left: 20px;}
.ap_module .list{
    border: 1px solid #ccc;
    border-top: none;
    height: 220px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;}
.ap_module ul{
    padding: 10px 0;}
.ap_module .top{
    background-image: url(../images/title_bg.jpg);
    height: 42px;
    line-height: 42px;}
.ap_module .title{
    font-size: 16px;
    color: white;
    padding-left: 35px;}
.ap_module .more{
    float: right;
    padding-right: 15px;}
.ap_module .more a{
    color: white;}
.ap_module li{}
.ap_module .article_title{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-image: url(../images/triangle.jpg);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 35px;
    color: #5c5c5c;}
.ap_module .pubDate{
    float: right;
    padding-right: 25px;
    color: #5c5c5c;}

/*main:end*/
/*footer*/
.footer{
    background-color: #1db753;
    height: 95px;
    text-align: center;
    color: white;
    margin-top: 20px;}
.footer .container{}

/*内容页*/
.article_left{
    float: left;
    width: 220px;}
.article_right{
    float: left;
    margin-left: 20px;
    width: 756px;}
.ap_module2{
    background-image: url(../images/article_left_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;}
.ap_module2 .top{
    background-image: url(../images/title_bg.jpg);
    height: 42px;
    line-height: 42px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;}
.ap_module2 ul{
    padding-top: 10px;}
.ap_module2 .title{
    font-size: 16px;
    color: white;
    padding-left: 35px;}
.ap_module2 .more{
    float: right;
    padding-right: 15px;}
.ap_module2 .more a{
    color: white;}
.ap_module2 .article_title{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-image: url(../images/triangle.jpg);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 35px;
    color: #5c5c5c;}

.ap_module2 .pubDate{
    float: right;
    padding-right: 15px;
    color: #5c5c5c;}

.ap_module2 .list{
    border: 1px solid #ccc;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 400px;}
.article_details{
    border: 1px solid #ccc;
    border-radius: 5px;}
.article_details .top{
    background-image: url(../images/home.jpg);
    background-repeat: no-repeat;
    background-position: 9px center;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;}
.article_details .article_title{
    line-height: 60px;
    text-align: center;}
.article_details .publish{
    text-align: center;
    color: #5c5c5c;}
.article_body{
    text-align: justify;
    margin: 20px 20px;
    min-height: 275px;
    color: #5c5c5c;}
.article_body img{
    max-width: 700px;}
.article_body table{
    margin: 0 auto;}
.article_body table td{
    border: 1px solid #000;}
/*列表页*/
.article_list{
    border: 1px solid #ccc;
    border-radius: 5px;}
.article_list .top{
    background-image: url(../images/home.jpg);
    background-repeat: no-repeat;
    background-position: 9px center;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;}
.article_list .article_title{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-image: url(../images/triangle.jpg);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 35px;
    color: #5c5c5c;}
.article_list .list{
    margin: 20px 0;
    min-height: 360px;}
.article_list .pubDate{
    float: right;
    padding-right: 15px;
    color: #5c5c5c;}
.paging{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 350px;}
.paging li{
    float: left;
    padding: 4px 8px;}


/*搜索页*/
.search_box {
    background: #70b515 url(../images/bg.jpg) no-repeat scroll -297px -415px;
    display: block;
    /*float: left;*/
    height: 40px;
    padding-left: 3px;
    width: 437px;
    margin-left: 20px;
    margin-bottom: 15px;}
.search_box .KeyWord {
    border: 0 none;
    color: #999;
    float: left;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-top: 3px;
    outline: medium none;
    padding-left: 5px;
    width: 348px;}
.search_box .submit {
    background: rgba(0, 0, 0, 0) url(../images/bg.jpg) no-repeat scroll -31px 0;
    border: 0 none;
    cursor: pointer;
    height: 40px;
    width: 84px;}
.search_right .article_title{
    display: inline;}
.search_right .list{
    min-height: 350px;}