html, body {
    height: 100%;
}

body {
    background: #fff repeat-y;
}

.container{
    width: 1280px!important;
}
.margin-5{margin-top:5px;}
.margin-10{margin-top:10px;}
.margin-15{margin-top:15px;}
.margin-20{margin-top:20px;}
.margin-30{margin-top:30px;}
.margin-50{margin-top:50px;}
.header{
    background: url("../images/top_bg2.jpg") no-repeat #fdedd0;
    width: 100%;
    height: 300px;
    margin: 0px auto;
    display: block;
}
.header .header_tool{
    height: 200px;
    width: 1280px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}
.header .header_tool .logo{
    margin-top:90px;
}
.header .header_tool .search{
    margin-top:120px;
}
.header .header_tool .user{
    margin-top:120px;
    background-color: rgba(255,255,255,0.6);
    color: #666666;
    opacity: 1;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
}
.header .header_tool .user a{
    padding-left:25px;
    color: #666666;
    font-size:16px;
}
.header .header_tool .user .fa{
    color: #c81c16;
}

.header .header_menu{
    width: 100%;
    height: 100px;
    background: #c81c16;
    margin: 0px auto;
}
.header .header_menu ul{
    width: 1280px;
    margin: 0px auto;
    display: flex;
}
.header .header_menu li{
    list-style-type: none;
    height: 60px;
    line-height: 40px;
    font-size:20px;
}
.header .header_menu .menu_a{
    margin-top: 10px;
}
.header .header_menu .menu_a a{
    color: #ffffff;
    padding: 0px 10px 0px 20px;
}

