/* 初始化css代码 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 16px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #333; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a,
img {
    -webkit-touch-callout: none;
    vertical-align: top;
}
.navigation_item a{
    color:#fff;
    display: inline-block;
    width:100%;
    height:100%;
}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none}
input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}
ul, ol { list-style: none; }

/* 头部公共css */
.header_box{
    position: relative;
}
.header_box_top{
    width:100%;

    background:#dceae0;
    height:190px;
    box-sizing: border-box;
    z-index: 100;
}
.header_top_center{
    width:1200px;
    height:100%;
    margin: auto;
    display: flex;
    color:#13742f;
    position: relative;
}
.header_top_center .text_box{
    font-size: 24px;
    color: #fd1d1d;
    height: 25px;
    line-height: 1;
    padding-left: 10px;
    margin-top: -32px;
    /* line-height: 35px; */
    border-left: 2px solid #13742f;
    position: relative;
    top: 7px;
}
.logo_box{
    display: flex;
    align-items:center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    line-height: 116px;
     float: left;

}
.logo_box img{
    vertical-align: middle;
}
.logotext{
    display: flex;
    align-items: center;;
    width: 313px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    height: 120px;
    float: left;
    margin-left:10px;
}
.logotext p:nth-child(1){
    color: #13742f;
    font-weight: bold;
    text-align: left;
    font-size: 29px;
    letter-spacing: 4.5px;
    line-height: 30px;
    display: inline-block;
}
.logotext p:nth-child(2){
    color:#13742f;
    text-align: left;
    line-height:15px;
    display: inline-block;
    font-size:14px;
    margin-top: 10px;
}
.logo_box img{
    width:148px;
    height:143px;
    float: left;
    vertical-align: middle;
}
.header_top_seachBox{
    width: 296px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 20px;
}
.header_top_seachBox a{
    color:#999999;
}
.header_top_seachBox .span{
    position: relative;
    top:-1px;
    font-weight: 700;
    color:#13742f;
    vertical-align: top;
}
.navigation_menu_left{
    width: 256px;
    height: 140px;
    float: left;
    margin-left:98px;
}
.navigation_menu_left img{
    width:100%;
    height:100%;
}
.navigation_menu_right{
    width:700px;
    float: right;
    margin-right:25px;
    padding:10px 100px 20px 0;
}
.navigation_menu_right a{
    color:#333;
    display: inline-block;
    width:24%;
    font-size:16px;
    line-height: 40px;
}
.navigation_menu_right a:hover{
    color:red;
}
.seach_Box_a{
    text-align: right;
    font-size:12px;
}
.header_navigation{
    width:100%;
    height:60px;
    background:#13742f;
}
.navigation_center{
    width:1200px;
    height:100%;
    margin: auto;
}
.navigation_center>ul{
    width:100%;
    height:100%;
    box-sizing: border-box;
}
.navigation_center_li{
    width:10%;
    box-sizing: border-box;
    height:100%;
    float: left;
}
.navigation_center_ul{
    position: relative;
}
.navigation_item{
    height:100%;
    color:#fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
font-size: 20px;
}
.navigation_menu{
    width:100%;
    padding:20px;
    background:rgba(225,225,225,.6);
    color:#fff;
    position: absolute;
    top:60px;
    left:0;
    z-index: 99;
    display: none;
}
.navigation_item:hover a{
    color:#13742f;
}
.navigation_center_li:hover .navigation_item{
    background:#fff;
    color:#13742f;
}

.navigation_center_li:hover .navigation_menu{
    display: block;
}

