@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: #65a6dc; top: 8px; content: ""; position: absolute; border-style: solid; overflow: hidden; height: 8px; }

.titlebox a:after { left: -21px; border-width: 8px; border-color: #2d8da5; 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 { border-bottom: 1px solid #F2F2F2; background: #fff7d5; }

.navgation ul { list-style: none; padding: 0; margin: 0; }

.navgation ul li { float: left; width: 14%; text-align: center; }

.navgation ul li a { display: inline-block; padding: .8em 0; font-size: 18px; font-weight: bold; color: #e01000; }

.navgation ul li:hover { background: #549ade; }

@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; } }

/*焦点图*/
.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: #f15f0d; 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; color: #ed220c; z-index: 5; height: 3em; line-height: 3em; bottom: 0; padding-left: 15px; padding-right: 15px; background-color: #ffffff; }

.first .owl-prev { left: 0; }

.first .owl-next { right: 0; background-position: -60px 0; }

.first .owl-next:hover, .first .owl-prev:hover { opacity: 1; }

.first .owl-prev { cursor: pointer; position: absolute; z-index: 100; top: 128px; 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: 128px; 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-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: #f65a15; opacity: 1; filter: alpha(opacity=100); height: 10px; height: 6px \9; }

.first .owl-prev { left: 0; }

.first .owl-next { right: 0; background-position: -60px 0; }

.first .owl-next:hover, .first .owl-prev:hover { opacity: 1; }

.first .owl-prev { cursor: pointer; position: absolute; z-index: 100; top: 128px; 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: 128px; 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; } }

/**/
.topline { 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: 40px; margin: 0 0 0.4em 0; }

.topline .articles .description { color: #686868; font-size: 16px; line-height: 1.8em; height: 1.8em; overflow: hidden; }

.list-news { margin-top: -5px; position: relative; }

.list-news h3 { position: relative; font-size: 16px; height: 1.8em; padding-left: 16px; overflow: hidden; margin: 1em 0; }

.list-news h3:before { left: 0px; border-width: 2px; border-color: #fde372; top: 12px; content: ""; position: absolute; border-style: solid; overflow: hidden; }

.list-news li { border-bottom: 1px dashed #eaeaea; }

@media (max-width: 1199px) { .topline .articles h2 { font-size: 32px; }
  .list-news h3 { margin: 0.6em 0; } }

@media (max-width: 959px) { .topline .articles h2 { font-size: 24px; }
  .list-news { margin-top: 0; } }

/*走进军营*/
.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; } }

/*图说宪法*/
.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; }

.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; border-bottom: 1px solid #eee; }

.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; }

/*图说宪法结束*/
/*重要言论+法律解读*/
.wp { margin-bottom: 15px; }

.wp .wp-img { display: block; float: left; width: 40%; }

.wp .wp-img img { display: block; width: 100%; }

.wp .wp-mes { float: right; width: 57%; }

