@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
nav,
article,
figure,
figcaption,
hgroup,
aside {
    display: block;
}

.body {
    font-size: 18px;
    color: #3D3535;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    font-size: 18px;
    color: #3D3535;
    text-decoration: none;
}

a:hover {
    font-size: 18px;
    color: #E93235;
    text-decoration: none;
}

img {
    border: 0;
}

ul,
li {
    list-style-type: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mr15 {
    margin-right: 15px;
}

.mr25 {
    margin-right: 25px;
}

.mr40 {
    margin-right: 40px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.header {
    width: 100%;
    height: auto;
    margin: auto;
}

.top {
    /* display: flex;
    justify-content: center; */
    text-align: center;
    width: 1900px;
    height: 499px;
    margin: 0 auto;
    /* background-image: url("../images/top.jpg");*/
}

.nav {
    width: 1900px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.nav a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #E93235;
    text-decoration: none;
    padding: 0 20px;
}

.nav a hover {
    font-size: 24px;
    font-weight: bold;
    color: #E93235;
    text-decoration: none;
}

.hbdbt {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url(../images/bg.jpg) repeat-x center top;
    padding-top: 45px;
    overflow: hidden;
}

.hbdbt .box1280 {
    width: 1280px;
    height: auto;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    text-align: center;
}

.hbdbt .box1280 .topnews {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 40px auto 0px;
    text-align: center;
}

.hbdbt .box1280 .topnews a {
    font-size: 36px;
    font-weight: bold;
    color: #E9251C;
}

.hbdbt .box1280 .subnews {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
}

.hbdbt .box1280 .subnews a {
    display: inline-block;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: #E9251C;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px;
}

.hbdbt .box1280 .newsbox {
    width: 1240px;
    height: 480px;
    margin: 15px auto;
}

.hbdbt .box1280 .newsbox .picbox {
    width: 700px;
    height: 480px;
    display: block;
    float: left;
    overflow: hidden;
}

.focus {
    position: relative;
    width: 700px;
    height: 480px;
}

.focus img {
    width: 700px;
    height: 480px;
    border: 0px;
    border-radius: 10px;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.fcon img {
    display: block;
    border: 0px;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
    border-radius: 0 0 10px 10px;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .shadow a:hover {
    color: #E9251C;
    font-size: 16px;
}

.focus .fbg {
    bottom: 10px;
    right: 25px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #fc114a;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev,
.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat;
}

.focus .prev {
    top: 50%;
    margin-top: -57px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.focus .next {
    top: 50%;
    margin-top: -57px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -40px 0;
}

.hbdbt .box1280 .newsbox .hebeinews {
    width: 500px;
    height: 480px;
    display: block;
    float: right;
}

.hbdbt .box1280 .newsbox .hebeinews .hbtoppic {
    width: 100%;
    height: 33px;
    text-align: left;
}

.hbdbt .box1280 .newsbox .hebeinews .list li {
    height: 50px;
    line-height: 50px;
    position: relative;
    text-indent: 20px;
    font-size: 18px;
    text-align: left;
}

.hbdbt .box1280 .newsbox .hebeinews .list li a {
    color: #3D3535;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hbdbt .box1280 .newsbox .hebeinews .list li a:hover {
    color: #E9251C;
}

.hbdbt .box1280 .newsbox .hebeinews .list li span {
    float: right;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #3D3535;
}

.hbdbt .box1280 .newsbox .hebeinews .list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D70000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hbdbt .box1280 .newsbox .hebeinews .more {
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: right;
}

.hbdbt .box1280 .newsbox .hebeinews .more a {
    font-size: 18px;
    color: #E9251C;
}

.toppic {
    width: 1280px;
    height: 92px;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
}

.yaowen_box {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.yaowen_box ul {
    margin: 0;
    padding: 0;
}

.yaowen_box ul li {
    width: 615px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    position: relative;
    border-bottom: darkgray 1px dotted;
    text-indent: 20px;
}

.yaowen_box ul li a {
    color: #3D3535;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yaowen_box ul li a:hover {
    color: #E9251C;
}

.yaowen_box ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #D70000;
    position: absolute;
    left: 2px;
    top: 45%;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    transform: rotate(45deg);
}

.wapper {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.wapper .sub_box {
    width: 615px;
    height: auto;
    overflow: hidden;
}

.wapper .sub_box .news_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wapper .sub_box .news_title a {
    font-size: 20px;
    color: #E9251C;
    font-weight: bold;
}

.wapper .sub_box .news_box {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.wapper .sub_box .news_box .news_pic_box {
    width: 200px;
    height: 150px;
    float: left;
    text-align: center;
}

.wapper .sub_box .news_box .news_pic_box img {
    width: 200px;
    height: 150px;
}

.wapper .sub_box .news_box .news_con_box {
    width: 375px;
    padding: 0px 20px;
    height: 150px;
    float: right;
    text-align: left;
    text-indent: 2em;
    line-height: 30px;
	 color: #3D3535;
}

.wapper .sub_box ul {
    margin: 0;
    padding: 0;
}

.wapper .sub_box ul li {
    height: 50px;
    line-height: 50px;
    text-align: left;
    word-spacing: normal;
    text-indent: 20px;
    position: relative;
}

.wapper .sub_box ul li a {
    color: #3D3535;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wapper .sub_box ul li a:hover {
    color: #E9251C;
}

.wapper .sub_box ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D70000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dbjy_box {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.dbjy_box .dbjy_sub_box {
    width: 615px;
    height: 200px;
    overflow: hidden;
    text-align: center;
}

.dbjy_box .dbjy_sub_box .dbjy_sub_box_title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.dbjy_box .dbjy_sub_box .dbjy_sub_box_title a {
    font-size: 20px;
    color: #E9251C;
    font-weight: bold;
}

.dbjy_box .dbjy_sub_box .dbjy_sub_pic_box {
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
}

.dbjy_box .dbjy_sub_box .dbjy_sub_pic_box img {
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.dbjy_box .dbjy_sub_box .dbjy_sub_con_box {
    float: right;
    width: 375px;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    padding: 0 20px;
    text-align: left;
    text-indent: 2em;
	color: #3D3535;
}

.dbjy_list {
    width: 1280px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 10px auto;
}

.dbjy_list li {
    width: 615px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-indent: 20px;
    font-size: 18px;
    text-align: left;
}

.dbjy_list li a {
    color: #3D3535;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dbjy_list li a:hover {
    color: #E9251C;
}

.dbjy_list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D70000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rmgc_box {
    width: 613px;
    height: 148px;
    border: 1px solid #CCC;
    overflow: hidden;
}

.rmgc_box .rmgc_pic_box {
    width: 199px;
    height: 148px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.rmgc_box .rmgc_pic_box img {
    width: 199px;
    height: 148px;
}

.rmgc_box .rmgc_con_box {
    width: 414px;
    height: 148px;
    float: right;
    overflow: hidden;
}

.rmgc_box .rmgc_con_box .title {
    width: 394px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #CCC;
}

.rmgc_box .rmgc_con_box .title a {
    font-size: 18px;
    color: #484846;
    font-weight: bold;
}

.rmgc_box .rmgc_con_box .cont {
    width: 394px;
    height: auto;
    line-height: 24px;
    text-align: justify;
    text-indent: 2em;
    padding: 10px;
    overflow: hidden;
	color: #3D3535;
}


/*视觉高清样式*/

.poster-main {
    position: relative;
    margin: 25px auto;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
}

.poster-main .poster-btn {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    left: 0;
    background: url("../images/btn_l.png") no-repeat center center;
}

.poster-main .poster-next-btn {
    right: 0;
    background: url("../images/btn_r.png") no-repeat center center;
}


/*分类页样式*/

.hbdbt .box1280 .location {
    width: 1250px;
    height: 53px;
    line-height: 53px;
    text-align: left;
    margin: 0 auto;
    background: #fff url("../images/location.png") no-repeat left center;
    overflow: hidden;
    font-size: 18px;
    color: #3D3535;
    padding-left: 30px;
}

.hbdbt .box1280 .container {
    width: 1280px;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}

.hbdbt .box1280 .container .newslist {
    width: 1260px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.hbdbt .box1280 .container .newslist li {
    height: 50px;
    line-height: 50px;
    position: relative;
    text-indent: 20px;
    text-align: left;
}

.hbdbt .box1280 .container .newslist li a {
    color: #3D3535;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hbdbt .box1280 .container .newslist li a:hover {
    color: #E9251C;
}

.hbdbt .box1280 .container .newslist li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D70000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hbdbt .box1280 .container .newslist li span {
    float: right;
    font-size: 18px;
    color: #3D3535;
}


/*分页样式*/

.Page {
    clear: both;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #432300;
    margin: 20px auto;
    zoom: 1;
    text-align: center;
    font-size: 16px;
}

.Page .Page_Max {
    color: #E9251C;
}

.Page .Page_PageCount {
    color: #E9251C;
}

.Page .Page_Num {
    color: #E9251C;
}

.Page .Page_Selected {
    height: 30px;
    color: #fd6d37;
    background: #ffede1;
    border: 1px solid #fd6d01;
    padding: 0px 8px;
    display: inline-block;
    font-weight: bold;
    margin-right: 4px;
}

.Page .Page_First {
    color: #999999
}

.Page .Page_Prev {
    color: #999999
}

.Page .Page_Next {
    color: #5F5F5F;
}

.Page .Page_End {
    color: #999999;
}

.Page .Page_Text {
    width: 31px;
    height: 17px;
    border: 1px solid #999999;
    color: #3D3535;
    text-align: center;
}

.Page .Page_Button {
    width: 41px;
    height: 20px;
    color: #3e3e3e;
    border: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
}

.Page a {
    color: #3366cc;
    border: 1px solid #CCC;
    padding: 0px 8px;
    display: inline-block;
    margin-right: 4px;
    font-size: 16px;
}

.Page a:hover {
    color: #fd6d37;
    background: #ffede1;
    border: 1px solid #fd6d01;
    text-decoration: none;
    font-size: 16px;
}

.hbdbt .box1280 .newstitle_top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.hbdbt .box1280 .newstitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.hbdbt .box1280 .newstitle_bottom {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.hbdbt .box1280 .laiyuan {
    width: 1280px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    margin: 30px auto;
}

.hbdbt .box1280 .laiyuan_l {
    width: 630px;
    font-size: 16px;
    color: #3D3535;
    float: left;
    text-align: left;
    overflow: hidden;
    padding-left: 10px;
}

.hbdbt .box1280 .laiyuan_r {
    width: 640px;
    font-size: 16px;
    color: #3D3535;
    float: right;
    text-align: right;
    overflow: hidden;
}

.hbdbt .box1280 .laiyuan_r span {
    color: #3D3535;
    font-size: 16px;
}

.hbdbt .box1280 #newscontent {
    width: 1240px;
    height: auto;
    margin: 25px auto;
    padding: 20px;
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    word-break: break-all;
    word-wrap: break-word;
    text-indent: 2em;
    color: #3D3535;
}

.hbdbt .box1280 .zebian {
    width: 1260px;
    padding-right: 20px;
    text-align: right;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #3D3535;
}

.hbdbt .box1280 .piclist {
    width: 1280px;
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    height: auto;
    overflow: hidden;
}

.hbdbt .box1280 .piclist .pic {
    width: 300px;
    height: 200px;
    overflow: hidden;
    background-color: #484846;
    position: relative;
    margin: 10px;
}

.hbdbt .box1280 .piclist .pic img {
    width: 300px;
    height: 200px;
}

.hbdbt .box1280 .piclist .pic .pictitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../images/pictbg.png");
}

.hbdbt .box1280 .piclist .pic .pictitle a {
    font-size: 16px;
    color: #fff;
}

.hbdbt .box1280 .piclist .pic .pictitle a:hover {
    font-size: 16px;
    color: #E9251C;
}

.footer {
    width: 100%;
    height: 85px;
    margin: 15px auto;
    background-color: #ed2f39;
    text-align: center;
    padding-top: 25px;
    overflow: hidden;
}

.footer .fot {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: aliceblue;
}


/*幻灯片切换效果*/

.HS10,
.HS15 {
    overflow: hidden;
    clear: both;
}

.HS10 {
    height: 10px;
}

.HS15 {
    height: 15px;
}

.Hidden {
    display: none;
}

.Clearer {
    display: block;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
}

.FlLeft {
    float: left;
}

.FlRight {
    float: right;
}

.MainBg {
    background-color: #222;
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.Title {
    color: #EEE;
    padding: 5px 20px 0 20px;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

.Title h1 {
    display: inline;
    font-size: 18px;
}

.Title .Counter {
    color: #666;
}

.Title .CounterCurrent {
    color: #C00;
    font-size: 20px;
    font-weight: bold;
}

.addtime {
    color: #fff;
    text-align: center;
    line-height: 30px;
    height: 30px;
}


/*灰色分割线*/

.SpaceLine {
    border-bottom: 1px solid #333;
    height: 1px;
    font-size: 1px;
}


/*大图展示区域*/

.OriginalPicBorder {
    overflow: hidden;
    height: auto;
    padding: 15px;
}

#OriginalPic {
    width: 1250px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    margin: 0 auto;
}

#OriginalPic img {
    display: block;
    margin: 0 auto;
    width: 800px;
    height: 533px;
}


/*鼠标手势*/

.CursorL {
    position: absolute;
    z-index: 999;
    width: 400px;
    height: 533px;
    color: #FFF;
    left: 225px;
    cursor: url(../images/CurL.cur), auto;
    background: url(../images/space.png) repeat scroll 0 0 transparent;
}

.CursorR {
    position: absolute;
    z-index: 999;
    width: 400px;
    height: 533px;
    right: 225px;
    cursor: url(../images/CurR.cur), auto;
    background: url(../images/space.png) repeat scroll 0 0 transparent;
}


/*小图预览和滑动*/

.SliderPicBorder {
    width: 800px;
    height: 600px;
    overflow: hidden;
    background-color: #C00;
}

.Summary {
    line-height: 20px;
    display: block;
    width: 780px;
    margin: 10px auto;
    color: #fff;
    overflow: hidden;
    background-color: #333;
    padding: 10px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
}

.More {
    text-align: right;
    color: #fff;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    display: block;
}

.More a {
    color: #fff;
    font-size: 16px;
}

.ThumbPicBorder {
    width: 940px;
    margin: 0 auto;
}

#ThumbPic img {
    border: 3px solid #666;
    cursor: pointer;
    background-color: #666;
    margin: 0 4px;
    width: 130px;
    height: 80px;
    display: block;
}

#ThumbPic img.active {
    border: 3px solid #FF9900;
}