@charset "UTF-8";

li{
    list-style: none;
}
.m-style {
    position: relative;
    text-align: right;
    zoom: 1;
}

.M-box1{
    display: inline-block;
    text-align: center;

}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 30px;;
    height: 30px;
    line-height: 30px;
    background: #f78d4d;
    color: #fff;
    font-size: 14px;
    border: 1px solid #f78d4d;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style a:last-child{
    margin-right: 0;
    font-size: 12px;
}

.m-style a:hover {
    color: #fff;
    background: #f78d4d;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

input {
    float: left;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;

}
.content{
    position: relative;

    margin-bottom: 50px;
}

.btn_more{
    font-size: 12px;
    color: #3CA3F5;
    margin-left: 20px;
}


.newsList li{
    width: 100%;
    background: #EBEBEB;
    border: 1px solid #E6E6E6;
    padding:15px 15px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.news_title{
    font-size: 17px;
    color: #333333;
    letter-spacing: 1.2px;
    font-weight: bold;
}

.news_txt p{
    
       font-size: 14px;
    color: #4D4D4D;
    letter-spacing: 0.99px;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; 
    display: none;
    
}

.news_txt p:first-child{
    display: block;
}

.news_time{
    font-size: 12px;
    color: #858585;
}


.n_title{
    font-size: 24px;
    color: #333333;
    letter-spacing: 1.69px;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
}

.n_time{
    font-size: 14px;
    color: #999999;
    letter-spacing: 1.69px;
    text-align: center;
    border-bottom: 1px dashed #979797;
    line-height: 40px !important;
}

.n_content{
    font-size: 16px;
    color: #4D4D4D;
    letter-spacing: 1.3px;
    line-height: 30px !important;
    margin-top: 30px;
    margin-bottom: 160px!important;
}

.other_link a{
    font-size: 16px;
    color: #4D4D4D;
    letter-spacing: 1.3px;
    line-height: 26px;
    text-decoration: none;
}

.other_link a:hover{
   
    color: #2a70f2;

    text-decoration: underline;
}