.wp .wp-mes h3 { position: relative; border-bottom: 1px solid #efefef; font-size: 18px; }

@media (max-width: 959px) { .wp .wp-mes h3 { border-bottom: none; font-size: 16px; } }

.wp .wp-mes h3:hover:before { width: 100%; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.wp .wp-mes h3:before { position: absolute; content: ''; width: 10px; height: 1px; background-color: #888; bottom: -1px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

@media (max-width: 959px) { .wp .wp-mes h3:before { display: none; } }

.wp .wp-mes h3 a { display: block; line-height: 1.4em; height: 3.2em; overflow: hidden; font-weight: bold; color: #333; }

.wp .wp-mes h3 a:hover { color: #e46321; }

.wp .wp-mes p { margin: 0; height: 3.6em; overflow: hidden; color: #666; }

@media (max-width: 1199px) { .wp .wp-mes p { display: none; } }

.wp .wp-mes span { display: none; color: #666; }

@media (max-width: 1199px) { .wp .wp-mes span { display: block; } }

@media (max-width: 959px) { .wp .wp-mes span { display: none; } }

.article-list { margin: 0; }

.article-list li { font-size: 18px; position: relative; zoom: 1; left: 0px; transition: left .25s; height: 2.6em; overflow: hidden; line-height: 2.2em; }

@media (max-width: 959px) { .article-list li { font-size: 16px; } }

.article-list li:hover { left: 15px; }

.article-list li:hover a { color: #e46321; }

.article-list li:hover i { width: 19px; height: 13px; background-position: -211px 0; }

.article-list li i { display: inline-block; width: 5px; height: 4px; margin-right: 5px; vertical-align: middle; background: url(listicon.png); background-position: -244px 0; }

.article-list li a { overflow: hidden; text-overflow: ellipsis; color: #333; }

/*重要言论+法律解读end*/
/*11人物*/
.people-box a { display: block; }

.people-box { margin-bottom: 15px; padding: 15px; position: relative; border: 1px solid #fff7d5; border-radius: 2px; }

.people-box:after { right: -1px; border-width: 10px; border-color: #e8bc60; top: -1px; content: ""; position: absolute; border-style: solid; }

.people-box:before { display: block; content: " "; width: 20px; height: 20px; border-left: 2px solid #e8bc60; border-bottom: 2px solid #e8bc60; position: absolute; top: 2px; right: 2px; }

.peo-present h4 { font-weight: bold; height: 3.2em; overflow: hidden; font-size: 16px; }

.peo-present p { height: 5.4em; overflow: hidden; color: #999999; }

.peo-img img { display: block; border-radius: 4px; }

.peo-img { width: 160px; float: left; position: relative; overflow: hidden; }

.peo-present { padding-left: 175px; position: relative; }

.peo-present:after { position: absolute; content: ''; left: 175px; width: 55px; background: #e8bc60; top: 58px; height: 2px; }

.people-box:hover .mark { opacity: 1; visibility: visible; -ms-transform: scale(1.001); transform: scale(1.001); }

.people-box:hover .mark:before { opacity: 1; filter: alpha(opacity=100); }

.people-box:hover .mark:after { opacity: 1; filter: alpha(opacity=100); }

.people-box .mark { border-radius: 4px; }

.people-box .mark:before { width: 14px; top: 80px; left: 73px; }

.people-box .mark:after { height: 14px; top: 74px; left: 80px; }

@media (max-width: 1199px) { .peo-present h4 { font-weight: normal; }
  .peo-present:after { left: 130px; }
  .peo-img { width: 120px; }
  .peo-present { padding-left: 130px; }
  .peo-present p { padding-top: 0px; font-size: 12px; }
  .people-box .mark:before { top: 63px; left: 55px; }
  .people-box .mark:after { top: 57px; left: 61px; } }

@media (max-width: 959px) { .peo-present:after { left: 112px; top: 50px; }
  .people-box .mark { display: none; }
  .people-box { padding: 10px; }
  .peo-img { width: 100px; }
  .peo-present { padding-left: 110px; }
  .peo-present h4 { font-size: 14px; font-weight: normal; } }

/*视觉70年*/
.video-img img { display: block; }

.video-title { background: rgba(234, 234, 234, 0.5); background: #fbfbfb \9; overflow: hidden; }

.video-box em { height: 90px; width: 90px; float: left; background: #e8bc60; background-image: -webkit-gradient(linear, left center, right center, from(#f3b432), to(#e8bc60)); transition: all 0.3s; }

.video-box em img { width: 30px; height: 30px; display: block; margin: 30px auto; }

.video-box .left-txt { box-sizing: border-box; padding: 10px 15px 10px 100px; }

.video-box .left-txt h3 { font-size: 16px; height: 3.2em; overflow: hidden; }

.video-box { display: block; }

.video-box:hover em { background-image: -webkit-gradient(linear, left center, right center, from(#e8bc60), to(#f3b432)); }

.video-box:hover .video-img img { opacity: 0.5; }

@media (max-width: 1199px) { .video-box em img { width: 28px; height: 28px; margin: 26px auto; }
  .video-box em { height: 80px; width: 80px; margin: 10px; }
  .video-box .left-txt h3 { height: 4.8em; margin: 0; } }

@media (max-width: 959px) { .video-box .left-txt h3 { font-size: 14px; margin-top: 6px; } }


/*页脚*/
.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; }
