@charset "utf-8";
/*全局样式*/
*{margin: 0;padding: 0;}
ul,li{list-style: none;}
ul{list-style-type: none;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
/*a:visited{outline: none;}*/
img{border: none;}
/*structure*/
body{
    background-image: url(../images/body_bg.png);
    background-repeat: repeat-x;
    font: 14px/180% Arial, Helvetica, "微软雅黑", sans-serif;
}
.container{
    width: 1000px;
    margin: 0 auto;
    
}

.header .logo img{
    display: block;
}

/*header*/
.search{
    margin: 6px 6px 0 0 ;
}
.search .search_box2{
    /*background-color: white;
    border-radius: 10px;*/
    background-image: url(../images/search_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 31px;
    width: 148px;
}
.search .search_box2 input{
    vertical-align: middle;
    border: none;
}
.search .search_box2 .KeyWord{
    margin-left: 10px;
    width: 100px;
    height: 27px;
    line-height: 27px;
}
.search .search_box2 .submit{
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin-left: 2px;
    background-color: transparent;
}

.search_box {
    background: #70b515 url("../images/bg.png") no-repeat scroll -297px -415px;
    display: block;
    /*float: left;*/
    height: 40px;
    padding-left: 3px;
    width: 437px;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top:30px;
}
.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.png") 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;
}
/*导航栏*/
.navbar{
    background-color: #ebebeb; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 40px;
}
.navbar .second{
    background-image: url(../images/nav_split.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.navbar .search{
    float: right;
}

/*中间主体部分*/
.main{
    margin-top: 7px;
    overflow: hidden;
}
.main .container{
    background-color: #ebebeb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 7px 0 57px 0;
}
.main .container>div{
    margin:0 7px;
    overflow: hidden;
}
/*滚动图片*/
.focus ul li .title_bg{
    display: none;
}
.focus .dot_box{
    right: 480px !important;
    color: transparent;
    
}
.focus .dot_box span{
    width: 14px !important;
    height: 14px !important;
    line-height: 14px !important;
    border-radius: 10px;
    color: inherit !important;
    background-color: transparent !important;
    border: 2px solid white;
}

.focus .dot_box .selected{
    background-color: white !important;
}

.row2{
    background-color: white;
    padding-bottom: 20px;
    margin-top: 7px !important;
}
.row2>div{
    float: left;
    width: 302px;
    margin-left: 20px;
    padding: 10px 0;
}
.top{
    padding-left: 15px;
    overflow: hidden;
}
.top .title{
    font-size: 16px;
    font-weight: bold;
    color: #757576;
    display: inline-block;
    background-image: url(../images/fj.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 249px;
    line-height: 30px;
    float: left;
}
.top .more{
    display: block;
    float: left;
    margin-top: 12px;
    color: #cfcfd0;
}
.top .more:hover{
    text-decoration: none;
}
.list{
    margin-top: 5px;
    min-height: 200px;
}
.list li{
    background-image: url(../images/dot.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 15px;
    line-height: 25px;
    
}
.list li a{
    color: #757576;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*页脚*/
.footer .container{
    color: #4f4e4e;
    text-align: center;
    padding: 10px 0;
}


/*内容页*/
.article_main{
    background-color: white;
    border: 1px solid #ccc;
}
.article_page .top{
    padding-left: 50px;
    overflow: hidden;
    color:#757576;
    padding-bottom: 7px;
}
.article_page .article_title{
    line-height: 60px;
    text-align: center;
}
.article_page .article_body{
    margin: 0 20px 20px 20px;
    text-align: justify;
}
.article_page .article_body img{
    max-width: 900px;
}


/*列表页*/
.paging{
    background-color: white;
    min-height: 300px;
}
.paging_top{
    background-image: url(../images/pageing_top.png);
    background-position: 15px center;
    height: 33px;
    line-height: 33px;
    padding-left: 48px;
}
.paging_list ul{
    margin-top: -10px;
}
.paging_list li{
    background-image: url(../images/green.png);
    background-repeat: no-repeat;
    background-position: 12px center;
    padding-left: 38px;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 10px;
    line-height: 35px;
}
.paging_list li a{
    color: #757576;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.paging_bar{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 350px;
}
.paging_bar li{
    float: left;
    padding: 4px 8px;
}