@charset "utf-8";
/* CSS Document */


html{zoom:1;}
html *{outline:0;zoom:1;}
html button::-moz-focus-inner{border-color:transparent!important;}
q:before,q:after{content:'';}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {margin:0;padding:0;}
input,select{font-size:12px;margin:0;padding:0;}
body {text-align:left;font-family:Arial,Tahoma,Verdana,'微软雅黑',STHeiTi,sans-serif,Helvetica,SimSun,\5FAE\8F6F\96C5\9ED1;font-size:16px;color:#333;}
body > div { text-align:left; margin-right:auto; margin-left:auto;}
form,img,ul,ol,li,dl,dd,dt,p { margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-size:12px; font-weight:normal;}
ol,ul,li,dd,dt { list-style: none;margin:0px;padding:0px; }
fieldset,a img{border:0;}
input,select,textarea{font-size:12px;}
input{vertical-align:middle;}
caption,th {text-align:left;}
table {
    border:none;
    margin:0px;
    padding:0px;
}


.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* border-collapse: collapse;
    border-spacing: 0;*/
em,u{ font-style:normal; text-decoration:none;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
a{cursor:pointer;outline:none;}

.clear{clear:both;}
.left{float:left;display:inline;}
.right{float:right;display:inline;}

.t_weight{font-weight:bold;}
.t_center{text-align:center;}
.t_right{text-align:right;}
.p_relative{position:relative;}

.t_12{font-size:12px;}
.t_14{font-size:14px;}
.t_16{font-size:16px;}


a{color:#333; text-decoration:none;}
a:hover{color:#333; text-decoration:underline;}

.m_center{margin:0 auto;}
*:focus {outline:none;}
.text{font-family:'Hiragino Sans GB','Microsoft YaHei',sans-serif !important;}
body{background:#fff;}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.mt10 {
    margin-top: 10px;
}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mb15{margin-bottom: 15px;}

.news-left{width: 850px; float: left;}
.news-right{width: 415px; float: right;}
/*pagebottom*/
.pagebottom {
    color: #8d8d8d;
    margin: 0 auto;
    padding-top: 0px;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    border-top: 2px solid #c72a2a;
}

.pagebottom a {
    color: #8d8d8d
}

.pagebottom_nav {
    width: 1280px;
    margin: 0 auto;
    height: 76px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    color: #666
}

.pagebottom_nav a {
    color: #666;
    text-decoration: none
}

.pagebottom_nav a:hover {
    color: #666;
    text-decoration: underline
}

.pagebottom_nav span {
    padding: 0 10px
}

.pagebottom_nav li {
    float: left;
    padding: 10px 40px
}

.pagebottom_nav li:hover {
    background-color: #c72a2a
}

.pagebottom_nav li:hover a {
    color: #fff;
    text-decoration: none;
}

.pagebottom_nav li a {
    color: #c72a2a
}

.pagebottom_nav .client {
    float: left;
    border-left: 1px solid #f0f0f0;
    height: 76px
}

.pagebottom_nav .client a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px 0
}

.pagebottom_nav .client a div {
    color: #c72a2a;
    font-size: 12px;
    margin-top: -40px
}

.pagebottom_nr {
    color: #8d8d8d;
    background-color: #f9f9f9;
    padding-top: 10px;
    text-align: center;
    padding-top: 20px;
}

.pagebottom_nr a {
    color: #8d8d8d;
    text-decoration: none
}

.pagebottom_nr a:hover {
    color: #8d8d8d;
    text-decoration: underline
}

.pagebottom .des {
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}


.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #ea3440;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #ea3440 ;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0.2rem;
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 16px;
}