.title_font_small  span{
    line-height:40px;
}
.title_font_small  span:nth-child(3){
    line-height:40px;
    margin-right:20px;
}
.title_font_small  span:nth-child(4){
    line-height:40px;
    margin-right:20px;
}
.title_font_small  span:nth-child(5){
    line-height:40px;
    margin-right:20px;
}
/* 公共底部css */
.footer_box{
    width:100%;
    background:#13742f;
    color:#fff;
    float: left;
}
.footer_center{
    margin: auto;
    width:1200px;
    padding:30px 0;
    position: relative;
}
.footer_center_left{
    float: left;
    width:750px;
}
.footer_center_left a{color:#fff;}
.footer_center_right{
    float: right;
    position: absolute;
    bottom:30px;
    right:0;
}
.footer_center_right div{
    float: left;
    margin-top:37px;
}
.footer_center_right img{
    height:80px;
    margin-left: 20px;
}
.footer_center_right a{
    color:#fff;
}

/* 页面公共样式 */
.content_box_index{
    width: 1200px;
    padding-bottom: 50px;
    margin: 0 auto;
}
.content_box_absoulut{
    width: 230px;
    height: 60px;
    position: absolute;
    top: 590px;
    background: #13742f;
    color: #fff;
    z-index: 99;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    border-top: 6px solid #80c269;
}
.content_box_absoulut .glyphicon-th-large{
    position: relative;
    top:2px;
}
.content_box_left{
    float: left;
    margin-top:15px;
    min-height: 510px;
}
.content_box_left .item{
    width:230px;
    height:60px;
    background:#eee;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    box-sizing: border-box;
    border-left:6px solid #d0d0d0;
    margin-bottom: 2px;
}
.content_box_left .selectOn{
    color:#fff;
    background:#13742f;
    border-left:6px solid #80c269;
}
.content_box_left .selectOn .a{
    color:#fff;
}
.content_box_left .a{
    width:100%;
    height:100%;
    display: block;
    color:#666;
}
.page{
    border-top: 1px solid #eee;
    width: 100%;
    padding-top: 19px;
    margin: 20px auto;
}
.page span:nth-child(1) {
    color: #666;
    float: left;
    font-size: 14px;
}
.page span:nth-child(2) {
    color: #666;
    float: right;
    font-size: 14px;
}
.page span a{
    color:#999;
}
.imgBox_content{
    width:230px;
    margin-top:20px;
}
.imgBox_content img{
    width:100%;
    border-radius:5px;
}
.content_box_right{
    float: right;
    margin-top:15px;
    width:925px;
}
.content_box_title{
    border-bottom: 2px solid #eee;
    line-height: 50px;
}
.content_box_title .left{
    float: left;
    color:#13742f;
    font-size:24px;
}
.content_box_title .right{
    float: right;
    color:#999;
    font-size:16px;
}
.content_box_title .right a{
    color:#999;
}
.pageCommon{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.content_float_left{
    width: 586px;
    /*margin-bottom:20px;*/
    margin-right:20px;
    margin-top: 10px;
    float: left;
}
.nomargin-right{
    margin-right:0;
}

/* 公用部分 */
.content_float_right{
    width: 586px;
    float: right;
    margin-top: 10px;
    /*margin-bottom:20px;*/
}
.content_float_left_infomation{
    width:100%;
}
.content_float_right_infomation{
    width:100%;
}
.content_float_left_infomation li:nth-child(1){
    margin-top:10px;
}
.content_float_right_infomation li:nth-child(1){
    margin-top:10px;
}
.content_float_left li a{
    color:#666;
    display: block;
    width: 586px;
    font-size:16px;
    height:40px;
    line-height: 40px;
    border-bottom: 1px dashed #eee;
}
.content_float_right li a{
    color:#666;
    display: block;
    width: 586px;
    font-size:16px;
    height:40px;
    line-height: 40px;
    border-bottom: 1px dashed #eee;
}
.search{

}
.content_float_left_infomation li a{
    width: 100%;
}
.content_float_right_infomation li a{
    width: 100%;
}
.content_float_left_infomation li:hover .glyphicon-stop{
    color:#13742f;
}
.content_float_right_infomation li:hover .glyphicon-stop{
    color:#13742f;
}
.content_float_left li a:hover{
    color:#13742f;
}
.content_float_right li a:hover{
    color:#13742f;
}
.content_float_let a:hover .glyphicon-stop{
    color:#13742f;
}
.content_float_right a:hover .glyphicon-stop{
    color:#13742f;
}
.content_float_left a:hover .glyphicon-stop{
    color:#13742f;
}
.content_float_left li:hover .content_float_left_time{
    color:#13742f;
}
.content_float_left li:hover .content_float_right_time{
    color:#13742f;
}
.content_float_right li:hover .content_float_right_time{
    color:#13742f;
}
.content_float_left li:hover .content_float_left_time{
    color:#13742f;
}
.content_float_left_title{
    float: left;
}
.content_float_right_title{
    float: left;
}
.content_float_left_time{
    float: right;
    margin-right:15px;
    font-size:14px;
    color:#999;
}
.content_float_left span{
    display: inline-block;
    float: left;
    line-height: 40px;
    height:40px;
}
.content_float_left span:nth-child(2){
    display: inline-block;
    min-width:300px;
    max-width:400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.content_float_right span{
    display: inline-block;
    float: left;
    line-height: 40px;
    height:40px;
}
.content_float_right span:nth-child(2){
    display: inline-block;
    min-width:300px;
    max-width:400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.content_float_right_time1{
    float: right;
    font-size:14px;
    color:#999;
}
.content_float_right_time{
    float: right;
    margin-right:15px;
    font-size:14px;
    color:#999;
}
.content_float_left .glyphicon-stop{
    position: relative;
    top:2px;
    margin-right:10px;
    color:#999;
}
.content_float_right .glyphicon-stop{
    position: relative;
    margin-right:10px;
    color:#999;
}

/* 首页 */
.content_box_index{
    width:1200px;
    margin:0 auto;
}
.content_title_box{
    color:#13742f;
    margin-top: 10px;
    line-height: 36px;
    border-bottom: 2px solid #13742f;
}
.news-list-index{
    display: flex;
    justify-content: space-between;
}
.new-list-body1{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.content_title_box_left{
    color:#13742f;
    width: 48.7%;
    margin-top: 10px;
    line-height: 36px;
    border-bottom: 2px solid #13742f;
}
.content_title_box_right{
    color:#13742f;
    width: 48.7%;
    margin-top: 10px;
    line-height: 36px;
    border-bottom: 2px solid #13742f;
}
.content_title_left{
    float: left;
    font-size:24px;
    padding-bottom:10px;
}
.content_Box_center{
    padding:10px 0;
    padding-bottom:0;
}
.content_title_right{
    float: right;
}
.content_title_right .a{
    color:#13742f;
    font-size:18px;
}
.content_title_right .glyphicon-menu-hamburger{
    position: relative;
    top:4px;
}
.content_title_right  .span{
    font-size: 14px;
}
.content_float_left{
    float: left;
    width: 586px;
	height: 361px;
}
.content_float_left a{
    display: inline-block;
    width: 100%;
    height:100%;
    position:relative;
}

.content_float_left a p{
    position: absolute;
    bottom:0;
    width:100%;
    background:rgba(0,0,0,0.5);
    height:50px;
    line-height:50px;
    color:#fff;
    font-size:18px;
    text-align: center;
}
.content_float_left img{
    width:100%;
    height:100%;
}
.centent_announcement{
    width: 48.8%;
    padding: 20px 0 0 0;
}
.centent_announcement .centent_announcement_item:nth-child(odd){
    margin-right:23px;
}
.centent_announcement_item{
    display: inline-block;
    margin-bottom: 13px;
}
.centent_announcement_item .iter_a{
    display: block;
    width:586px;
    height:60px;
    line-height: 60px;
    background:#f4f4f4;
    color:#666;
    border-radius: 5px;

    font-size:16px;
    padding:0 20px;
    padding-right:0;
    box-sizing: border-box;
}
.centent_announcement_item .text{
    display: inline-block;
    /* background:red; */
    width:396px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.download{
    height:40px;
    background: #f0f0f0;
    line-height:40px;
    padding-left:20px;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
}
.download-item{
    background:url('../image/file.png') no-repeat 30px center;
    background-size:25px 25px;
    background-clip:padding-box;
    padding-left:70px;
    height:50px;
    /*background: #f5f5f5;*/
    line-height:50px;
    border-bottom:1px solid #e0e0e0;
}
.download-item a{
    color:#555;
}
.nowrap{
    width:100%;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.centent_announcement_item .text:hover{
    color:#13742f;
}
.centent_announcement_item .timer{
    display: inline-block;
    color:#13742f;
    height:60px;
    line-height: 60px;
    vertical-align: top;
    margin-right:11px;
}
.abcfdsf img{
    margin:30px auto;
}
.centent_announcement_item .glyphicon-stop{
    position: relative;
    top:0px;
}

/* 新闻详情页 */
.news_list_item{
    padding:20px 0;
    cursor: pointer;
}
.news_list_item .left{
    float: left;
    width:230px;
    height:155px;
}
.news_list_item .left_s{
    width:160px;
    height:195px;
}
.news_list_item .left img{
    border-radius:5px;
    width:100%;
    height:100%;
}
.news_list_item .right{
    float: right;
    width:660px;
}
.news_list_item .right_s{
    width:730px;
}
.title_news_lis_title{
    font-size:22px;
    color:#333;


}
.title_news_lis_content{
    font-size:16px;
    color:#666;
    margin: 15px 0;
    width:100%;
    height:72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.title_news_lis_icon{
    font-size:16px;
    color:#999;
}
.title_news_lis_icon .glyphicon-book{
    color:#ffcd27
}
.title_news_lis_icon .glyphicon-time{
    color:#39d7d2
}

/* 通知公告 */
.html_content{
    padding:20px 0;
}
.html_content .title{
    text-align: center;
}
.html_content .title img{
    width:296px;
    height:296px;
}
.title_font_big{
    font-size:24px;
    color:#333;
}
.title_font_small{
    font-size:14px;
    color:#999;
    line-height: 24px;
}
.function_color{
    text-align: center;
    color:#999;
    font-size: 17px;
}
.function_color .item{
    display: inline-block;
    width:15px;
    height:15px;
    cursor: pointer;
    border:1px solid #ccc;
    position: relative;
    top:2px;
}
.content_details_box{
    padding-top:20px;
    margin-bottom:50px;
}
.content_details_box img{
    display: block;
    margin: 30px auto;
}
.dangzhengmain1 h3{
    line-height: 50px;
    font-size: 25px;
}
.shijian {
    display: inline-block;
    background: url(../image/shijian1.png) no-repeat left center;
    background-size: 20px 20px;
    width: 125px;
    padding-left: 24px;
    line-height: 33px;
    color: #999;
    font-size: 16px;
    height: 33px;
    /* letter-spacing: 0px; */
    margin-top: 52px;
}
.list-news-right p {
    font-weight: normal;
    font-size: 22px;
    color: #333;
    line-height: 48px;
}
/* 学校概况联系我们 */
.baidu_MapBox{
    width:100%;
    height:458px;
    margin-top:34px;
}
#baidu_MapBox_allmap{
    width:100%;
    height:100%;
}
.schoolDetails{
    padding-top:40px;
}
.titleFont_table{
    font-size:36px;
    color:#333;
}
.table_schoolDetails tr>td{
    padding-top: 10px;
}
.table_schoolDetails tr>td:nth-child(2){
    color:#666;
}
/*  */
.img_box_details_s{
    margin-top:40px;
}
.img_box_details_s img{
    width:100%;
}
.content_details_box_s{
    padding-top:10px;
}


.scenery_list_box{
    padding: 20px 0;
}
.scenery_list_box .item_box{
    width:440px;
    height: 360px;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 2px #eee;
}
.scenery_list_box .item_box:nth-child(odd){
    margin-right:40px;
}
.scenery_list_box .item_box img{
    width: 100%;
    height:290px;
}
.scenery_list_box .item_box div{
    font-size:24px;
    text-align: center;
    line-height: 70px;
    /* background:#f4f4f4; */
}
.honor_list_box{
    padding: 20px 0;
}
.honor_list_box .item_box{
    width:292px;
    height:186px;
    display: inline-block;
    box-sizing: border-box;
    padding:10px;
    border:1px solid #eee;
    margin-right: 19px;
    margin-bottom: 20px;
}
.honor_list_box .item_box img{
    width:100%;
    height:100%;
}
.honor_list_box .item_box:nth-child(3n+3){
    margin: 0;
}
.site-page{
    float: left;
    margin:30px auto;
    height:33px;
    width:100%;
    margin-top:30px;
    text-align: center;
}
.site-page a:hover{
    background:#13742f;
    color:#fff;
}
.site-page a.pre:hover{
    background:#13742f;
    color:#fff;
}
.site-page a.next:hover{
    background:#13742f;
    color:#fff;
}
.site-page a.pre{
    display: inline-block;
    width:60px;
    height:30px;
    margin:0 3px;
    color:#999;
    font-size:14px;
    text-align: center;
    line-height: 30px;
    background:#fff;
    border:1px solid #999;
}
.site-page a.next{
    display: inline-block;
    width:60px;
    height:30px;
    color:#999;
    font-size:14px;
    text-align: center;
    line-height: 30px;
    background:#fff;
    margin:0 3px;
    border:1px solid #999;
}
.site-page a{
    display: inline-block;
    width:30px;
    height:30px;
    color:#999;
    font-size:14px;
    text-align: center;
    margin:0 3px;
    line-height: 30px;
    background:#fff;
    border:1px solid #999;
}
.site-page span{
    margin:0 3px;
    display: inline-block;
    width:30px;
    height:30px;
    color:#fff;
    font-size:14px;
    text-align: center;
    line-height: 30px;
    background:#13742f;
    border:1px solid #13742f;
}
.special_Column{
    display: flex;
    width:1200px;
    height:196px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top:10px;
    flex-direction: row;
    padding:20px 0;
}
.special_Column .div{
    height:156px;
}
.special_Column .column a{
    display: inline-block;
    width:269px;
    height:81px;
}
.special_Column .div:last-child{
    margin-right: 0;
}
.special_Column .title{
    width:89px;
    align-content: center;
    text-align: center;
    background:#13742f;
    color:#fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    font-size:18px;
}
.special_Column p{
    margin-top:10px;
}
.special_Column .garden{
    background:#fff;
    width:61px;
    margin-top:30px;
    height:61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color:#13742f;
    font-size:28px;
    text-align: center;
    line-height: 61px;
}
.special_Column .floating{
    width:269px;
    position: relative;
}
.special_Column .position{
    text-align: center;
    line-height: 156px;
    color:#fff;
    width:100%;
    font-size:18px;
}
.special_Column .column{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height:156px;
    width:548px;
    flex-wrap: wrap;
    flex-direction: row;
}
.special_Column .floating_s{
    position: relative;
    display: inline-block;
    width:269px;
    height:75px;
    /*margin-bottom: 6px;*/
}
.special_Column .floating_s .position{
    line-height: 75px;
}

/* 友情链接 */
.friendship{
    background:rgb(220,234,224);
}

.abc{
    display: none;
}
.friendship_content1{
    padding:20px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width:1200px;
    position: relative;
    margin: auto;
}
.friendship_content1 p{
    position: absolute;
    right:0;
    background: #fff;
    text-align: center;
    line-height:50px;
    height:50px;
    width:100px;
    cursor:pointer;
}
.friendship_content1>a{
    display: block;
    width:205px;
    height:51px;
    background:#fff;
    margin-bottom:20px;
    margin-right:15px;
    border-radius: 5px;
    line-height: 51px;
    text-align: center;
    color:#13742f;
    font-size:18px;
    font-weight: 600;
    box-shadow: 0 2px 3px 0px #ccc;
}






.friendship_content{
    padding:30px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width:1200px;
    position: relative;
    margin: auto;
}
.friendship_content p{
    position: absolute;
    right:0;
    background: #fff;
    text-align: center;
    line-height:50px;
    height:50px;
    border-radius: 5px;
    width:100px;
    cursor:pointer;
    box-shadow: 0 2px 3px 0px #ccc;
}
.friendship_content>a{
    display: block;
    width:205px;
    height:51px;
    background:#fff;
    margin-right:15px;
    border-radius: 5px;
    line-height: 51px;
    text-align: center;
    color:#13742f;
    font-size:18px;
    font-weight: 600;
    box-shadow: 0 2px 3px 0px #ccc;
}
.friendship_content  a.selectOn{
    background: -moz-linear-gradient(top, #49bc6a 0%, #157731 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49bc6a), color-stop(100%,#157731));
    background: -webkit-linear-gradient(top, #49bc6a 0%,#157731 100%);
    background: -o-linear-gradient(top, #49bc6a 0%,#157731 100%);
    background: -ms-linear-gradient(top, #49bc6a 0%,#157731 100%);
    background: linear-gradient(to bottom, #49bc6a 0%,#157731 100%);
    background: #157731;
    color:#fff;

}




.list-item1 {
    padding: 15px 3px;
    border-bottom: 1px dashed #ccc;
    height: 228px;
    width: 1200px;
}
.list-thumb {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 200px;
    text-align: center;


}

.list-thumb img {
    height: 180px;
    width: 260px;
}

.list-news-right {
    float: right;
    width: 900px;
    padding-left: 20px;
}

.description {
    width: 900px;
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    color: #666;
    font-size: 16px;
    margin-top: 10px;
    height: 50px;
    line-height: 30px;
}
.laiyuan {
    display: inline-block;
    background: url(../image/laiyuan.png) no-repeat left center;
    width: 103px;
    background-size: 20px 20px;
    padding-left: 26px;
    line-height: 33px;
    color: #999;
    height: 33px;
    margin-top: 47px;
}
.dangzhengmain1 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}


.download{
    height:40px;
    background: #f0f0f0;
    line-height:40px;
    padding-left:20px;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
}
.download-item{
    background:url('../image/file.png') no-repeat 30px center;
    background-size:25px 25px;
    background-clip:padding-box;
    padding-left:70px;
    height:50px;
    /*background: #f5f5f5;*/
    line-height:50px;
    border-bottom:1px solid #e0e0e0;
}
.download-item a{
    color:#555;
}











.dangzhengright-title{
    font-size: 24px;
    color:#333;
    margin:25px auto;
    line-height:50px;
    text-align: center;
}
.fubiaoti{
    color:#999;
    font-size:14px;
    line-height:30px;
    text-align: center;
}
.fubiaoti span{
    margin-right:18px;
}
.color1{
    display: inline-block;
    width:12px;
    height:12px;
    background: #ececec;
    margin-right:5px;
    cursor: pointer;
    border:1px solid #333;
}
.color2{
    display: inline-block;
    width:12px;
    height:12px;
    background: #ffd5ca;
    margin-right:5px;
    cursor: pointer;
    border:1px solid #333;
}
.color3{
    display: inline-block;
    width:12px;
    height:12px;
    background: #bfe4e6;
    margin-right:5px;
    cursor: pointer;
    border:1px solid #333;
}
.color4{
    display: inline-block;
    width:12px;
    height:12px;
    background: #d6ecd3;
    margin-right:5px;
    cursor: pointer;
    border:1px solid #333;
}
.color5{
    display: inline-block;
    width:12px;
    height:12px;
    background: #d9d9d9;
    margin-right:5px;
    cursor: pointer;
    border:1px solid #333;
}
.color6{
    display: inline-block;
    width:12px;
    height:12px;
    background: #d6f5cc;
    margin-right:5px;
    cursor: pointer;
    border:1px solid #333;
}


.dangzhengright-title1{
    font-size: 24px;
    color:#333;
    margin:0 auto;
    margin-top:15px;
    margin-bottom:10px;
    line-height:38px;
    text-align: center;
}
.dangzhengright-body{
    padding-top:20px;
}
.body-news{
    padding:15px;
}
.baohushili{
    color:#666;
    font-size:16px;
    text-align: center;
}
.dangzhengright-content {
    color: #666;
    padding: 30px 0;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 21px;

}
.dangzhengmain{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width:1200px;
    margin:0 auto;
}