body{
    padding: 0;
    margin: 0;
    font-family: "å¾®è½¯é›…é»‘";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background:#f2f2f2;
    background-position: center bottom;
    background-size: cover;
    position: relative;
}
a{
    text-decoration: none;
    cursor: pointer;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.layout{

    width: 1200px;
    margin:0 auto 0;
    position: relative;
    /*background: rgba(255,255,255,0.5);*/
    /*overflow: hidden;*/
}
.c_content{
    padding-top: 20px;
    width: 1160px;
    margin:19px auto 0;
    background: #fff;
    /*overflow: hidden;*/
    margin-top: 0;
}
.c_inner{
    width: 1120px;
    /*height: 714px;*/
    margin:19px auto 0 ;
    margin-top: 0;
}
.p_current{
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding-left: 15px;
    box-sizing: border-box;
    color: #285abe;
    font-size: 16px;
    font-weight: bold;
    background: #d3e3f3;
}

.p_current img{
    margin-right: 3px;
    vertical-align: -5px;
}
.p_current a{
    color: #285abe!important;
    font-size: 16px;
    font-weight: bold;
}


/*è½®æ’­*/
 .news_lunbo{
    width: 550px;
    height: 350px;
    /*overflow: hidden;*/
}
 .news_lunbo ul{
    padding: 0;
}
 .news_lunbo ul li{
    position: relative;
}
 .news_lunbo ul .slide_a{
    display: block;
    width: 550px;
    height: 350px;
}
 .news_lunbo ul .slide_a img{
    display: block;
    width: 550px;
    height: 350px;
}
 .news_lunbo ul li .slide_desc{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 41px;
    padding-left: 10px;
    padding-right: 180px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.4);
     /* letter-spacing: 2px; */
}
/*å°æŒ‰é’®,lunboä¸­çš„å°æŒ‰é’®æœ‰é»˜è®¤çš„é—´è·6px*/
 .news_lunbo .flex-control-nav{
     position: absolute;
     margin: 0;
     bottom: 14px;
     right: 17px;
     z-index: 1000;
}
/*lunboä¸­çš„å°æŒ‰é’®æœ‰é»˜è®¤çš„é—´è·6pxå¦‚ä¸‹*/
 .news_lunbo .flex-control-nav li{
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
}
 .news_lunbo  .flex-control-paging li a{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0;
    background: #fff;
}
 .news_lunbo .flex-control-paging li a.flex-active{
    background:#ffa300;
}
 .s_arrow{
    position: absolute;
    width: 40px;
    height: 80px;
    top: 117px;
    z-index: 100;
    font-size: 0;
}
 .left-arrow{
    left: 16px;
    background: url("../images/prev.png") no-repeat;
}
 .right-arrow{
    right: 16px;
    background: url("../images/next.png") no-repeat;
}


/* label*/
.label{
    height: 35px;
    background: #f0f3f6;
    position: relative;
    overflow: hidden;
}
.label>a{
    float: left;
 padding: 0 4px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #333;
}
.label>a.active{
    background: #285abe;
    color: #fff;
}
.label .label_more{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;

}
.label .label_more a{
    width: 16px;
    height: 16px;
    background: url("../images/moreIcon.png") no-repeat;
    display: none;
}


/*å­é¡µé¢å…¬æ ·å¼*/
.d_label{
    height: 33px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 18px;
}
.d_label .name{
    font-size: 20px;
    color: #285abe;
    overflow: hidden;
}
.d_label .name img{
    margin-right: 4px;
    vertical-align: -3px;
}
.d_label .more{
    font-size: 14px;
    color: #285abe;
    float: right;
}

.com_list{
    overflow: hidden;
}

.com_list li{
    list-style-type: square;
    list-style-position: inside;
    box-sizing: border-box;
    margin-bottom: 18px;
}
.com_list li a{
    display: inline-block;
    max-width: 80%;
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    border-bottom: 1px solid transparent;
}
.com_list li a:hover{
    color: #db0f0f;
    border-bottom: 1px solid #db0f0f;
}
.com_list li .li_date{
    float: right;
    text-align: right;
    font-size: 16px;
    color: #000;
    padding-right: 6px;
} 
