/*
* @Author: omtech.cn
* @Date:   2017-12-16 15:02:45
* @Last Modified by:   jason
* @Last Modified time: 2018-01-30 18:30:18
*/
@charset "utf-8";
a:hover{text-decoration:none}
/* 公共头部 */
.header {
    overflow: hidden;
}
.header .topbar {
    width: 100%;
    height: 60px;
    font-size: 0;
    background: #007aec;
}
.header .topbar .topbar-search {
    margin-right: 5px;
    height: 60px;
    padding-right: 40px;
}
.header .topbar .search-input {
    float: left;
    margin-top: 12px;
    height: 36px;
    border-radius: 18px;
}
.header .topbar .search-input input {
    padding: 0 22px;
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #1c1e66;
    background-color: #2ab1ff;
    border-radius: 18px;
    border: 0;
}
.header .topbar .search-input input[placeholder]{
    color: #1c1e66;
}

.header .topbar .search-input input::-webkit-input-placeholder {
    color: #1c1e66;
}

.header .topbar .search-input input:-moz-placeholder {
    color: #1c1e66;
}

.header .topbar .search-input input::-moz-placeholder {
    color: #1c1e66;
}

.header .topbar .search-input input:-ms-input-placeholder {
    color: #1c1e66;
}
.header .topbar .search-input input:focus {
    box-shadow: 0 0 1px 1px rgba(255,255,255,.5);
}
.header .topbar .search-btn {
    top: 15px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/icon_search.png") no-repeat 6px 6px;
    background-color: #0085de;
    border-radius: 50%;
    cursor: pointer;
}

.header .topbar .add-index,
.header .topbar .add-collect {
    margin-left: 12px;
    margin-right: 9px;
    line-height: 60px;
    font-size: 16px;
    color: #1c1e66;
}
.header .topbar .add-index a,
.header .topbar .add-collect a {
    color: #0b265b;
}
.header .topbar .add-collect {
    margin-left: 0px;
    margin-right: 20px;
}
.header .topbar .date {
    font-size: 16px;
    color: #0b265b;
}

