@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
    font-weight: normal;
    font-style: normal
}

body {
    box-sizing: border-box
}

*:focus {
    outline: none
}

a {
    text-decoration: none;
    font-size: inherit;
    color: inherit
}

ul {
    list-style: none;
}

.cui-btn1, .cui-btn2 {
    color: #ffffff !important;
}

.section-news {
    background: #f3f6ff;
    margin-bottom: 15px;
}

.nrzximg {
    float: left;
    width: 100%;
    margin-right: 3%;
    /* margin-bottom: 1%; */
    /* margin-top: 1%; */
}

.wrapper {
    position: relative;
    max-width: 100%;
    padding: 10px;
    margin: 0 auto;
}

.news-img-content {width: 25%;height: auto;float: left;/* margin-left: 3%; */margin-top: 1%;margin-bottom: 1%;    max-height: 200px;
    overflow: hidden;}

/*标题及左右背景图片*/
.bar {
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center
}

.bar h1 {
    position: relative;
    display: inline-block;
    margin: 0 auto 20px;
    line-height: 30px;
    padding: 0 30px;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    color: #383e63
}

.bar h1:before {
    content: "";
    width: 66px;
    height: 13px;
    background: url(../images/ei-v3-title_dark_r.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 100%
}

.bar h1:after {
    content: "";
    width: 66px;
    height: 13px;
    background: url(../images/ei-v3-title_dark_l.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: 100%
}

.news-body {
    position: relative
}

/*左侧图片*/
.news-pic-box {
    position: absolute;
    top: 12px;
    left: 0;
    width: 420px;
    height: 280px;
    background-position: center;
    background-size: cover
}

/*右侧轮播*/
.news-text {
    box-shadow: 0 15px 30px 10px rgba(196, 203, 222, 0.43);
    border-radius: 2px;
    padding-left: 8px;
    background-color: white;
    height: 100%;
    padding-bottom: 10px;
}

/*.news-body:after {*/
/*	content: "";*/
/*	display: table;*/
/*	clear: both*/
/*}*/
.news-text-content {
    position: relative;
    overflow: hidden;
    height: 100%
}

.news-text-content ul {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: content-box
}

.news-text-content li {
    padding: 30px 60px;
    height: 100%;
    position: relative
}

.news-title-content {
    width: 75%;
    float: right;
    /* margin-right: 1%; */
    margin-bottom: 1%;
    margin-top: 0%;
}

.news-text-content h1 {
    max-height: 56px;
    font-size: 22px;
    line-height: 24px;
    color: #383e63;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .2s;
    margin-bottom: 10px
}

.news-text-content h1 a {
    display: block
}

.news-text-content p {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    line-height: 180% !important;
    position: relative;
}

/*!*引号*!*/
/*.news-text-content p:before {*/
/*	content: "";*/
/*	width: 21px;*/
/*	height: 18px;*/
/*	background: url(../images/ei-v3-point.png) no-repeat;*/
/*	background-size: cover;*/
/*	position: absolute;*/
/*	bottom: -28px;*/
/*	right: -31px*/
/*}*/
/*.news-text-content p:after {*/
/*	content: "";*/
/*	width: 21px;*/
/*	height: 18px;*/
/*	background: url(../images/ei-v3-point.png) no-repeat;*/
/*	background-size: cover;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: -31px;*/
/*	transform: rotatez(180deg)*/
/*}*/
/*!*悬停标题颜色*!*/
/*.news-title-content:hover {*/
/*	cursor: pointer*/
/*}*/
/*.news-title-content:hover h1 {*/
/*	color: #f66f6a*/
/*}*/
/*!*分页*!*/
/*.news-text-pagination {*/
/*	display: block;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	right: 0;*/
/*	margin-bottom: 20px;*/
/*	line-height: 4px;*/
/*	z-index: 10;*/
/*	bottom: 10px;*/
/*	width: 100%;*/
/*	text-align: center*/
/*}*/
/*.news-text-pagination span {*/
/*	width: 24px;*/
/*	height: 4px;*/
/*	border-radius: 2px;*/
/*	background: #666a75;*/
/*	vertical-align: middle;*/
/*	display: inline-block;*/
/*	margin: 0 5px;*/
/*	opacity: .2;*/
/*	cursor: pointer*/
/*}*/
/*.news-text-pagination span.on {*/
/*	background: #f66f6a;*/
/*	opacity: 1*/
/*}*/
/*按钮*/
.cui-btn1, .cui-btn2 {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    border: solid 1px transparent;
    border-radius: 2px;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    margin-left: 13%;
    width: 20%;
    /* margin-top: 10%; */
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: 0.2s;
    border-color: #0064c7;
    background-color: #0064c7;
    color: #fff;
}

.cui-btn2:hover {
    box-shadow: 0 8px 16px rgb(27 79 165 / 50%);
}

.cui-btn1:hover {
    box-shadow: 0 8px 16px rgb(27 79 165 / 50%);
}

@media all and (max-width: 840px) {
    .cui-btn {
        display: none;
    }

    .news-text {
        height: auto;
    }

    .news-title-content {
        width: 56%;
        float: right;
        margin-right: 5%;
        margin-top: 4%;
        margin-bottom: 2%;
    }
}
@media all and (max-width: 840px) {
  .jcxm-contact-box .search-box .search-input{
      font-size: 14px;
  }
}

@media all and (max-width: 760px) {
    
    .wrapper {
    position: relative;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
       padding: 0px;
}

    .cui-btn {
        display: none;
    }

    .news-text {
        height: 100%;
    }

    .news-img-content {
       width: 100%;
    height: auto;
    float: none;
    margin-bottom: 2%;
    margin-top: 2%;
    margin-left: 0%;
    text-align: center;
    }

    .nrzximg {
        float: left;
        width: 100%;
        margin-right: 3%;
    }

    .news-title-content {
        width: 100%;
        float: right;
        margin-right: 0%;
        margin: 0 auto;
        /*margin-top: 4%;*/
    }

    .news-text-content p {
        margin-top: 0px;
        display: none;
    }

    .news-text {
        padding: 0 10px;
    }

    .cui-btn2 {
        display: none;
    }

    .cui-btn1 {
        display: inline-block;
        height: 40px;
        display: none;
        padding: 0 5px;
        border: solid 1px transparent;
        border-radius: 2px;
        background: transparent;
        font-weight: 400;
        font-size: 14px;
        margin-left: 0%;
        margin-bottom: 5%;
        width: 100%;
        margin-top: 0%;
        line-height: 38px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        transition: 0.2s;
        border-color: #0064c7;
        background-color: #0064c7;
        color: #fff;
        float: left;
    }
}

.jczx {
    overflow: auto;
    font-size: 16px;
    padding: 5px;
    line-height: 200%;
    margin-left: 25px;
    margin-right: 25px;
}
.jczx1 {
   overflow: auto;
    font-size: 16px;
    padding: 5px;
    /*line-height: 200%;*/
    margin-left: 25px;
    margin-right: 25px;
}


@media screen  and (max-width: 750px) {
   .nrzximg {
    float: none;
    width: 80%;
    margin-right: 0%;
    margin: 0 auto;
    text-align: center;
}
    
}

@media all and (max-width: 840px) {
.news-img-content{
    display: none;
}
.news-title-content{
    width: 100%;
        margin-bottom: 1%;
    margin-top: 0%;
    margin-right: 0;
}
    .jcxm-contact-box .search-box .search-input{
            font-size: 13px;
    }
    
}
@media all and (max-width: 768px) {
        .jcxm-contact-box .search-box .search-input{
            font-size: 10px;
    }
}