@charset "utf-8";
/* css 重置 */
body, div, ul, li, dl, dt, dd, h2, p {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

img {
    border: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    outline: none;
}

.w1440 {
    width: 1440px;
}

.con-box {
    padding-top: 50px;
}

.Express-Lane-block {
    padding-top: 45px;
    padding-bottom: 45px;
    background: url("../css/images/bottom-bg.jpg") no-repeat;
}

.Express-Lane-block h3 {
    font-size: 28px;
    color: #333;
}

.Express-Lane-block h3 span {
    font-size: 14px;
    color: #999;
}

.Express-Lane {
    /*margin-top: 54px;*/
    margin-top: 40px;
}

.Express-Lane li {
    float: left;
    width: 168px;
    height: 120px;
    margin-right: 70px;
    border-radius: 4px;
    background: rgba(255,255,255,.5);
    box-shadow: 0 5px 16px rgba(60,60,60,0.1);
}

.Express-Lane li.six-li,
.Express-Lane li.li-6 {
    margin-right: 0px;
}

.Express-Lane li p {
    display: block;
    position: absolute;
    z-index: 10;
    left: 50%;
    width: 75px;
    padding-top: 80px;
    margin: 0 auto;
    margin-left: -39px;
    font-size: 18px;
    color: #fff;
}

.Express-Lane li.li-1 {
    background: #8c7767;
}

.Express-Lane li.li-2 {
    background: #7f6564;
}

.Express-Lane li.li-3 {
    background: #566776;
}

.Express-Lane li.li-4 {
    background: #af9470;
}

.Express-Lane li.li-5 {
    background: #947f6e;
}

.Express-Lane li.li-6 {
    background: #586979;
}

.Express-Lane li.li-1 p {
    background:url("../css/images/icon-1.png") no-repeat 6px 13px;
}

.Express-Lane li.li-2 p {
    background:url("../css/images/icon-2.png") no-repeat 6px 13px;
}

.Express-Lane li.li-3 p {
    background:url("../css/images/icon-3.png") no-repeat 6px 13px;
}

.Express-Lane li.li-4 p {
    background:url("../css/images/icon-4.png") no-repeat 6px 13px;
}

.Express-Lane li.li-5 p {
    background:url("../css/images/icon-5.png") no-repeat 6px 13px;
}

.Express-Lane li.li-6 p {
    background:url("../css/images/icon-6.png") no-repeat 6px 13px;
}


.layer-1,
.layer-2,
.layer-3,
.layer-4,
.layer-5,
.layer-6 {
    position: absolute;
    display: none;
    width: 168px;
    height: 120px;
    background: #6a4e38;
    left: 0;
    top: 0;
}

.layer-2 {
    background: #583635;
}

.layer-3 {
    background: #22384d;
}

.layer-4 {
    background: #997545;
}

.layer-5 {
    background: #745842;
}

.layer-6 {
    background: #253b50;
}

.con-box {
    padding-bottom: 30px;
}
/*con-box-l*/

.con-box-l {
    width: 710px;
}

.con-box-l-t {
    width: 696px;
    height: 392px;
}

/*banner开始*/

.grade_banner {
    width:100%;
    height: 383px;
    box-shadow: 0 8px 20px rgba(60,60,60,0.2);
}
.slideBox1{
    overflow:hidden;
    position:relative;
}
.slideBox1 .hd{
    border-radius: 10px;
    overflow:hidden;
    position:absolute;
    margin-left:-45px;
    left: 50%;
    /*bottom:10px;*/
    bottom: 75px;
    z-index:40;

}
.slideBox1 .hd ul{
    overflow:hidden;
    zoom:1;
    margin-left: 10px;
    margin-top: 4px;
}
.slideBox1 .hd ul li{
    float:left;
    margin-right:10px;
    width:9px;
    height:9px;
    margin-top: 4px;
    background: #fff;
    cursor:pointer;
    border-radius: 5px;
}
.slideBox1 .hd ul li:nth-last-child(1){
    margin-right:0px;
}
.slideBox1 .hd ul li.on{
    width: 17px;
    height: 16px;
    margin-top: 0px;
    background:url("../css/images/ico-y-h.png") no-repeat;
}
.slideBox1 .bd{
    position:relative;
}

.slideBox1 .bd li {
    position: relative;
    cursor: pointer;
}

.slideBox1 .bd li img {
	width:696px;
	height:392px;
	overflow:hidden;
	transform: scale3d(1, 1, 1); 
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.slideBox1 .bd li:hover img {
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
	transition:all 1s cubic-bezier(0,1,1,1) 0s;
	-webkit-transition:all 1s cubic-bezier(0,1,1,1) 0s;
}

.con-text {
    height:70px;
    position: absolute;
    bottom:4px;
    left: 0;
    z-index: 10;
    width: 98%;
    padding-left:15px;
    background:url("../css/images/layer-bg.png") repeat-x;

}

.con-text p {
    display: block;
    float: left;
    width: 63px;
    height: 50px;
    margin-top: 5px;
    margin-right: 20px;
    padding-top: 5px;
    padding-right: 2px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
}

.con-text p b {
    border-left: 1px solid #fff;
    padding-left: 5px;
    font-size: 24px;
}

.con-text p span {
    padding-left: 5px;
}


h3.con-text-z {
    float: left;
    width: 560px;
    height:48px;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    border: none;
    padding: 0;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
}

/* .six-module { */
/*     margin-top: 54px; */
/* } */

.six-module li {
    float: left;
    width: 198px;
    height: 140px;
    margin-right: 40px;
    margin-bottom: 35px;
    background: rgba(255,255,255,.5);
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(60,60,60,0.1);
}

.six-module li.mr0,
.six-module li:first-child+li+li+li+li+li {
    margin-right: 0px;
}

.six-module li p {
    display: block;
    max-width: 110px;
    margin: 0 auto;
    padding-top: 97px;
    font-size: 18px;
    color: #666;
    height:23px;
    overflow: hidden;
    text-align: center;
}

.six-module li.li-1 p{
    background: url("../css/images/zx-ico1.png") no-repeat center 15px;
    background-size:80px;
}

.six-module li.li-2 p {
    background: url("../css/images/zx-ico2.png") no-repeat center 15px;
    background-size:80px;
}

.six-module li.li-3 p {
    background: url("../css/images/zx-ico3.png") no-repeat center 15px;
    background-size:80px;
}

.six-module li.li-4 p {
    background: url("../css/images/zx-ico4.png") no-repeat center 15px;
    background-size:80px;
}

.six-module li.li-5 p {
    background: url("../css/images/zx-ico5.png") no-repeat center 15px;
    background-size:80px;
}

.six-module li.li-6 p {
    background: url("../css/images/zx-ico6.png") no-repeat center 15px;
    background-size:80px;
}


.six-module li:hover {
    border:1px solid #d3d3d3;
}

.six-module li:hover p {
    color: #ad2925;
}


/*con-box-r*/
.con-box-r {
    width: 680px;
}

.con-box-new {
	float:left;
	height:383px;
}

.new-list-box {
	height: 355px;
	margin-top: 29px;
}

.new-list-box1 {
	height:308px;
	margin-top:26px;
}

.title-public {
	float:left;
	height:37px;
	width:680px;
	position: relative;
}

.title-public ul li {
	float:left;
	height:37px;
	cursor: pointer;
}

.title-public ul li p {
	float:left;
    font-size: 22px;
    color: #767676;
    text-align: center;
    padding-bottom: 10px;
    margin-right: 20px;
}


.title-public ul li span {
	float:right;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
}

.conBox .con-box-new {
	display:none;
}


.title-public ul li.active p {
	color:#333;
    border-bottom: 2px solid #961c17;
}


.hot-new {
    width: 645px;
/*     max-height: 170px; */
	max-height: 205px;
/*     margin-top: 30px; */
        padding: 10px 20px 0 15px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.hot-new1 {
	padding: 5px 20px 0 15px;
}

.hot-new ul li {
    padding: 5px 0;
    height: 29px;
    cursor: pointer;
}

.hot-new1 ul li {
	padding: 5px 0;
	height: 31px;
	line-height:31px;
}

.hot-new ul li a {
	padding-left:30px;
    font-size: 18px;
    color: #bf1e26;
    max-width: 460px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url("../css/images/ico-fz.png") no-repeat left center;
}

.hot-new ul li i {
    float: left;
    width:28px;
    height: 11px;
    margin-left: 5px;
    background: url("../css/images/ico-new.png") no-repeat right top;
}

.hot-new ul li:hover a {
    text-decoration: underline;
}

.hot-new ul li:hover span.time-text {
	color: #bf1e26;
}

.hot-new ul li span.time-text {
    font-size: 16px;
    color: #999;
}

.new-list {
	width: 684px;
	max-height: 287px;
}

.new-list li {
    padding: 5px 20px 5px 15px;
    height: 31px;
    cursor: pointer;
    line-height: 31px;
    transition: all .225s ease-in-out;
}

.new-list1 li {
    padding: 5px 20px 5px 15px;
    height: 29px;
    line-height: 29px;
}

.new-list li a {
	padding-left: 30px;
    background: url("../css/images/ico-y.png") no-repeat left center;
    color: #000;
    max-width: 460px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.new-list li:hover {
/* 	background:#f5f5f5; */
/* 	border-radius: 4px; */
}

.new-list li:hover a {
	background: url("../css/images/ico-y-hover.png") no-repeat left center;
    color: #bf1e26;
    text-decoration: underline;
}

.new-list li:hover span.time-text {
	color: #bf1e26;
}

.new-list li span.time-text {
    font-size: 16px;
    color: #999;
}

.mt54 {
    margin-top: 49px;
}

.title-public a.more-btn {
	float:right;
	position:absolute;
	right:0;
	width:54px;
	height:24px;
	margin-top: 13px;
	font-size:12px;
	color:#999;
	text-align:center;
	line-height:24px;
}

.title-public a.more-btn i { 
	position:absolute; 
	left:0; 
	top:0; 
	background: url("../css/images/ico-more.png") no-repeat center;
	width:54px; 
	height:24px;
}

.title-public a.more-btn:hover i {
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
}


/*列表页*/
.list-box {
    padding-top: 50px;
}

.list-con-l {
/*     position:relative; */
    width: 244px;
    min-height: 300px;
    top: 120px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(60,60,60,0.2);
    border-left: 6px solid #ad2925;
    background: #fff;
}

.side-bar {
    position:fixed;
    top:50px;
    z-index:100;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop));
}

.list-con-l-title {
    height: 60px;
    border-top-right-radius: 10px;
    background: url("../css/images/list-ico1.png") #ad2925 no-repeat right center;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    text-align: center;
}

.Side-nav ul li {
    width:244px;
    border-bottom: 1px solid #e5e5e5;
    list-style:none;
    overflow:visible;
    clear: both;
}

.list-box .Side-nav li a,
.list-box .tab-nav li {
	position: relative;
    display: block;
    width: 184px;
    background: url("../css/images/ico-y.png") no-repeat 40px center;
    padding-left: 60px;
    font-size:16px;
    color:#333;
    line-height: 60px;
}

.list-box .Side-nav li a i {
	position: absolute;
	right:30px;
	top:29px;
	display:block;
	width:11px;
	height:7px;
	background: url(../css/images/ico-jt-d.png) no-repeat right center;
}

.list-box .tab-nav li {
    cursor: pointer;
}

.list-box .Side-nav .liW a i {
    top: 22px;
    position: absolute;
	right:30px;
	display:block;
	width:11px;
	height:7px;
	background: url(../css/images/ico-jt-d.png) no-repeat right center;
}

.list-box .tab-nav li.active,
.list-box .Side-nav li a.active {
	background: url("../css/images/ico-y-hover.png") no-repeat 40px center;
    color: #c93630;
}

.list-box .Side-nav li a.active i,
.list-box .Side-nav .liW a.active i {
	background: url(../css/images/ico-jt-h.png) no-repeat right center;
}

.Side-nav .tab_ul li{
    width:244px;
    min-height: 46px;
    border-bottom: none;
}

.list-box .Side-nav .tab_ul li a {
/*     width: 154px; */
/*     padding-left: 90px; */
    float:left;
    width: 204px;
    height: 46px;
    padding-left: 0;
    font-size:15px;
    line-height: 46px;
    color:#666;
    border: none;
    background: #ffffff;
    margin-left: 20px;
    text-align: center;
}

.list-box .Side-nav .tab_ul .liW ul li a {
    font-size: 13px;
    padding-left: 47px;
    width: 157px;
}

.list-box .Side-nav .tab_ul li a.active {
    color: #c93630;
    background: #f5f5f5;
}

/* .Side-nav .li_2 .tab_ul, */
/* .Side-nav .li_3 .tab_ul, */
/* .Side-nav .li_4 .tab_ul, */
/* .Side-nav .li_5 .tab_ul{ */
/*     display: none; */
/* } */

.tab_cont .list-con-text {
    width: 1080px;
    padding: 0 30px;
    overflow: hidden;
}


.list-title-public {
    height: 58px;
    border-bottom: 2px solid #ececec;
}

.list-title-public h3 {
    float: left;
    line-height: 58px;
    font-size: 20px;
    color: #000;
}



.list-title-public p span {
    margin-right: 20px;
    background: url("../css/images/ico-d.png") no-repeat right center;
    padding-right: 20px;
    color: #888;
}

.list-con-w {
    float: left;
    margin-top:-28px;
    margin-bottom:50px;
}

.list-con-w li {
    float: left;
    width: 1047px;
    margin-top: 30px;
    padding:0 30px;
    height: 24px;
    background: url("../css/images/ico-y.png") no-repeat left center;
    line-height: 24px;
    color: #333;
}

.search-con-w li {
    width: 1320px;
    margin-left: 30px;
}

.list-con-w li a {
    float: left;
    color: #333;
}

.list-con-w li a:hover {
    color: #ad2925;
}

.list-con-w li span {
    float: right;
    color: #666;
}

.tag {
    min-width: 738px;
    max-width:800px;
/*     padding-top: 50px; */
}

.tag li {
    float: left;
    margin-right:9px;
    line-height: 25px;
}
.tag a,
.tag span {
    float: left;
    display: block;
    margin-right: 10px;
    /* height: 37px; */
    width:38px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    line-height: 38px;
    color: #999;
    text-align:center;
}

.tag span {
    border: none;
}

.tag div {
	display:none;
}

.tag a:hover,
.tag a.active,
.tag span.current {
    background: #ad2925;
    border-color: #ad2925;
    color: #fff;
}

/*内容页*/
.list-content {
    width: 1080px;
    min-height:100vh;
    padding: 0 30px 120px;
}

.list-content-1  {
    width: 1200px;
    min-height: 500px;
    padding: 0 30px 120px;
    margin: 0 auto;
    float: none;
    display: block;
}

.list-content h1 {
/* 	float:left; */
	width:100%;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.list-content-block-l {
    width: 360px;
    height: 150px;
    padding: 105px 90px;
    background: #f6f6f6;
}

.list-content-block-r {
	height:360px;
}

.list-content-block-l i.ico-l,
.list-content-block-l i.ico-r {
    position: absolute;
    top: 50%;
    right: -25px;
    width: 26px;
    height: 50px;
    margin-top: -25px;
    background: url("../css/images/ico-jt-r.png") no-repeat right center;
}

.list-content-block-l i.ico-l {
    right: -25px;
}

.list-content-block-l i.ico-r {
    left: -25px;
    background: url("../css/images/ico-jt-l.png") no-repeat right center;
}

.list-content-block-l p {
    font-size: 30px;
    color: #333;
    text-align: center;
}

.list-content-block-l p.block-text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 40px;
}

.list-content p.con-p1,
.list-content p {
/* 	text-indent:28px; */
/*     margin-bottom: 30px; */
    margin: 0 20px 30px ;
    font-size: 16px;
    color: #000;
    line-height:30px; ;
}

.list-title-public p {
    float: right;
    line-height: 58px;
    color: #bb2b25;
    font-size: 14px;
}

.list-content img,
.list-content img.con-img {
/*     width: 100%; */
    display: block;
    margin: 0 auto;
/*     margin-top: 50px; */
    margin-bottom: 5px;
}

.vision-con {
    border-top: 1px solid #e5e5e5;
    padding-top: 50px;
}

.vision-con h3 {
    font-size: 22px;
    color: #000;
}

.vision-con h3 span {
    font-size: 14px;
    color: #888;
}

.vision-con p {
    padding: 30px 0;
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.search-con .list-con-text,
.search-list-content {
    width: 1400px;
}

/*搜索为空*/
.list-content-box {
    min-height: 500px;
}

.search-k {
    width: 330px;
    height: 240px;
    margin: 0 auto;
    background: url("../css/images/ss-bg.png") no-repeat top center;
    font-size: 26px;
    color: #a1a0a3;
    text-align: center;
}

.search-k p {
    padding-top: 270px;
}

/*2019.2.26 新增*/
.dynamic-modular {
    width: 250px;
}

.dynamic-box {
    width: 250px;
    min-height: 500px;
    top: 120px;
}

.dynamic-hover {
    position:fixed;
    top:0;
    z-index:100;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop));
}

.tab_fix_bottom {
    position: absolute;
    bottom: 0px;
    top: auto;
}


.dynamic-box h3 {
    height: 58px;
    font-size: 16px;
    color: #666;
    line-height: 58px;
}

.dynamic-con ul li {
    float: left;
    width: 250px;
    margin-top: 20px;
    cursor:pointer;
}

.dynamic-con ul li img {
    display: block;
    float: left;
    width: 110px;
    height: 72px;
}

.dynamic-con ul li .dynamic-con-list {
    float: left;
    margin-left: 15px;
    width: 125px;
}

.dynamic-con ul li .dynamic-con-list p {
    font-size: 12px;
    line-height: 21px;
    color: #000;
}

.dynamic-con ul li .dynamic-con-list span {
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.list-content p.con-p3 {
    margin-bottom: 30px;
    font-size: 16px;
    color: #000;
    line-height:30px; ;
}

/*2019.3.7*/
.mr60 {
    margin-right: 45px;
}

.new-content h4 {
    width: 100%;
    color: #666;
    font-size: 14px;
}

/*2019.4.28 */
div.learnImg {
    width: 100%;
    float: left;;
    height: 290px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.list-content div.learnImg img {
    display: block;
    width: 220px;
    height: 290px;
    margin: 0 auto;
}

.learnContent p.con-p1 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    line-height:40px;
}

.learnConT {
    padding:0 20px;
}

.learnConT ul li {
    float: left;
}

.list-content .learnConT ul li:first-child {
    margin-right: 50px;
}

.list-content .learnConT ul li img.learn-img {
    float: left;
    width: 220px;
    height: 290px;
}

.learnConT ul li .learnConTcon {
    float: left;
    width: 260px;
    margin-left: 15px;
}

.learnConT ul li .learnConTcon h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.learnConT ul li .learnConTcon h3 span {
    font-size: 16px;
    font-weight: lighter;
}

.learnConT ul li .learnConTcon p {
    margin: 0;
    font-size: 16px;
    line-height: 36px;
    color: #000;
}

.learnConTcontext h1 {
    margin: 0 20px 30px;
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    color: #000;
}

.learnConTcontext p {
    padding-top: 30px;
    font-size: 16px;
    line-height: 36px;
    color: #000;
}

.learnConB {
    padding-left: 20px;
}

.learnConB ul li {
    float:left;
    width: 220px;
    margin-bottom: 30px;
    margin-right:60px;
}

.learnConB ul li.mr0 {
    margin-right: 0;
}

.learnConB ul li p {
    width: 220px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #000;
}
/*2019.4.28 end*/

/*响应式*/
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .w1440 {
        width: 1200px;
    }

    .search-con .list-con-text,
    .search-list-content {
        width: 1200px;
    }

    .search-con-w li {
        width: 1114px;
    }

    .con-box-l {
        width: 590px;
    }

    .con-box-r {
        width: 560px;
    }

    .con-box-l-t {
        width: 570px;
    }

    .six-module li {
        width: 175px;
        height: 150px;
        margin-right: 23px;
    }
    
    .title-public {
    	width:560px;
    }

    .hot-new {
        width: 525px;
/*         padding: 10px 15px 30px 15px; */
    }

    .hot-new ul li a {
        font-size: 16px;
        max-width: 353px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .new-list li a{
        max-width: 353px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .Express-Lane li {
        width: 150px;
        margin-right: 60px;
    }

    .list-con-w li a {
        max-width: 722px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .list-content-block-l {
        width: 360px;
        height: 150px;
        padding: 67px 40px;
    }

    .list-content-block-r img {
        width: 425px;
    }
    
    .list-content {
    	width:860px;
    }
    
    .con-r {
    	width:530px;
    }
    
    .new-list {
    	width: 560px;
    }
    
    /*2019.4.28 */

    .list-content .learnConT ul li:first-child {
        margin-right: 30px;
    }

    .list-content .learnConT ul li img.learn-img {
        float: left;
        width: 180px;
        height: 237px;
    }

    .learnConT ul li .learnConTcon {
        float: left;
        width: 180px;
        margin-left: 15px;
    }

    .learnConT ul li .learnConTcon h3 {
        margin-top: 10px;
    }

    .learnConT ul li .learnConTcon p {
        font-size: 14px;
        line-height: 32px;
    }

    .learnConB ul li {
        margin-right: 33px;
    }

    .learnConB ul li,
    .learnConB ul li p,
    img.learn-img {
        width: 180px;
    }
    /*2019.4.28  end*/
}

@media screen and (min-width: 990px) and (max-width: 1279px){
    .w1440 {
        width: 990px;
    }

    .search-con .list-con-text,
    .search-list-content {
        width: 990px;
    }

    .con-box-l {
        width: 505px;
    }

    .con-box-l-t {
        height: auto;
    }
    
    .title-public {
    	width:465px;
    }

    .grade_banner {
        height: 345px;
    }

    h3.con-text-z {
        width: 295px;
    }

    .slideBox1 .bd li img {
        width: 475px;
    }

    .con-box-l-t {
        width: 475px;
    }

    .six-module li {
        width: 145px;
        margin-right: 18px;
    }

    .con-box-r {
        width: 465px;
    }

    .hot-new {
        width: 435px;
    }

    .new-list {
        height: 124px;
        overflow: hidden;
    }

    .new-list1 {
        height: auto;
    }
    
    .new-list-box {
    	height:293px;
    }
    
    .con-box-new {
    	height:322px;
    }

    .hot-new ul li a {
        max-width: 255px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .mt54 {
        margin-top: 37px;
    }

    .new-list li a {
        max-width: 300px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .Express-Lane li {
        width: 140px;
        margin-right: 30px;
    }

    .list-con-w li {
        width: 901px;
    }

    .list-con-w li a {
        max-width: 480px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .list-content-block-l {
        width: 320px;
        height: 74px;
        padding: 63px 20px;
        background: #f6f6f6;
    }

    .list-content-block-l p {
        font-size: 25px;
    }

    .list-content-block-l p.block-text {
        margin-top: 14px;
        font-size: 17px;
        line-height: 28px;
    }

    .list-content-block-r img {
        width: 300px;
    }
    
    .list-content {
    	width:650px;
    }
    
    .con-r {
    	width:330px;
    }
    
    .new-list {
    	width:473px;
    }
    
    .new-list li a {
    	max-width: 255px;
    }
    
    .con-text {
    	width:66%;
    	bottom: 52px;
    }
    
    .slideBox1 .hd {
    	bottom:80px;
    }
    
    /*2019.4.28 */

    .list-content .learnConT ul li:first-child {
        margin-right: 20px;
    }

    .list-content .learnConT ul li img.learn-img {
        float: left;
        width: 140px;
        height: 185px;
    }

    .learnConT ul li .learnConTcon {
        float: left;
        width: 140px;
        margin-left: 15px;
    }

    .learnConT ul li .learnConTcon h3 {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .learnConT ul li .learnConTcon p {
        font-size: 12px;
        line-height: 22px;
    }

    .learnConTcontext p {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .learnConB ul li {
        margin-right: 23px;
    }

    .learnConB ul li,
    .learnConB ul li p,
    img.learn-img {
        width: 140px;
    }
    /*2019.4.28  end*/
}

.popBox {
    width: 800px;
    height: 463px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 6px 17px rgba(0, 0, 0, .67);
}

.popBox .popTitle {
    height: 55px;
    background: url("../css/images/popTitleBg.png") no-repeat;
    border-top-left-radius:22px;
    border-top-right-radius: 22px;
}

.popBox .popTitle span {
    width: 23px;
    height: 23px;
    float: right;
    margin-top: 15px;
    margin-right: 22px;
    background: url("../css/images/popClose.png") no-repeat;
}

.popCon {
    height: 291px;
    margin-top: 5px;
    margin-right: 10px;
    padding: 50px 0 50px 50px;
    overflow-y: scroll;
}

.popConL {
    float: left;
    width: 220px;
    margin-right: 20px;
}

.popConR {
    width: 460px;
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 34px;
    text-indent: 28px;
}


.popCon::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.popCon::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #c8c8c8;
}
.popCon::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background:none;
}
.index-left{
	z-index: 999;
    position: absolute;
    border-radius: 50%;
    margin-top: 77px;
   /*  margin-left: 213px; */
    display: inline-block;
	width: 50px;
	height: 50px;
	background: url("./images/left.png") no-repeat center;
	cursor: pointer;
}
.index-right{
	z-index: 999;
    position: absolute;
    border-radius: 50%;
    margin-top: 77px;
    margin-left: -52px;
    display: inline-block;
	width: 50px;
	height: 50px;
	background: url("./images/right.png") no-repeat center;
	cursor: pointer;
}