.header .header_menu .menu_type{
    width: 1px;
    border:1px solid #ffffff;
    margin-top:20px;
    margin-left:20px;
    margin-right: 20px;
}
.header_small{
    background: url("../images/top_bg.jpg") no-repeat;
    height: auto;
    width: 100%;
    position: relative;
}
.header_small img{
    width: 100%;
}
.header_small .header_small_menu{
    width: 100%;
    position: absolute;
    bottom: 12px;
    height: 50px;
    line-height: 50px;
    font-size:22px;
    text-align: center;
}
.header_small .header_small_menu a{
    padding-left:15px;
    padding-right: 15px;
    color: #ffffff;
}
.mobile_header{ display: none; width: 100%; height: 55px; line-height: 55px; background: #ffffff; border-bottom: 1px solid #f1f1f1;}
.mobile_header .mobile_logo{ float: left; margin-top:0px; margin-left:10px;}
.mobile_header .mobile_logo img{ height: 35px; width: auto;}
.mobile_header .mobile_menu{ float: right; margin-right: 10px;}
.mobile_menu_type ul{
    padding: 0px;
    width: 90%;
    margin: 0px auto;
}
.mobile_menu_type li{ margin-bottom: 15px; list-style-type: none}
.mobile_menu_type li div{ width: 25%; float: left; text-align: center;  margin-bottom: 10px;}
.mobile_menu_type li a{display: block; width: 88%; border: 1px solid #ddd; font-size:14px; height: 35px; line-height: 35px; color: #666666; border-radius: 5px;}

.js-offcanvas{ display: none}
.bottom_jianbian{
    background: linear-gradient(45deg, #ff994e, #fefd4d, #ff994e);
    width: 100%;
    margin: 15px auto;
    height: 100px;
}
.index_left_bg{
    background: #ffe9eb;
    height: 285px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.index_left_bg .index_left_tit{
    position: absolute;
    left:0px;
    top:0px;
    width: 80px;
    background: #d80c18;
    height: 300px;
    color: #ffffff;
    font-size:25px;
    text-align: center;
    font-weight: bold;
}
.index_left_bg .index_left_tit div{
    margin-top:70px;
}
.clear{
    clear: both;
}

a{ text-decoration: none!important; color: #000000}
a:hover{ text-decoration: none!important; color: #c81b15}
.padding{ padding: 8px;}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.index_nav_line{
    border-bottom: 1px solid #f1f1f1;
}
.index_shadow{
    box-shadow: 0 0 20px 0 rgba(49, 49, 49, 0.2)
}

.index_top_ads{
    margin-top:15px;
}
.index_top{
    margin-top:0px;
    background: #eeefea;padding: 0px 15px 30px 15px
}
.index_top h2{
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.05em;
}
.index_top h2 a{
    color: #000000;
}
.index_top div{
    font-size:18px;
    line-height: 30px;
    position: relative;
    text-align: justify;
    color: #949494;
    margin-top:15px;
}
.index_top a{
    padding-left:5px; padding-right:5px;
    color: #000000;
}
.index_top a:hover{
    padding-left:5px; padding-right:5px;
    color: #c81b15;
}
.index_top .top_more{
    position: absolute;
    right:0px;
    bottom:-5px;
    font-size:16px;
    background: #ffffff;
    color: #c81b15;
    border: 1px solid #c81b15;
    width: 65px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0px;
}
.index_top .top_more i{
    padding-left:2px;
    color: #c81b15;
}

.index_top .top_more a{
    padding-left:2px;
    color: #c81b15;
}

/* 专题 */
/*置顶一条，滚动三条，总显示4条*/
.pcspecalfor{
    display: block;
}
.pcspecalfor .index_special{
    position: relative;
    background: #f4e9cd;
    margin-top:0px;
    margin-bottom: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 175px;
    overflow: hidden;

}
.pcspecalfor .index_special .index_special_tit{
    position: absolute;
    left:0px;
    top:0px;
    padding-top:20px;
    width: 50px;
    height: 210px;
    line-height: 32px;
    text-align: center;
    background: #ff9933;
    color: #ffffff;
    font-size:20px;
    font-family:"Microsoft YaHei";
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.pcspecalfor .specailtop{
    width: 275px;
    float: left;
    margin-top:20px;
    margin-left:70px;
}
.pcspecalfor .specailtop .img { border-radius: 15px; width:275px; height:135px; overflow: hidden; -moz-box-shadow:0 0 0 0 #f1f1f1;-webkit-box-shadow:0 0 0 0 #f1f1f1;box-shadow:0 0 0 0 #f1f1f1;}
.pcspecalfor .specailtop .img img{ width:100%; height:135px;}

.pcspecalfor .pcspecialforScroll{ position:relative; float: left; width: 890px;  height:135px; padding: 0px 10px 0px 0px; margin-top:20px;overflow:hidden;   }
.pcspecalfor .pcspecialforScroll .tempWrap{
    overflow:hidden; position:relative; width:1150px; margin-left:5px;
}
.pcspecalfor .pcspecialforScroll a{ color: #333333; text-decoration: none;}
.pcspecalfor .pcspecialforScroll a:hover{ color: #333333; text-decoration: none;}
.pcspecalfor .pcspecialforScroll ul{ overflow:hidden; zoom:1; }
.pcspecalfor .pcspecialforScroll ul li{ float:left; margin: 0 10px;  width:275px;  height:135px;  overflow:hidden; text-align: center }
.pcspecalfor .pcspecialforScroll ul li .img { border-radius: 15px; width:275px; height:135px; overflow: hidden; -moz-box-shadow:0 0 0 0 #f1f1f1;-webkit-box-shadow:0 0 0 0 #f1f1f1;box-shadow:0 0 0 0 #f1f1f1;}
.pcspecalfor .pcspecialforScroll ul li .img img{ width:100%; height:135px;}
.pcspecalfor .pcspecialforScroll ul li .txt{ width: 100%!important; overflow: hidden; text-align: center; font-size:16px; margin-top:0;}
.pcspecalfor .pcspecialforScroll ul li .txt h2{
    display: block;;
    width: 100%;
    padding-bottom: 3px;
    font-size: 16px;
    overflow: hidden;
    white-space:nowrap; /*不允许换行*/
    text-overflow:ellipsis;/*超出部分省略号显示*/
    padding-left:0px;
    padding-right:0px;

}
.pcspecalfor .pcspecialforScroll .prev,
.pcspecalfor .pcspecialforScroll .next{ display: none; position:absolute;  left:0px; top: 55px; display:block; width:18px; height:28px; overflow:hidden; background:url("../images/pre_next.png") -40px 0 no-repeat; cursor:pointer;  }
.pcspecalfor .pcspecialforScroll .next{ left:auto; right:10px; background-position:-120px 0; }
.pcspecalfor .pcspecialforScroll .prevStop{ background-position:0 0; }
.pcspecalfor .pcspecialforScroll .nextStop{ background-position:-80px 0; }

/*置顶一条，滚动两条，总显示3条*/
.pcspecal{
    display: block;
}
.pcspecal .index_special{
    position: relative;
    background: #f4e9cd;
    margin-top:0px;
    margin-bottom: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 210px;
    overflow: hidden;

}
.pcspecal .index_special .index_special_tit{
    position: absolute;
    left:0px;
    top:0px;
    padding-top:40px;
    width: 50px;
    height: 210px;
    line-height: 32px;
    text-align: center;
    background: #ff9933;
    color: #ffffff;
    font-size:20px;
    font-family:"Microsoft YaHei";
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.pcspecal .specailtop{
    width: 350px;
    float: left;
    margin-top:20px;
    margin-left:85px;
}
.pcspecal .specailtop .img { border-radius: 15px; width:350px; height:167px; overflow: hidden; -moz-box-shadow:0 0 0 0 #f1f1f1;-webkit-box-shadow:0 0 0 0 #f1f1f1;box-shadow:0 0 0 0 #f1f1f1;}
.pcspecal .specailtop .img img{ width:100%; height:167px;}

.pcspecal .pcspecialScroll{ position:relative; float: left; width: 800px;  height:210px; padding: 0px 10px 0px 0px; margin-top:20px;overflow:hidden;   }
.pcspecal .pcspecialScroll .tempWrap{
    overflow:hidden; position:relative; width:1150px; margin-left:10px;
}
.pcspecal .pcspecialScroll a{ color: #333333; text-decoration: none;}
.pcspecal .pcspecialScroll a:hover{ color: #333333; text-decoration: none;}
.pcspecal .pcspecialScroll ul{ overflow:hidden; zoom:1; }
.pcspecal .pcspecialScroll ul li{ float:left; margin: 0 18px;  width:350px;  height:250px;  overflow:hidden; text-align: center }
.pcspecal .pcspecialScroll ul li .img { border-radius: 15px; width:350px; height:167px; overflow: hidden; -moz-box-shadow:0 0 0 0 #f1f1f1;-webkit-box-shadow:0 0 0 0 #f1f1f1;box-shadow:0 0 0 0 #f1f1f1;}
.pcspecal .pcspecialScroll ul li .img img{ width:100%; height:167px;}
.pcspecal .pcspecialScroll ul li .txt{ width: 100%!important; overflow: hidden; text-align: center; font-size:16px; margin-top:0;}
.pcspecal .pcspecialScroll ul li .txt h2{
    display: block;;
    width: 100%;
    padding-bottom: 3px;
    font-size: 16px;
    overflow: hidden;
    white-space:nowrap; /*不允许换行*/
    text-overflow:ellipsis;/*超出部分省略号显示*/
    padding-left:0px;
    padding-right:0px;

}
.pcspecal .pcspecialScroll .prev,
.pcspecal .pcspecialScroll .next{ display: none; position:absolute;  left:0px; top: 70px; display:block; width:18px; height:28px; overflow:hidden; background:url("../images/pre_next.png") -40px 0 no-repeat; cursor:pointer;  }
.pcspecal .pcspecialScroll .next{ left:auto; right:10px; background-position:-120px 0; }
.pcspecal .pcspecialScroll .prevStop{ background-position:0 0; }
.pcspecal .pcspecialScroll .nextStop{ background-position:-80px 0; }

.mbspecal{ display: none}
.index_special{
    position: relative;
    background: #f4e9cd;
    margin-top:0px;
    margin-bottom: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

}
.index_special .index_special_tit{
    position: absolute;
    left:0px;
    top:0px;
    padding-top:40px;
    width: 50px;
    height: 210px;
    line-height: 32px;
    text-align: center;
    background: #ff9933;
    color: #ffffff;
    font-size:20px;
    font-family:"Microsoft YaHei";
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.specialScroll{ position:relative; width: 100%;  height:210px; padding: 20px 10px 0px 30px; margin-top:20px;overflow:hidden;   }
.specialScroll .tempWrap{
    overflow:hidden; position:relative; width:1150px; margin-left:25px;
}
.specialScroll a{ color: #333333; text-decoration: none;}
.specialScroll a:hover{ color: #333333; text-decoration: none;}
.specialScroll ul{ overflow:hidden; zoom:1; }
.specialScroll ul li{ float:left; margin: 0 15px;  width:350px;  height:250px;  overflow:hidden; text-align: center }
.specialScroll ul li .img { border-radius: 15px; width:350px; height:167px; overflow: hidden; -moz-box-shadow:0 0 10px 10px #f1f1f1;-webkit-box-shadow:0 0 10px 10px #f1f1f1;box-shadow:0 0 10px 10px #f1f1f1;}
.specialScroll ul li .img img{ width:100%; height:167px;}
.specialScroll ul li .txt{ width: 100%!important; overflow: hidden; text-align: center; font-size:16px; margin-top:0px;}
.specialScroll ul li .txt h2{
    display: block;;
    width: 100%;
    padding-bottom: 3px;
    font-size: 16px;
    overflow: hidden;
    white-space:nowrap; /*不允许换行*/
    text-overflow:ellipsis;/*超出部分省略号显示*/
    padding-left:0px;
    padding-right:0px;

}
.specialScroll .prev,
.specialScroll .next{ display: none; position:absolute;  left:0px; top: 85px; display:block; width:18px; height:28px; overflow:hidden; background:url("../images/pre_next.png") -40px 0 no-repeat; cursor:pointer;  }
.specialScroll .next{ left:auto; right:10px; background-position:-120px 0; }
.specialScroll .prevStop{ background-position:0 0; }
.specialScroll .nextStop{ background-position:-80px 0; }

.index_everyday{
    background: #eeefea;
    border-bottom: 3px solid #c91b10;
    padding: 15px 10px 35px 10px;
}
.index_everyday h2{
    border: none;
    font-size: 30px;
    margin-bottom: 0;
    font-family: 'Microsoft Yahei';
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}
.index_everyday a{
    color: #000000;
}
.index_everyday a:hover{
    color: #c81b15;
}
.index_everyday p{
    padding-top:20px;
    line-height: 25px;
    font-size:18px;
    text-align: justify;
    color: #949494;
    padding-left: 10px;
    padding-right: 10px
}

.foucs_news{margin:12px 0px 12px 12px;}
.foucs_news .foucs_on{

}
.foucs_news .itme{
    position: relative;
}
.foucs_news .foucs_text{
    position: absolute;
    bottom:0px;
    left:0px;
    right: 0px;
    text-align: left;
    background-color: rgba(51, 51, 51, 0.68);
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size:18px;
    color: #ffffff;
    overflow:hidden;
    white-space:nowrap; /*不允许换行*/
    text-overflow:ellipsis;/*超出部分省略号显示*/
    padding-left:10px; padding-right:100px;
}
.foucs_news .foucs_text .tit{
    display: block;
    width: 90%!important;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.foucs_img{
    width: 100%; height: 551px!important; overflow: hidden;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ddd;
    background-color: rgba(0,0,0,0);
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-right:3px
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffffff;
    border:0px solid #ffffff;
}

.index_mid_ads{
    margin-top:10px;  margin-bottom: 20px;
}
.news_pic a{ color: #ffff;}
.news_pic img{ width: 100%; height: auto}
.news_pic p{
    display: block;
    position: absolute;
    bottom: -10px;
    height: 40px!important;
    width: 100%!important;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    background-color: rgba(17, 113, 211, 0.68);
    width: 200px;
    height: 138px;
    font-size:18px;
}

.index_news{
    border:0px solid #f1f1f1;
}
.index_news_tit{
    height: 56px; line-height: 56px; border-bottom:1px solid #e5e5e5;
}
.index_news_tit .news_type{ color: #ffffff; text-align: center; width: 159px; height: 64px; background: url("../images/sort_type_bg.png") no-repeat; font-weight: bold; font-size:20px; float: left;}
.index_news_tit .news_more{ border-radius: 0px; float: right; height: 25px; line-height: 25px; padding: 0px 10px 0px 10px; color: #c81b15; border: 1px solid #c81b15; font-size:14px; margin: 15px 0px 0px 0px;}
.index_news_tit .news_more a{ float: right; color: #c81b15; font-size:14px;}
.index_news_tit .news_more a:hover{ float: right; color: #c81b15; font-size:14px;}
.index_news_tit .news_more i{
    padding-left:2px;
    color: #999999;
}
.index_news_tit1{
    height: 42px; line-height: 42px; border-bottom:1px solid #e5e5e5;
    margin-top:15px;
}
.index_news_tit1 .news_type{ color: #ffffff; text-align: center; width: 126px; height: 48px; background: url("../images/yw_bg.png") no-repeat; font-weight: bold; font-size:20px; float: left;}
.index_news_tit1 .news_more{ border-radius: 0px; float: right; height: 25px; line-height: 25px; padding: 0px 10px 0px 10px; color: #c81b15; border: 1px solid #c81b15; font-size:14px; margin: 5px 0px 0px 0px;}
.index_news_tit1 .news_more a{ float: right; color: #c81b15; font-size:14px;}
.index_news_tit1 .news_more a:hover{ float: right; color: #c81b15; font-size:14px;}
.index_news_tit1 .news_more i{
    padding-left:2px;
    color: #999999;
}


.index_news_list{ margin: 10px 0px 1px 0px;}
.news-tit{
    /*display: block;*/
    font-size:18px;
    height: 50px;
    line-height: 25px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    overflow: hidden;
    /*word-break: break-all;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-tit a{ font-size:18px; font-weight: bold; color: #333333; text-align: center}
.news-tit a:hover{ font-size:18px; font-weight: bold; color: #c81b15; text-align: center}
.news-a{ line-height:20px; margin-top:10px; margin-bottom: 10px; font-size:16px; width: 100%;}
.news-a .iconfont{ color: #dddddd; font-size:10px; padding-right:2px;}
.news-a a:hover{ color: #c81b15; text-decoration: none}
.news-a a{  color: #666; display: block; width: 75%; overflow: hidden; }
.news-a .date{ float:right; color:#999;text-align: right; display: block; float: right}
.news-a-no{ line-height:1.8em; font-size:16px; border-bottom: 1px solid #f1f1f1; height: 50px;}
.news-a-no:last-child{border: none}
.news-a-no .iconfont{ color: #dddddd; font-size:10px; padding-right:2px;}
.news-a-no a:hover{ color: #c81b15; text-decoration: none}
.news-a-no a{  color: #000000; display: flex; width: 100%; overflow: hidden; padding-top:5px; }
.news-a-no .icon-dot1{display: grid; justify-items: center; align-items: center;}
.news-a-no .tit{display: grid; justify-items: center; align-items: center; height: 40px; line-height: 20px;}

.index_media{
    margin-top:10px;
    position: relative;
    height: 50px;
    overflow: hidden;
}

.index_media_box{
    margin-top:15px;
    margin-left:100px;
    margin-right: 15px;
}
.index_media_box .media{
    width: 90%;
    overflow: hidden;
    position: relative;
    margin-top: 0;
}
.index_media_box .media p{
    color: #d80c18;
    font-size:18px;
    text-align: center;
    padding-top: 5px;
}

.index_media_box .media .img img{
    width: 100%;
}



/* 图片滚动 */
.picScroll{ position:relative; width: 100%;  height:300px; padding: 10px 10px 10px 120px; margin-top:20px;overflow:hidden;   }
.picScroll .tempWrap{
    overflow:hidden; position:relative; width:1150px;
}
.picScroll a{ color: #333333; text-decoration: none;}
.picScroll a:hover{ color: #333333; text-decoration: none;}
.picScroll ul{ overflow:hidden; zoom:1; }
.picScroll ul li{ float:left; margin: 0 12px;  width:155px;  height:300px;  overflow:hidden; display:inline; }
.picScroll ul li .img { width:155px; height:225px; overflow: hidden; }
.picScroll ul li .img img{ width:100%; height:225px;}
.picScroll ul li .txt{ display: none; width: 155px; overflow: hidden; text-align: center; font-size:18px; margin-top:15px;}
.picScroll ul li .txt h2{
    padding-bottom: 3px;
    display: inline-block;
    font-size: 18px;
    border-bottom: 2px solid #d80c18;
    font-weight: 700;
}
.picScroll ul li .txt p{white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    padding-top: 9px;
    color: #8d8d8d;
}
.picScroll .prev,
.picScroll .next{ position:absolute;  left:100px; top: 100px; display:block; width:18px; height:28px; overflow:hidden; background:url(../images/pre_next.png) -40px 0 no-repeat; cursor:pointer;  }
.picScroll .next{ left:auto; right:25px; background-position:-120px 0; }
.picScroll .prevStop{ background-position:0 0; }
.picScroll .nextStop{ background-position:-80px 0; }

/**
内页面
 */
.page_box{border: 1px solid #f1f1f1; padding: 0px 20px 20px 20px;}
.sort_type{ color: #d80c18;font:normal 24px/200% "微软雅黑"; text-indent: 5px; font-weight: bold}
.line{ border-bottom: 1px solid #f1f1f1; margin-top:25px; margin-bottom: 25px;}
.page_box .news-a{ line-height:20px; margin-top:10px; margin-bottom: 10px; font-size:16px; width: 100%;}
.page_box .news-a .iconfont{ color: #dddddd; font-size:10px; padding-right:2px;}
.page_box .news-a a:hover{ color: #d80c18; text-decoration: none}
.page_box .news-a a{  color: #666; display: block; width: 75%; overflow: hidden;}
.page_box .news-a .date{ float:right; color:#999;text-align: right; display: block; float: right}

.tab-content{
    margin: 15px auto;
}
.hotnews-list{
    padding: 0px;
    margin: 0px;
}
.hotnews-list .list-item{
    font-size:16px;
    line-height: 20px;
    list-style-type: none;
    margin-top:10px; margin-bottom: 15px;
    color: #666;
}
.hotnews-list .list-item span{
    color: #999999;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #dddddd;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    font-size:14px;
    margin-right:5px;
}

/**
内容详情页
 */
.newscontent{margin:0 auto; width:685px; background-color: #ffffff;padding:20px 0px 0px 0px;}
.news_path{height:20px;line-height: 20px;color: #d80c18;font-size: 16px;}
.news_path a{color: #d80c18;}
.news_title{line-height:44px;margin: 28px 0 34px;color: #333333;font-size: 32px;font-weight: normal;}
.news_title a{color:#333333;}
.news_about{position: relative;height:48px;border-top: 1px solid #dfdfdf;}
.news_about p{line-height: 24px;color: #8e8e8e;font-size: 14px;}
.news_about p a{color: #8e8e8e;}


.news_txt{line-height: 30px;color: #333333;font-size: 16px;margin-bottom:46px;letter-spacing:0.5px;}
.news_txt * {font-size: 16px;}
.news_txt p {padding: 8px 0; text-indent: 2em;}
.news_txt img{padding:0;max-width: 100% !important;height: auto !important; display: block; margin: 0 auto;}
.news_txt u{text-decoration: none;padding: 1px 0;line-height:26px;border-bottom: 1px solid #555555;}
.news_txt .image_desc{color: #808080; font-size: 14px !important; padding: 6px 0 20px; line-height: 20px;}
.news_txt span font {font-size: inherit;}
.news_txt section a{
    font-weight: bold;
    color: #d80c18;
}
.news_txt section a:hover{
    font-weight: bold;
    color: #d80c18;
}
.mobilebq{ display: none;}
.news_editor{line-height: 20px;color: #8e8e8e;font-size: 14px;}
.news_editor span{min-width:340px;float:right;display:inline-block;line-height: 20px;font-size: 12px;text-align:right;}
.news_keyword{line-height: 25px;color: #8e8e8e;font-size: 14px;margin-top:12px;text-indent:4px;border-top: 1px solid #dfdfdf;padding-top: 3px;}
.news_topic{color: #d80c18; font-size: 16px; font-family: Microsoft YaHei}
.top_word_relation{margin-bottom: 50px }
.index_links{
    margin: 10px 0; font-size: 16px; line-height: 35px;
}
.index_links p{
    margin: 20px 0;
    color: #999999;
}
.index_links b{
    color: #333333;
}
.index_links a{
    color: #333333;
}
.index_links a:hover{
    color: #c81b15;
}
.left-column-mr280{
    float: left!important;
    width: 800px;

}
.right-column-270
{
    display: block;
    width: 300px;
    float: right!important;
}

.hot-comment{padding: 0px 5px;}
.hot-comment .media-list h4{font-size: 1.2em; margin-top: 10px; font-weight: normal;
    line-height: 25px;}
.hot-comment .media-list .media{border-bottom: 1px dotted  #ddd; margin-top: 5px;}
.hot-comment .media-list .media .pull-left img{width: 40px; height: 40px; border-radius: 20px; margin-right: 10px;}
.hot-comment .media-list .media .pull-left i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: darkseagreen;
    display: block;
    text-align: center;
    font-style: normal;
    font-size: x-large;
    color: #fff;
}
.hot-comment .media-list .media .media-body h4{font-size: 1em;}
.hot-comment .media-list .media .media-body {line-height: 18px; padding-bottom: 7px;}
.hot-comment .media-list .media .media-body .time{color: #999; font-size: 12px; padding-left: 10px;}

.index_media1 {
    margin-top: 10px;
    position: relative;
    height: 50px;
    overflow: hidden;
}
.index_media1 .tit_line {
    position: absolute;
    width: 100%;
    border: 2px solid #f1f1f1;
    bottom: 0px;
}
.index_media1 .tit_tit {
    position: absolute;
    width: 60px;
    height: 35px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    margin: auto;
    background: #ffffff;
    font-size: 25px;
    font-weight: bold;
    z-index: 125;
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #c81b15;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #c81b15;
    border-color: #c81b15;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #c81b15;
    border-color: #c81b15;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.fixed-btn .writer {
    background-color: #c81b15!important;
    color: white;
}
.news_paper_box{
    background: #c6bdbe;
    position: relative;
    width: 100%;
    height: 400px;
}
.news_paper_box1{
    width: 92%;
    height: 370px;
    left:0;
    right: 0;
    margin: 0 auto;
    top:15px;
    background: #ffffff;
    position: absolute;
    z-index: 1001;
}
.news_paper_box1 h3{
    text-align: center;
    font-weight: bold;
    color: #c81b15;
    font-size:20px;
    margin: 10px auto;
    display: block;
    width: 100%;
}

.news_paper_box2{
    width: 82%;
    height: 195px;
    background: #c81b15;
    position: absolute;
    z-index: 1002;
    left:0;
    right: 0;
    margin: 0 auto;
    top:115px;

}
.news_paper_box3{
    width: 72%;
    height: 315px;
    background: #f0f0f0;
    position: absolute;
    text-align: center;
    z-index: 1003;
    left:0;
    right: 0;
    margin: 0 auto;
    top:55px;
    line-height: 315px;
}

@media (max-width: 767px) {
    .pcspecalfor{ display: none}
    .mbspecal{ display: block}
    .margin-5{margin-top:5px;}
    .margin-10{margin-top:10px;}
    .margin-15{margin-top:15px;}
    .margin-20{margin-top:20px;}
    .margin-30{margin-top:15px;}
    .margin-50{margin-top:25px;}
    .header{
        background: #ffffff;
        width: 100%;
        height: 150px;
        margin: 0px auto;
    }
    .header .header_tool{
        height: 80px;
        width: 100%;
        margin: 0px auto;
        display: flex;
        justify-content: space-between;
    }
    .header .header_tool .logo{
        margin-top:10px;
        width: 100%;
        text-align: center;
    }
    .header .header_tool .logo img{
        height: 90%;
    }
    .header .header_tool .search{
        margin-top:120px;
        display: none;
    }
    .header .header_tool .user{
        margin-top:120px;
        background-color: rgba(255,255,255,0.6);
        color: #666666;
        opacity: 1;
        border-radius: 20px;
        height: 40px;
        line-height: 40px;
        padding-right: 20px;
        display: none;
    }
    .header .header_tool .user a{
        padding-left:25px;
        color: #666666;
        font-size:16px;
    }

    .header .header_menu{
        width: 100%;
        height: 70px;
        background: #c81c16;
        margin: 0px auto;
        overflow-x: auto;
    }
    .header .header_menu ul{
        width: 650px;
        margin: 0 auto;
        display: flex;
        padding-left:10px;
    }
    .header .header_menu li{
        list-style-type: none;
        height: 45px;
        line-height: 25px;
        font-size:16px;
    }
    .header .header_menu .menu_a{
        margin-top: 10px;
    }
    .header .header_menu .menu_a a{
        color: #ffffff;
        padding: 0px 5px 0px 5px;
    }

    .header .header_menu .menu_type{
        width: 1px;
        border:1px solid #ffffff;
        margin-top:12px;
        margin-left:5px;
        margin-right: 5px;
    }
    .header_small{
        background: url("../images/top_bg.jpg") no-repeat;
        height: auto;
        width: 100%;
        position: relative;
    }
    .header_small img{
        width: 100%;
    }
    .header_small .header_small_menu{
        width: 100%;
        position: absolute;
        bottom: 0px;
        height: 35px;
        line-height: 35px;
        font-size:16px;
        text-align: center;
        background: #c81b15;
        overflow-x: auto;
    }
    .header_small .header_small_menu div{
        width: 600px;
        text-align: left;
    }

    .header_small .header_small_menu a{
        padding-left:10px;
        padding-right: 2px;
        color: #ffffff;
    }

    .container{
        width: 98%!important;
    }
    .container {
        padding: 0 5px;
    }
    .index_top_ads{
        margin-top:20px;
    }
    .index_top{
        margin-top:0px;
        padding: 0px;
        background: none;
        margin-top: -20px;
    }
    .index_top h2{
        color: #000000;
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
        letter-spacing: -0.05em;
    }
    .index_top div{
        font-size:18px;
        line-height: 30px;
        position: relative;
        text-align: justify;
        color: #949494;
        margin-top:15px;
    }
    .index_top a{
        padding-left:5px; padding-right:5px;
        color: #000000;
    }
    .index_top a:hover{
        color: #c81b15;
    }
    .index_top .top_more{
        position: absolute;
        right:0px;
        bottom:-5px;
        font-size:16px;
        background: #ffffff;
        color: #c81b15;
        width: 65px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 0px;
    }
    .index_top .top_more a{
        color: #c81b15;
    }
    .index_top .top_more a:hover{
        color: #c81b15;
    }

    .index_top .top_more i{
        padding-left:2px;
        color: #999999;
    }
    /* 专题 */
    .index_special{
        position: relative;
        background: #f4e9cd;
        margin-top:0px;
        margin-bottom: 0px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;

    }
    .index_special .index_special_tit{
        position: absolute;
        left:0px;
        top:0px;
        padding-top:10px;
        width: 45px;
        height: 150px;
        line-height: 30px;
        text-align: center;
        background: #ff9933;
        color: #ffffff;
        font-size:20px;
        font-family:"Microsoft YaHei";
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;

    }
    .specialScroll{ position:relative; width: 100%;  height:150px; padding: 20px 10px 0px 50px; margin-top:20px;overflow:hidden;   }
    .specialScroll .tempWrap{
        overflow:hidden; position:relative; width:90%; margin-left:5px;
    }
    .index_news_tit .news_type {
        color: #ffffff;
        text-align: center;
        width: 120px;
        height: 50px;
        background: url(../images/sort_type_bg.png) no-repeat;
        font-weight: bold;
        background-position: bottom;
        font-size: 20px;
        float: left;
        margin-top: 15px;
        line-height: 40px;
    }
    .specialScroll a{ color: #333333; text-decoration: none;}
    .specialScroll a:hover{ color: #333333; text-decoration: none;}
    .specialScroll ul{ overflow:hidden; zoom:1; }
    .specialScroll ul li{ float:left; margin: 0 15px;  width:230px;  height:150px;  overflow:hidden; text-align: center }
    .specialScroll ul li .img { width:230px; height:110px; overflow: hidden; -moz-box-shadow:0 0 0 0 #f1f1f1;-webkit-box-shadow:0 0 0 0 #f1f1f1;box-shadow:0 0 0 0 #f1f1f1;}
    .specialScroll ul li .img img{ width:100%; height:110px;}
    .specialScroll ul li .txt{ width: 100%!important; overflow: hidden; text-align: center; font-size:16px; margin-top:0px;}
    .specialScroll ul li .txt h2{
        display: block;;
        width: 100%;
        padding-bottom: 3px;
        font-size: 16px;
        overflow: hidden;
        white-space:nowrap; /*不允许换行*/
        text-overflow:ellipsis;/*超出部分省略号显示*/
        padding-left:0px;
        padding-right:0px;

    }
    .specialScroll .prev,
    .specialScroll .next{ position:absolute;  left:55px; top: 65px; display:block; width:18px; height:28px; overflow:hidden; background:url(../images/pre_next.png) -40px 0 no-repeat; cursor:pointer;  }
    .specialScroll .next{ left:auto; right:15px; background-position:-120px 0; }
    .specialScroll .prevStop{ background-position:0 0; }
    .specialScroll .nextStop{ background-position:-80px 0; }

    .index_everyday{
        background: none;
        border-bottom: 0px solid #c91b10;
        padding: 0!important;
        margin-bottom: -15px;
        margin-top: -10px;
    }
    .index_everyday h2{
        border: none;
        font-size: 18px!important;
        margin-bottom: 0;
        font-family: 'Microsoft Yahei';
        font-weight: 600;
        text-align: center;
        line-height: 25px;
    }
    .index_everyday a{
        color: #000000;
    }
    .index_everyday a:hover{
        color: #c81b15;
    }
    .index_everyday p{
        padding-top:20px;
        line-height: 25px;
        font-size:16px;
        text-align: justify;
        color: #949494;
        padding-left: 0px;
        padding-right: 0px
    }
    .news_paper_box{
        background: #c6bdbe;
        position: relative;
        width: 100%;
        height: 470px;
    }
    .news_paper_box1{
        width: 92%;
        height: 440px;
        left:0;
        right: 0;
        margin: 0 auto;
        top:15px;
        background: #ffffff;
        position: absolute;
        z-index: 1001;
    }
    .news_paper_box1 h3{
        text-align: center;
        font-weight: bold;
        color: #c81b15;
        font-size:20px;
        margin: 10px auto;
        display: block;
        width: 100%;
    }

    .news_paper_box2{
        width: 82%;
        height: 195px;
        background: #c81b15;
        position: absolute;
        z-index: 1002;
        left:0;
        right: 0;
        margin: 0 auto;
        top:115px;

    }
    .news_paper_box3{
        width: 72%;
        height: 380px;
        background: #f0f0f0;
        position: absolute;
        text-align: center;
        z-index: 1003;
        left:0;
        right: 0;
        margin: 0 auto;
        top:55px;
        line-height: 315px;
    }
    .foucs_img{
        width: 100%; height: auto!important;
    }
    .padding{ padding: 0px;}

    .bottom_jianbian{
        background: linear-gradient(45deg, #ff994e, #fefd4d, #ff994e);
        width: 100%;
        margin: 15px auto;
        height: 50px;
    }
    .index_left_bg{
        background: #ffe9eb;
        height: 285px;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
    }
    .index_left_bg .index_left_tit{
        position: absolute;
        left:0px;
        top:0px;
        width: 50px;
        background: #d80c18;
        height: 300px;
        color: #ffffff;
        font-size:25px;
        text-align: center;
        font-weight: bold;
    }
    .red_box{
        height: 300px!important;
    }
    .red_tit{
        height: 300px!important;
    }
    .index_left_bg .index_left_tit div{
        margin-top:70px;
    }
    .index_media{
        margin-top:10px;
        position: relative;
        height: 50px;
        overflow: hidden;
    }
    .index_media_box{
        margin-top:20px;
        margin-left:70px;
        margin-right: 15px;
    }
    .index_media_box .media{
        width: 100%;
        position: relative;
        margin-top: 0;
    }
    .index_media_box .media p{
        color: #d80c18;
        font-size:8px;
        text-align: center;
        padding-top: 5px;
        display: block;
        overflow: hidden;
        height: 20px;
    }

    .index_media_box .media .img img{
        width: 100%;
    }

    /* 图片滚动 */
    .picScroll{ position:relative; width: 100%;  height:300px; padding: 10px 10px 10px 50px; margin-top:20px;overflow:hidden;   }
    .picScroll .tempWrap{
        overflow:hidden; position:relative; width:1150px;
    }
    .picScroll a{ color: #333333; text-decoration: none;}
    .picScroll a:hover{ color: #333333; text-decoration: none;}
    .picScroll ul{ overflow:hidden; zoom:1; }
    .picScroll ul li{ float:left; margin: 0 5px;  width:140px;  height:300px;  overflow:hidden; display:inline; }
    .picScroll ul li .img { width:140px; height:220px; overflow: hidden; }
    .picScroll ul li .img img{ width:100%; height:220px;}
    .picScroll ul li .txt{ display: none; width: 140px; overflow: hidden; text-align: center; font-size:18px; margin-top:15px;}
    .picScroll ul li .txt h2{
        padding-bottom: 3px;
        display: inline-block;
        font-size: 18px;
        border-bottom: 2px solid #d80c18;
        font-weight: 700;
    }
    .picScroll ul li .txt p{white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
        padding-top: 15px;
        font-size: 14px;
        padding-top: 9px;
        color: #8d8d8d;
    }
    .picScroll .prev,
    .picScroll .next{ position:absolute;  left:60px; top: 100px; display:block; width:18px; height:28px; overflow:hidden; background:url(../images/pre_next.png) -40px 0 no-repeat; cursor:pointer;  }
    .picScroll .next{ left:auto; right:10px; background-position:-120px 0; }
    .picScroll .prevStop{ background-position:0 0; }
    .picScroll .nextStop{ background-position:-80px 0; }

    .page_box{
        border: none!important;
        padding: 5px!important;
        margin-top:-20px;
    }
    .sort_type{background-color: white; color: #d80c18;font:normal 24px/200% "微软雅黑"; text-indent: 5px; font-weight: bold; margin-top: -6px;}
    .line{ border-bottom: 1px solid #f1f1f1; margin-top:25px; margin-bottom: 25px;}
    .page_box .news-a{ line-height:20px; font-size:16px; width: 100%; margin-top:10px; margin-bottom: 10px;}
    .page_box .news-a .iconfont{ color: #dddddd; font-size:10px; padding-right:2px;}
    .page_box .news-a a:hover{ color: #d80c18; text-decoration: none}
    .page_box .news-a a{  color: #666; display: block; width: 100%; overflow: hidden; }
    .page_box .news-a .date{ display: none!important; float:right; color:#999;text-align: right; display: block; float: right}
    .newscontent{padding:0px; margin: 0px; width: 100%;}
    .newscontent .news_title{font-size: 1.8em; line-height: 1.3em; margin: 10px 0px 10px 0px;}
    .newscontent .news_about{margin-bottom: 0; height: auto;}
    .news_editor{ display: none;}
    .mobilebq{ display: block;}
    .news_txt{line-height: 30px;color: #333333;font-size: 16px;margin-bottom:0px;letter-spacing:0.5px;}
    .news_txt img{max-width: 100% !important;}
    .pagination{margin:10px auto 10px auto}
    .left-column-mr280{
        width: 90%;
        margin: 15px;
    }
    .right-column-270
    {
        display: none;
    }
    .mobile_header{
        display: block;
    }
    .header{ display: none}
    .header_small{
        display: none;
    }
    .small_menu_header{
        width: 92%;
        margin: 0px auto;
        height: 50px;
        line-height: 50px;
        font-size:16px;
    }
    .small_menu_header .small_menu_title{
        float: left;
        font-size: 18px;
    }
    .small_menu_header .small_menu_btn{
        float: right;
        font-size: 20px;
    }
    .small_menu_header .small_menu_btn:focus {
        outline: none;
    }
}