.header .header-middle {
    width: 100%;
    height: 430px;
    overflow: hidden;
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/bg_header.jpg") repeat-x top;
}
.header .header-middle .header-logo {
    position: relative;
    z-index: 3;
    padding-top: 94px;
    width: 676px;
}
.header .header-middle .header-logo .logo-img {
    margin: 16px 0;
    width: 676px;
    height: 97px;
    text-indent: -999em;
    overflow: hidden;
}
.header .header-middle .header-logo .logo-wyh {
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/header_wyh.png") no-repeat;
}
*html .header .header-middle .header-logo .logo-wyh {
    background:none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics//sitesources/hnsjct/theme/uxtheme10021/images/default/header_wyh.png');
}
.header .header-middle .header-logo .logo-jcj {
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/header_jcj.png") no-repeat;
}
*html .header .header-middle .header-logo .logo-jcj {
    background:none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics//sitesources/hnsjct/theme/uxtheme10021/images/default/header_jcj.png');
}
.header .header-middle .header-banner {
    top: 0;
    right: -230px;
    z-index: 1;
    width: 936px;
    height: 430px;
    overflow: hidden;
    background-color: transparent;
}
.header .header-middle .header-banner img {
    width: 936px;
    height: 430px;
    overflow: hidden;
}
.header .header-middle .header-banner ul,
.header .header-middle .header-banner li {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.header .header-middle .header-banner li {
    position: absolute;
    left: 0;
    top: 0;
    width: 936px;
    height: 430px;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.header .header-middle .header-banner li.active {
    z-index: 2;
    opacity:1;
    filter:alpha(opacity=100);
}
.header .header-middle .header-minlogo {
    top: 75px;
    right: 0;
    z-index: 2;
    width: 58px;
    height: 97px;
    overflow: hidden;
}
.header .menu {
    height: 60px;
    background: #1c1e66;
}
.header .menu .menu-box {
    height: 60px;
    font-size: 0;
}
.header .menu .menu-box .menu-item {
    float: left;
    width: 150px;
    height: 60px;
    text-align: center;
}
.header .menu .menu-box .menu-item a {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    margin: 0 5px;
    font-size: 24px;
    font-weight: bold;
    line-height: 55px;
    color: #fff;
}
.header .menu .menu-box .menu-item a.on,
.header .menu .menu-box .menu-item a:hover {
    color: #fff;
    text-decoration: none;
}
.header .menu .menu-box .menu-item a i {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 6px;
    overflow: hidden;
    background: url('/sitesources/hnsjct/theme/uxtheme10021/images/icon_menuline.png') no-repeat;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -khtml-opacity: 0;
}

.header .menu .menu-box .menu-item a.on i,
.header .menu .menu-box .menu-item a:hover i {
    bottom: 0;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -khtml-opacity: 1;
}

/* 公共底部 */
.footer {
    padding: 20px 0;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    background-color: #0b265b;
    border-top: 12px solid #ea1515;
}
.footer,
.footer a { color: #fff; }
.footer .link a { margin: 0 10px; }
.footer .logo { margin-top: 10px; }

/* 公共min头部 */
.header-min {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    background-color: #0b265b;
}
.header-min,
.header-min a,
.header-min a:hover { color: #fff; }
.header-min .logo {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    width: 130px;
    height: 40px;
    text-indent: -999em;
    background: url('/sitesources/hnsjct/theme/uxtheme10021/images/logo_mini.png') no-repeat left;
}
.header-min .channel {
    float: left;
    height: 30px;
    margin-top: 15px;
    margin-right: 10px;
    padding: 0 15px;
    line-height: 30px;
    background-color: #c81e21;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.header-min .channel:hover {
    background-color: #f00;
    text-decoration: none;
}
.header-min .nav { float: left; }
.header-min .nav li {
    position: relative;
    float: left;
    padding: 0 20px;
}
.header-min .nav li:after {
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
    content: '';
    display: block;
    overflow: hidden;
    width: 1px;
    background-color: #455a82;
}
.header-min .nav li:last-child:after { width: 0; }

/* 返回顶部 */
.backtop {
    position: fixed;
    right: 20px;
    bottom: 240px;
    z-index: 80;
    display: none;
    width: 50px;
    height: 50px;
    text-indent: -999em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url('/sitesources/hnsjct/theme/uxtheme10021/images/bg_backtop.png') no-repeat center top #d6d6d6;
}
.backtop:hover {
    background-position: center bottom;
    background-color: #0b265b;
}

/* 公共弹框 */
.alert {
    position: fixed;
    top: 50%;
    left: 10%;
    right: 10%;
    z-index: 9999;
    margin-top: -23px;
    text-align: center;
}
.alert span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    border-radius: 5px;
    background: #333;
    -webkit-box-shadow: inset 0 0 1px #424242, 0 1px 3px rgba(0,0,0,.65);
    box-shadow: inset 0 0 1px #424242, 0 1px 3px rgba(0,0,0,.65);
    text-shadow: 0 1px 1px #9d9d9d;
}

/*
* @Author: omtech.cn
* @Date:   2018-04-09 18:29:42
* @Last Modified by:   jason
* @Last Modified time: 2018-04-23 11:38:27
*/
@charset "utf-8";

.banner {
    height: 520px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.menu,
.menu span { height: 82px; }
.menu {
    position: relative;
    overflow: hidden;
    font-size: 24px;
    line-height: 82px;
    text-align: center;
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/menu_bg.jpg") no-repeat center top #3993e8;
}
.menu span {
    position: relative;
    display: inline-block;
    width: 165px;
    _width: 160px;
}
.menu span a,
.menu span s {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.menu span a {
    top: 0;
    z-index: 2;
    color: #fff;
}
.menu span s {
    z-index: 1;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.menu span s {
    top: -82px;
    background-color: #e9bf5c;
}
.menu span:hover a,
.menu span.on a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.menu span:hover s,
.menu span.on s { top: 0; }

.container {width:1200px;padding:0; padding-bottom: 50px; }

/*mod*/
.mod {
    overflow: hidden;
    padding-top: 50px;
}
.mod .hd {
    height: 46px;
    margin-bottom: 35px;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}
.mod .hd h3 {
    float: left;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 28px;
    line-height: 46px;
    color: #fff;
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/hd_title_bg.png") no-repeat right #103594;
}
.mod .hd .more {
    float: right;
    margin-top: 5px;
    color: #666;
}
.mod .hd .more:hover {
    color: #d51c17;
    text-decoration: none;
}

/*mod-bushu*/
.mod-bushu .hd {
    margin-bottom: 20px;
    border-bottom: none;
}

.bushu-headline {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
}
.bushu-headline a { color: #d51c17; }

.bushu-slide {
    float: left;
    overflow: hidden;
    background-color: #ccc;
}
.bushu-slide,
.bushu-slide .conts,
.bushu-slide .conts li,
.bushu-slide .conts li .image,
.bushu-slide .conts li .image img {
    width: 600px;
    height: 450px;
}
.bushu-slide,
.bushu-slide .conts,
.bushu-slide .conts li { position: relative; }
.bushu-slide .conts ul,
.bushu-slide .conts li {
    -webkit-transition: none;
    transition: none;
}
.bushu-slide .conts,
.bushu-slide .conts li {
    float: left;
    overflow: hidden;
}
.bushu-slide .conts li .image img { display: block; }
.bushu-slide .conts li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    overflow: hidden;
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/bushu_slide_title.png") repeat-x bottom;
    _background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
.bushu-slide .conts li .title p {
    display: block;
    height: 30px;
    overflow: hidden;
    margin: 38px 100px 0 20px;
    font-size: 20px;
    line-height: 30px;
}
.bushu-slide .conts li .title a { color: #fff; }
.bushu-slide .icons {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}
.bushu-slide .icons li {
    float: left;
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #b2b2b2;
    background-color: rgba(255, 255, 255, .3);
}
.bushu-slide .icons li.on { background-color: #d51c17; }
.bushu-slide .prev,
.bushu-slide .next {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 38px;
    height: 76px;
    margin-top: -38px;
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/bushu_slide_arrow.png") no-repeat;
    background-color: #666;
    background-color: rgba(0, 0, 0, .6);
}
.bushu-slide .prev {
    left: -38px;
    background-position: left top;
}
.bushu-slide .next {
    right: -38px;
    background-position: right bottom;
}
.bushu-slide .prev:hover,
.bushu-slide .next:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, 1);
}
.bushu-slide .prev:hover { background-position: right top; }
.bushu-slide .next:hover { background-position: left bottom; }

.bushu-news {
    float: right;
    width: 575px;
}
.bushu-news li {
    overflow: hidden;
    height: 111px;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    border-bottom: 1px solid #e8e8e8;
}
.bushu-news li table,
.bushu-news li td {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/*jiedu-baoguang*/
.jiedu-baoguang {
 
    overflow: hidden;
    padding-top: 80px;
}

/*mod-jiedu*/
.mod-jiedu {
    position: relative;
    float: left;
    width: 574px;
    height: 360px;
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/jiedu_bg.png?v1") no-repeat;
}
.mod-jiedu .hd h3 { display: none; }
.mod-jiedu .hd .more {
    position: absolute;
    top: 47px;
    right: 27px;
    color: #666;
}
.mod-jiedu .hd .more:hover {
    color: #d51c17;
    text-decoration: none;
}
.mod-jiedu ul {
    position: absolute;
    top: 46px;
    left: 7%;
    width: 86%;
}

/*mod-baoguang*/
.mod-baoguang {
    position: relative;
    float: right;
    width: 572px;
    height: 330px;
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/baoguang_bg.png?v1") no-repeat;
}
.mod-baoguang .hd h3 { display: none; }
.mod-baoguang .hd .more {
    position: absolute;
    top: 20px;
    right: 0;
    color: #666;
}
.mod-baoguang .hd .more:hover {
    color: #d51c17;
    text-decoration: none;
}
.mod-baoguang ul {
    position: absolute;
    top: 46px;
    left: 6%;
    width: 88%;
}

/*video-picture*/
.video-picture { overflow: hidden; }
.video-picture .mod .hd h3 {
    letter-spacing: 10px;
    padding-left: 40px;
    padding-right: 45px;
}
.video-picture .mod { width: 100%; }
.video-picture .mod ul { width: 100%; }

.mod-video { float: left; }
.mod-picture { float: right; }

/*mod-xuexi*/
.mod-xuexi ul { width: 1260px; }
.mod-xuexi li {
    float: left;
    width: 570px;
    padding-right: 60px;
}
.mod-xuexi ul li.picnews { margin-bottom: 30px; }

/*mod-luoshi*/
.mod-luoshi ul { width: 1260px; }
.mod-luoshi li {
    float: left;
    width: 600px;
    padding-right: 60px;
}

/*meiti-wangyu*/
.meiti-wangyu { padding-top: 20px; }

/*mod-meiti*/
.mod-meiti {
    float: left;
    width: 570px;
    overflow: visible;
}
.mod-meiti .bd {
    position: relative;
    height: 369px;
}
.mod-meiti .wrap {
    position: absolute;
    left: -50px;
    top: 0;
    width: 639px;
    height: 369px;
    overflow: hidden;
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/meiti_body_bg.png") no-repeat;
}
.mod-meiti .bd ul {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 500px;
}


/*mod-wangyu*/
.mod-wangyu {
    float: right;
    width: 570px;
}
.mod-wangyu .bd {
    position: relative;
    height: 353px;
}
.mod-wangyu .bd .wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 353px;
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/wangyu_body_bg.png") no-repeat;
}
.mod-wangyu .bd ul {
    position: absolute;
    top: 70px;
    left: 30px;
    width: 500px;
}

/*list*/
.news-list li {
    overflow: hidden;
    height: 48px;
    line-height: 48px;
}
.news-list li a {
    display: inline-block;
    padding-left: 20px;
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/news_icon.png") no-repeat 0 21px;
}
.news-list li a:hover { background-position: 0 -27px; }
.news-list li.bignews a,
.news-list li.picnews a {
    padding-left: 0;
    background: none;
}
.news-list li.bignews {
    font-size: 24px;
    font-weight: bold;
}
.news-list li.picnews {
    height: 150px;
    margin-bottom: 15px;
}
.news-list li.picnews .image { float: left; }
.news-list li.picnews .image,
.news-list li.picnews .image img {
    width: 200px;
    height: 150px;
}
.news-list li.picnews .cont {
    margin-left: 225px;
    padding-top: 5px;
}
.news-list li.picnews .cont h4 {
    max-height: 105px;
    overflow: hidden;
    font-size: 20px;
    line-height: 35px;
}
.news-list li.picnews .cont p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1;
    color: #666
}

/*pic-list*/
.pic-list li {
    float: left;
    width: 25%;
        padding-right: 20px;
    text-align: center;
}
.pic-list li .image,
.pic-list li .image img {
    width: 270px;
    height: 203px;
}
.pic-list li .image {
    position: relative;
    overflow: hidden;
}
.pic-list li .image s {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("/sitesources/hnsjct/theme/uxtheme10021/images/video_icon.png") no-repeat center;
}
.pic-list li .image:hover s {
    background-color: rgba(0, 0, 0, .5);
}
.pic-list li .title {
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}




.bushu-news .li1 {
    overflow: hidden;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}

.bushu-news .li1 a{
font-size:20px; color:#000; line-height:28px;height:50px; }
.bushu-news .li1 a:hover{color: #337ab7;}
.bushu-news .li2 a:hover{color: #337ab7;}
.gcls li a:hover{color: #337ab7;}
.bushu-news .li2{
    overflow: hidden;
    height: 50px;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.bushu-news .li2 a{
font-size:18px; color:#000; line-height:28px;height:50px; }
.gcls li{}
.gcls li a{    font-size: 18px;color:#000;
    line-height: 32px;}




.footC{ width:100%; height:145px; background:#1760c6; min-width:1030px;}
.footCon{ width:1002px; height:100%; margin:0px auto;}
.footCon_L{ width:230px; height:127px; float:left; margin-left:35px; margin-top:17px;}
.footCon_L img{ width:96px; height:117px; float:left; margin-left:15px;display:none;}
.footCon_C{ width:540px; height:100%; float:left; padding-top:10px;}
.footCon_C li{ font-size:14px; color:#ffffff; line-height:30px; text-align:center;}
a.footCon_R{ width:55px; height:65px; float:left; margin:35px 17px 35px 35px; background:url(/sitesources/hnsjct/theme/uxtheme10001/images/img_92.png) center no-repeat;}
.footCon_R2{ width:47px; height:64px; float:left; margin-top:35px;}













/*深入学习新条例*/
.head2{background: url(/sitesources/hnsjct/upload/201809/20180905141208344.jpg) top center no-repeat;height:550px;}
        .zt2{width:1100px;margin:0 auto;overflow: hidden;}
        .line1-1{width: 1100px;margin:20px auto;overflow: hidden}
        .lb2{width: 508px;height:275px;float: left;border: 1px solid #ccc}
        .tl2{width: 566px;height: 278px;float: right}
        .toutiao{padding: 5px;}
        .toutiao .title {margin: auto;text-align: left;line-height: 40px;font-size: 28px; }
        .toutiao .title a{color: #292929;}
        .toutiao .title a:hover{color: #B60000;}
        .toutiao .abs {margin: auto;text-align: left;line-height: 30px;font-size: 18px; color: #000000;margin-top: 10px;}
        .more3{float: right;color: #B60000;font-size: 16px; }
        .tltp2 {width: 1070px;margin:50px auto; text-align: center;}
        .yw2{width:534px;float: left;
    overflow: hidden;}
        .ywt2{width: 534px;height: 49px;background: url("/sitesources/hnsjct/upload/201809/20180905162017630.jpg") top center no-repeat}
        .ywt2 a{float: right;color: #B60000;font-size: 22px;margin-top: 5px;}
.ywn2{min-height:315px}
        .ywn2 ul{margin-top: 10px}
        .ywn2 ul li{background: url("/sitesources/hnsjct/upload/201809/20180905141412005.jpg") 0  18px no-repeat;padding-left: 20px;line-height: 60px;}
        .ywn2 li a{font-size: 22px;color: #000}
        .ywn2 li a:hover{color: #B60000;}
        .line2-2{width: 1070px;margin:0 auto; margin-bottom: 30px;overflow:hidden}
        .pl2{width: 470px;float: right;overflow: hidden}
.gc2{width:535px;float: left;
    overflow: hidden;}
        .sp2{width: 484px;float: right;overflow: hidden}
 .gct2{background: url(/sitesources/hnsjct/upload/201809/20180905161948264.jpg) top center no-repeat;height:49px;}
        .plt2{background: url(/sitesources/hnsjct/upload/201809/20180905162004727.jpg) top center no-repeat;height:49px;}
        .spt2{background: url(/sitesources/hnsjct/upload/201809/20180905141513906.jpg) top center no-repeat;height:49px;}
        .more2{float: right;color: #B60000;font-size: 22px;margin-top: 5px;}
#lzsp2 li{background:none;width:100%;height:315px;}
#lzsp2 li .image{width:400px;height:260px;    margin: 0 auto;}
#lzsp2 li .image img{width:400px;height:260px;}
