@charset "utf-8";
@import url("reset.css");
@import url("top-ny.css");
@import url("footer.css");

.header{position: relative;height: 220px;background: url(/images/xcb_ico_1.png) no-repeat center top;}
.header .top{height: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;}
.header .top .Channel{color: #FFF;border-color: #FFF;padding-left: 50px;margin-top: 0;}
.header .top .logo{margin-top: 0;}

.TipsWxwb{}
.TipsWxwb ul{display: flex;}
.TipsWxwb li{position: relative;display: flex;height: 50px;padding: 0 10px;justify-content: center;align-items: center;font-size: 16px;color: #FFF;cursor: pointer;}
.TipsWxwb li + li{margin-left: 30px;}
.TipsWxwb li span{padding-left: 10px;}
.layui-layer.layui-layer-tips .layui-layer-content{ padding:0;}
.layui-layer.layui-layer-tips .layui-layer-content img{ position:relative; z-index:1;}
.layui-layer.layui-layer-tips .layui-layer-content>h1{ display: block; text-align: center; font-size: 15px; line-height: 1.3; padding-top: 5px; color:#333;}

.dw1400{ width: 1400px; }


.PageTitlePart{ margin-top: -160px; z-index: 4; }
.PageTitlePart .w1400{ overflow:initial; }
.PageTitlePart .PageTit{color: #FFF;user-select: none;text-shadow: 2px 1px 3px #3a3838;}
.PageTitlePart .PageTit h1{ font-size: 48px; line-height: 1.5;}
.PageTitlePart .PageTit p{ font-size: 16px; line-height: 1.5; margin-top: 5px; }
.PageTitlePart .dqwz{ position: relative; padding: 15px 0; height: 60px; line-height: 30px; color: #FFF; background-color: #972c2c; max-width: 830px; margin:28px 0 0; overflow: initial; }
.PageTitlePart .dqwz a{color: #FFF;padding: 0 5px;}
.PageTitlePart .dqwz a:hover{ text-decoration: underline; }
.PageTitlePart .dqwz::before,
.PageTitlePart .dqwz::after{ content: ''; display: block; position: absolute; height: 60px; top: 0; }
.PageTitlePart .dqwz::before{ width: calc((100vw - 1400px) / 2); transform: translateX(-100%); background-color: #972c2c; }
.PageTitlePart .dqwz::after{ width: 20px; right: -20px; background: url("../images/PubList_ico_1.png") no-repeat left top; }



.PageConMain{/* display: flex; *//* justify-content: space-between; */}
.PageLeftNav{width: 240px;border-left: 4px solid #8c1515;box-sizing: border-box;margin-top: 30px;/* height: 100%; */}
.PageLeftNav .NavLogo{ height: 138px; background: url("../images/PubList_ico_3.png") no-repeat right bottom #972c2c; display: flex; align-items: center; justify-content: center; user-select: none; box-shadow:0px 0px 5px -2px #333; }
.PageLeftNav .ChannPart{}
.PageLeftNav .ChannPart .onBar{ position: absolute; z-index: 0; width: 313px; height: 86px; background-color: #972c2c; left: -18px; filter: drop-shadow(0px 2px 5px #999); }
.PageLeftNav .ChannPart .onBar.First{ background-image: url("../images/PubList_ico_4.png"); background-repeat: no-repeat; background-position: right top; }
.PageLeftNav .ChannPart .onBar::before,
.PageLeftNav .ChannPart .onBar::after{ content: ''; display: block; width: 18px; height: 9px; position: absolute; bottom: -9px; }
.PageLeftNav .ChannPart .onBar::before{ left: 0; background: url("../images/PubList_ico_5.png") no-repeat; }
.PageLeftNav .ChannPart .onBar::after{ right: 0; background: url("../images/PubList_ico_6.png") no-repeat; }
.PageLeftNav .ChannPart ul{ position: relative; z-index: 1; }
.PageLeftNav .ChannPart li{position: relative;height: 60px;overflow: hidden;border-radius: 0 30px 30px 0;background-color: #e4e4e4;}
.PageLeftNav .ChannPart li + li{margin-top: 28px;}
.PageLeftNav .ChannPart li::after{content: '';display: block;position: absolute;width: 6px;height: 100%;background: #FFF;left: 0;bottom: 0;transition: all 0.5s;z-index: 0;}
.PageLeftNav .ChannPart li a{display: flex;height: 100%;font-size: 22px;color: #8c1515;align-items: center;justify-content: center;line-height: 1.2;transition: color 0.5s;position: relative;z-index: 2;}
.PageLeftNav .ChannPart li.on a,
.PageLeftNav .ChannPart li:hover a{ color: #FFF; }

.PageLeftNav .ChannPart li.on::after,
.PageLeftNav .ChannPart li:hover::after{width: 100%;background: #8c1515;border-radius: 0 30px 30px 0;}


.ContentPart{width: 1080px;margin-top: 15px;}
.ContentPart .ConTitle{ height: 71px; border-bottom: 1px solid #972c2c; }
.ContentPart .ConTitle span{ font-size: 32px; color: #972c2c; line-height: 70px; display: inline-block; padding: 0 15px; padding-left: 25px; background: url("../images/dian.png") no-repeat left center; user-select: none; }

.ConNewsPart{min-height: calc(100vh - 659px);}

.NewsList{ padding: 10px 0; }
.NewsList li{ position: relative; overflow: hidden; display: flex; justify-content: space-between; padding: 10px 0; font-size: 18px; }
.NewsList li a{ display: inline-block; position: relative; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; max-width:calc(100% - 150px); }
.NewsList li a:hover{ text-decoration: underline; }


/*仿layui分页样式*/
.ThePages{padding: 10px 0px;clear: both;overflow:hidden; text-align: center;}
.ThePages a,.ThePages span,.ThePages em{display: inline-block; *display: inline; *zoom: 1;color: #333;font-size: 12px;}
.ThePages a,.ThePages em{padding: 0 15px;line-height: 28px;}
.ThePages a:not([href]){cursor: no-drop;}
.ThePages span a,.ThePages>a{border: 1px solid #e2e2e2;}
.ThePages span,.ThePages>a{margin: 0 -3px 5px 0;background-color: #fff;}
.ThePages span.onhover a{background: #972c2c; border: 1px solid #972c2c; color:#FFF;}

/*栏目列表*/
.ChannelList{display: flex;flex-wrap: wrap;}
.ChannelList li{position: relative;overflow: hidden;font-size: 18px;border: 1px solid #e7dada;margin: 15px 0 0 15px;height: 70px;width: 190px;border-radius: 2px;}
.ChannelList li a{display: flex;align-items: center;height: 100%;line-height: 1.2;padding: 0 10px;text-align: center;justify-content: center;}
.ChannelList li:hover{ background-color: #972c2c; }
.ChannelList li:hover a{ color: #FFF; }

/*概览-文章*/
.ContentText{ padding:20px 10px; }
.ContentText img{ max-width:100%; }

img{ display:inline-block;}
.position{width:1400px;height:56px;background: url("../images/pos_icon.png")no-repeat left center;margin:0 auto;}
.position p{width:100%;height:100%;line-height:56px;font-size:14px;padding-left:30px;color:#5a5a5a;margin:0 auto;}
.position p a{margin:0px 5px;}
.position p a:last-child{color:#961617;}
.position p>a:hover{color:#961617;}
/*****页面主体部分****/
.article{padding: 0 20px;border: 1px solid #CCCCCC;/* margin-top: 10px; */padding-bottom: 10px;background: #fff;}
.article .Article_fbt2{text-indent: 2em;font-size:14px;}  
.article .Article_bt { height: auto; font-size:24px; color:#000000; text-align:center; padding:10px 0; line-height:1.5;}
.article .Article_bt h1{font-weight: normal; }
.article .Article_fbt{/* padding-bottom:10px; */font-size: 18px;text-align: center;line-height: 35px;}
.article .Article_ly{font-size: 12px;color:#888888; text-align:center;margin:0 auto;margin-top:8px;background: url(../images/PublicText_ico_1.png) center bottom repeat-x;padding-bottom: 20px;}
.article .Article_zw{margin-top:20px;overflow: hidden;min-height: 200px;line-height: 30px;border-bottom: 1px solid #EEEEEE;}

.share_jiucuo{margin-top: 10px;height: 50px;/* line-height: 50px; */}
.share{width: 400px;float: left;height:auto;font-size: 12px;margin-top: 10px;}
.share .fx{display: block;float: left;height: 20px;margin-top: 2px;}
.jiucuo1{/* width: 432px; */float: right;height: 30px;margin-top: 10px;}


.pages{ clear:both;font-size: 14px;}
.pages span{width:auto;color:#fff;padding:0 15px;background: #8c1515;display:block;height: 32px;line-height: 32px;float:left;}
.pages a{padding-left:10px;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;display: inline-block;width: 90%;float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.pages .prevpage{height: 32px;line-height:32px;background:#eee;}
.pages .nextpage{height: 32px;line-height:32px;margin: 5px 0;background:#eee;}


.information{margin-top:2px; font-size: 14px;}
.information h1{background:#eee;  overflow:hidden;}
.information span{width:auto;display:block;color:#fff;padding:0 15px;background: #1d5ec8;margin:2px 0;height:40px;line-height:40px;font-size: 14px;float: left;overflow: hidden;}
.information ul{padding: 10px;background:#fff;}
.information ul li{height:30px;line-height:30px;background: url(Home_ico_4.png) left center no-repeat;padding-left: 20px;text-align:right;}
.information ul li a{float:left;width: 89%;text-align: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.information ul li i{  color:#666;}
.information ul li span{color:#666; float: right; background: none;padding: 0;margin: 0;line-height: 30px;height: 30px;}

#Zoom img{max-width: 100%;display: inline-block;}
#Zoom video{width: 100%;}
#Zoom table{cellspacing:0px;cellpadding:1px;border-spacing:1px;background:#909090;/* background:#ffffff; */}
#Zoom table tr td{background:#ffffff;}
#sp{ text-align:center;}

.smallFont{font-size: 10px; margin:0 5px 0 5px;cursor: pointer;}
.medFont {font-size: 14px;margin:0 5px 0 0;cursor: pointer;}
.largeFont{font-size: 16px;margin:0 5px 0 0;cursor: pointer;}
.curFont { color:red;}


.Article_xx{
    overflow: hidden;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    }
.Article_xx table{cellspacing:0px;cellpadding:1px;border-spacing:1px;background: #eeeeee;}
.Article_xx table tr td{background:#ffffff;}





/*图片列表*/
.PicLink{margin-top: 35px;}
.PicLink ul{display: flex;justify-content: space-between;}
.PicLink li{position: relative;transition: all 0.3s;}
.PicLink li:hover{transform:translateY(-3px);box-shadow: 0px 0px 10px -2px #746363;}


/*应用链接*/
.yyljList{ display: flex; flex-wrap: wrap; }
.yyljList li{position: relative;overflow: hidden;width: 210px;height: 90px;border-radius: 8px;background-color: #f3eded;margin-top: 22px;/* margin-right: 23px; */user-select: none;transition: all 0.3s;}
.yyljList li + li{margin-left: 27px;}
.yyljList li a{ display: flex; height: 100%; justify-content: space-evenly; align-items: center; }
.yyljList li h1{ font-size: 18px; color: #000; }
.yyljList li:hover{ box-shadow:1px 2px 5px -3px #000000; transform: translateY(-3px); }


.Footer.Footer_2 .foot_a .tb{ display:none; }


