@charset "UTF-8";
/*通用*/
a { color: #333; }

/*栏目标题*/
.titlebox p { font-size: 13px; text-align: center; color: #000; margin: 0 auto; }

.titlebox h2 { display: inline-block; margin: 0; position: relative; }

.titlebox a { display: inline-block; font-size: 32px; color: #131010; letter-spacing: 1px; font-weight: bolder; }

.titlebox { margin: 30px 0; text-align: center; position: relative; }

.titlebox a:before { left: -31px; border-width: 8px; border-color: #fdc253; top: 8px; content: ""; position: absolute; border-style: solid; overflow: hidden; height: 8px; }

.titlebox a:after { left: -21px; border-width: 8px; border-color: #ef893b; top: 16px; content: ""; position: absolute; border-style: solid; overflow: hidden; height: 8px; }

/*导航条*/
.top-bar { height: 50px; }

.top-bar .header { float: left; padding: 10px 0; }

.top-bar .header img { display: block; height: 30px; }

.top-bar .navbar { background-color: #FFF; line-height: 50px; font-size: 16px; float: left; margin-left: 2em; }

.top-bar .navbar li { float: left; }

.top-bar .navbar li a:hover { color: #900; }

.top-bar .searchbox { border-radius: 3px; border: 1px solid #ddd; box-sizing: border-box; height: 36px; overflow: hidden; float: right; margin: 8px 0; padding: 3px; transition: all .3s; }

.top-bar .searchbox:hover, .top-bar .searchbox:active { box-shadow: 0 0 0 3px #e7f0fb; border-color: #b1bdff; }

.top-bar .searchbox:hover button, .top-bar .searchbox:active button { background-color: #3f51b5; color: #FFF; }

.top-bar .searchbox input[type='text'] { height: 28px; padding: 0.5em; border: none; }

.top-bar .searchbox input[type='text']:focus, .top-bar .searchbox input[type='text']:hover { outline: 0; box-shadow: none; }

.top-bar .searchbox button { border: none; height: 28px; line-height: 28px; padding: 0 .8em; border-radius: 3px; transition: all .3s; background: #0070ff; color: #FFF; }

.top-bar .searchbox button:hover { background-color: #0070ff; }

@media (max-width: 767px) { .top-bar .searchbox, .top-bar .navbar { display: none; }
  .top-bar .btn-success { float: right; margin: 10px 0; } }

.navgation { background: #fff7d5; }

.navgation ul { list-style: none; padding: 0; margin: 0; }

.navgation ul li { float: left; width: 20%; text-align: center;    transition: all 0.3s linear; }

.navgation ul li a { display: inline-block; padding: .8em 0; font-size: 18px; font-weight: bold; color: #e01000; }

.navgation ul li:hover { background: #f3b433; }

@media (max-width: 767px) { .navgation ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-y: scroll; }
  .navgation ul li { float: none; width: auto; text-align: center; -ms-flex: none; flex: none; margin-right: 1em; }
  .navgation ul li a { font-size: 16px; font-weight: normal; } }

.banner img { display: block; margin: 0 auto; }

.banner-mob img { display: block; }

/* 头条组件 */
.topline { margin-top: 50px; border-width: 0 0 0 0; border-style: solid; border-color: #F2F6F8; }

.topline .articles { text-align: center; padding: 0; }

.topline .articles h2 { font-weight: bolder; line-height: 1em; font-size: 34px; margin: 0 0 0.4em 0; }

.topline .articles .description { color: #686868; font-size: 16px; line-height: 1.8em; }

@media (max-width: 1499px) { .topline .articles h2 { font-size: 28px; }
  .topline .articles .description { font-size: 14px; } }

@media (max-width: 1279px) { .topline .articles h2 { font-size: 24px; }
  .topline .articles .description { font-size: 12px; } }

@media (max-width: 767px) { .topline .articles h2 { line-height: 1.5em; } }

/*焦点图*/
/*1*/
.owl-carousel { display: none; width: 100%; position: relative; z-index: 1; }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none; }

.owl-carousel .owl-item img { display: block; width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded { display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-loading { opacity: 0; display: block; }

.owl-carousel.owl-hidden { opacity: 0; }

.owl-carousel.owl-refresh .owl-item { visibility: hidden; }

.owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab; }

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

.owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both; }

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut { animation-name: fadeOut; }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

.owl-height { transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }

.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease; }

.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }

.owl-theme .owl-nav .disabled { opacity: .5; cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }

.owl-theme .owl-dots { text-align: center; }

.owl-theme .owl-dots .owl-dot { float: left; zoom: 1; }

.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 3px; background: #ec0707; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 50%; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791; }

#first .item a { display: block; position: relative; }

#first .item a h3 { margin: 0; left: 0px; right: 0px; font-size: 18px; text-align: left; z-index: 5; height: 3em; line-height: 3em; bottom: 0; padding-left: 15px; padding-right: 15px; background-color: #f9f8f8; }

#first .owl-dots { position: absolute; right: 8px; bottom: 19px; z-index: 20; }

#first .owl-dots .owl-dot span { margin: 0 2px; opacity: 0.5; filter: alpha(opacity=50); width: 6px; height: 6px; border-radius: 2px; display: inline-block; transition: height .1s; }

#first .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #f93737; opacity: 1; filter: alpha(opacity=100); height: 10px; height: 6px \9; }

#first .owl-prev { left: 0; margin: 0; padding: 0; }

#first .owl-next { right: 0; background-position: -60px 0; margin: 0; padding: 0; }

#first .owl-next:hover, #first .owl-prev:hover { opacity: 1; }

#first .owl-prev { cursor: pointer; position: absolute; z-index: 100; top: 160px; background: url(prevnext.png) no-repeat; height: 60px; width: 35px; transition: left .3s; border-radius: 0; left: -80px; transition: left .3s; }

#first .owl-next { cursor: pointer; position: absolute; z-index: 100; top: 160px; background: url(prevnext.png) no-repeat; height: 60px; width: 35px; transition: left .3s; border-radius: 0; right: -80px; transition: right .3s; background-position: -49px 0; }

#first { overflow: hidden; }

#first:hover .owl-prev { left: 0px; }

#first:hover .owl-next { right: 0px; }

#first .owl-next:hover { background-position: -143px 0; }

#first .owl-prev:hover { background-position: -99px 0; }

@media (max-width: 1199px) { #first .item a h3 { position: initial; padding-left: 15px; padding-right: 15px; font-size: 16px; }
  #first .owl-dots { bottom: 50px; }
  #first .owl-prev { top: 120px; }
  #first .owl-next { top: 120px; } }

@media (max-width: 959px) { #first .owl-prev, #first .owl-next { display: none; } }

.yw-box { background-color: #fdf2ec; background-color: rgba(255, 250, 239, 0.8); padding: 25px 20px 25px 38px; margin-bottom: 10px; }

.yw-box h3 {font-size: 16px;height: 3.2em;overflow: hidden;margin: 0;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;}

.yw-box { position: relative; }

.num { position: absolute; width: 45px; height: 45px; border-radius: 50%; background: #f3b433; line-height: 45px; text-align: center; left: -13px; top: 30%; font-size: 20px; font-family: "Georgia"; color: #ffffff; transition: all 0.3s; }

@media (max-width: 1199px) { .yw-box { padding: 18px 20px 18px 38px; margin-bottom: 10px; }
  .yw-box h3 { font-size: 14px; }
  .num { top: 23%; } }

@media (max-width: 959px) { .num { top: 24%; left: -16px; }
  .num { width: 35px; height: 35px; line-height: 35px; }
  .yw-box { padding: 15px 15px 15px 25px; }
  .yw-box h3 { font-size: 12px; } }
  
  
/*国防教育*/
.ldzg-img { overflow: hidden; }

.ldzg-img a { display: block; }

.ldzg-img a .left-ldzg { width: 25%; height: 234px; background: #e32c1c; background-image: -webkit-gradient(linear, left center, right center, from(#b31203), to(#f94030)); padding: 30px 20px; box-sizing: border-box; transition: all 0.3s ease-in-out; }

.ldzg-img a .left-ldzg h3 { color: #fff; font-size: 16px; margin: 2em 0; }

.ldzg-img a .right-ldzg { width: 75%; box-sizing: border-box; }

.ldzg-img a .right-ldzg img { display: block; }

.ldzg-list { padding: 8px 20px; background: #ffffff; position: relative; margin-bottom: 15px; }

.ldzg-list .description { color: #999; height: 4em; overflow: hidden; text-indent: 2em; line-height: 2em; }

.ldzg-list h3 { font-size: 20px; font-weight: bolder; height: 1.6em; overflow: hidden; }

.ldzg-img:hover .left-ldzg { background-image: -webkit-gradient(linear, left center, right center, from(#e8bc60), to(#f3b432)); }

.ldzg-img a .left-ldzg { background: #e8bc60; background-image: -webkit-gradient(linear, left center, right center, from(#f3b432), to(#e8bc60)); }

.ldzg-list { margin-bottom: 0; background: none; padding: 5px 0; }

@media (max-width: 1199px) { .ldzg-list h3 { font-size: 16px; }
  .ldzg-img a .left-ldzg h3 { font-size: 14px; margin: 0; }
  .ldzg-img a .left-ldzg { height: 184px; padding: 20px; }
  .ldzg-list { padding: 4px 0; } }

@media (max-width: 959px) { .ldzg-list h3 { font-size: 14px; }
  .ldzg-img a .left-ldzg { height: 134px; }
  .ldzg-img a .left-ldzg { width: 30%; padding: 20px; }
  .ldzg-img a .right-ldzg { width: 70%; }
  .ldzg-img a .left-ldzg h3 { font-size: 12px; } }


/*评论言论*/
.poetry-b {
    overflow: hidden;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #f2f5fe;
}

.poetry a { display: block; position: relative; padding: 30px; }

.poetry h3 { font-size: 18px; height: 3.2em; overflow: hidden; margin: 1em 0; position: relative; padding-left: 20px; }

.poetry a:after { content: " "; position: absolute; top: 0px; bottom: 0px; right: -15px; border-right: 1px solid #f2f5fe; }

.poetry a:before { content: " "; position: absolute; bottom: -15px; right: 0; border-bottom: 1px solid #f2f5fe; left: 0px; }

.poetry.u-r a:after { display: none; }

.poetry.u-b a:before { display: none; }

.poetry h3:before { left: 3px; border-width: 3px; border-color: #ff9800; top: 9px; content: ""; position: absolute; border-style: solid; -ms-transform: rotate(45deg); transform: rotate(45deg); transition: all 0.3s; z-index: 99; }

.poetry h3:after { left: 7px; border-width: 3px; border-color: #ffeb3b; top: 9px; content: ""; position: absolute; border-style: solid; -ms-transform: rotate(45deg); transform: rotate(45deg); transition: all 0.3s;}

.poetry p {
    font-size: 14px;
    color: #666;
    height: 5.4em;
    overflow: hidden;
    margin: 1em 0;
}

@media (max-width: 1199px) { .div-width { width: 100%; }
  .infor-list { margin-left: 15px; }
  .poetry h3 { font-size: 16px; }
  .poetry p { font-size: 12px; }
  .poetry a { padding: 15px; } }

@media (max-width: 959px) { .poetry a { padding: 0; } }

@media (min-width: 960px) { .poetry h3 { font-weight: bold;} }


/*图说安全*/
.ktlr { margin-top: 60px; }

.ktlr .article { margin-top: 20px; }

.ktlr .article .section { position: relative; padding-top: 10px; padding-bottom: 10px; }

.ktlr .article .section .content { box-shadow: 0 3px 10px #efefef; border: 1px solid #efefef;padding: 10px; }

.ktlr .article .section .content .top { overflow: hidden; }

.ktlr .article .section .content .top a { position: relative; display: block; width: 100%; }

.ktlr .article .section .content .top a:hover em { opacity: 0.3; filter: alpha(opacity=30); }

.ktlr .article .section .content .top a img { display: block; width: 100%; }

.ktlr .article .section .content .top a em { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #333; transition: all 0.3s linear; opacity: 0; filter: alpha(opacity=0); }

.ktlr .article .section .content .bottom { overflow: hidden; }

.ktlr .article .section .content .bottom h4 { position: relative; margin: 0; padding: 10px 15px; }

.ktlr .article .section .content .bottom h4 a { display: block; line-height: 1.6em; height: 3.2em; font-size: 18px; color: #333; overflow: hidden; }

.ktlr .article .section .content .bottom h4 a:hover { color: #dd3333; }

/*图说安全结束*/

/*各地动态*/
.qj-box img { display: block;width: 100%;}

.qj-box a { display: block; }

.qj-img a { position: relative; }

.qj-img a h3 { display: block; position: absolute; bottom: 10px; top: 10px; left: 10px; right: 10px; margin: 0; color: #fff; background: rgba(243, 180, 51, 0.9); opacity: 0; filter: alpha(opacity=0); transition: all 0.4s ease-in-out; -ms-transform: rotate(15deg); transform: rotate(15deg); font-size: 16px; padding: 20% 10%; font-weight: bold \9; }

.qj-img a:hover h3 { opacity: 1; filter: alpha(opacity=100); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ea0808',endColorstr='#99ea0808'); -ms-transform: rotate(0deg); transform: rotate(0deg); }

.qj-txt {height: 205px;background: #fde7c0 url(d-lamp.png) no-repeat right;}

.qj-txt h3 { font-size: 16px; margin: 0; height: 3.2em; overflow: hidden; display: block; padding: 80px 25px; }

.center-more { text-align: center; background: #ffffff; position: relative; }

.qj-img { height: 205px; }

.card {
    padding: 20px;
    border: 1px solid #fffefd;
    position: relative;
    background: rgba(255, 255, 255, 0.51);
}

.ribbon span { -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 100px; display: block; background: linear-gradient(#b11103 0%, #e82f1f 100%); box-shadow: 0 3px 10px -5px #000; position: absolute; top: 19px; right: -21px; height: 20px; display: none \9; }

.ribbon { position: absolute; right: -4px; top: -4px; z-index: 1; overflow: hidden; width: 75px; height: 75px; }

.ribbon span::before { content: ""; position: absolute; left: 0px; top: 100%; z-index: -1; border-left: 3px solid #750b01; border-right: 3px solid transparent; border-bottom: 3px solid transparent; border-top: 3px solid #750b01; }

.ribbon span::after { content: ""; position: absolute; right: 0px; top: 100%; z-index: -1; border-left: 3px solid transparent; border-right: 3px solid #750b01; border-bottom: 3px solid transparent; border-top: 3px solid #750b01; }

@media (max-width: 1199px) { .qj-txt { height: 161px; }
  .qj-img { height: 161px; }
  .qj-txt h3 { font-size: 16px; padding: 55px 25px; }
  .qj-img a h3 { padding: 16% 10%; } }

@media (max-width: 959px) { .qj-txt { height: 125px; }
  .qj-img { height: 125px; }
  .qj-txt h3 { font-size: 14px; padding: 40px 25px; }
  .qj-img a h3 { padding: 13% 10%; font-size: 14px; } }


/*页脚*/
.footer { font-size: 12px; overflow: hidden; padding: 50px 0; text-align: center; background-color: #fafafa; width: 100%; color: #888; }

.footer .link { margin-bottom: 0.5em; }

.footer .link a { color: #010101; font-size: 14px; }

.footer .link a:hover { color: #000; }

.footer .link em { color: #ccc; margin: 0 8px; }

.footer .info { font-size: 12px; line-height: 2.5em; padding-top: 12px; }

.footer .info em { margin: 0 0.5em; }

.footer .copyright p { margin: 0; }
