@font-face {
    font-family: 'DINProReg';
    src: url('../font/DINProReg.eot');
    src:
    url('../font/DINProReg.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINProReg.woff') format('woff'),
    url('../font/DINProReg.ttf') format('truetype'),
    url('../font/DINProReg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINBlack';
    src: url('../font/DINBlack.eot');
    src:
    url('../font/DINBlack.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINBlack.woff') format('woff'),
    url('../font/DINBlack.ttf') format('truetype'),
    url('../font/DINBlack.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINBold';
    src: url('../font/DINBold.eot');
    src:
    url('../font/DINBold.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINBold.woff') format('woff'),
    url('../font/DINBold.ttf') format('truetype'),
    url('../font/DINBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #19408c;}

.header .menuIcon{width: 24px;cursor: pointer;display: none;position: absolute;right: 5%;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon span{display: block;height: 3px;background: #550369;margin-top: 5px;position: relative;}
.header .menuIcon span:first-child{margin-top: 0;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.header{position: relative;}
.header .logo{height: 98px;line-height: 98px;font-size: 0;}
.header .form{padding-top: 30px;}
.header .form .text{width: 214px;padding: 0 10px 0 20px;border:1px solid #e5e5e5;border-radius: 5px 0 0 5px;height: 38px;line-height: 38px;font-size: 13px;color: #8c8c8c;}
.header .form .subm{width: 44px;height: 40px;border:none;border-left: none;border-radius: 0 5px 5px 0;background: #550369 url(../images/searchBtn.png) no-repeat center;cursor: pointer;}

.nav{width: 100%;background: #550369;position: relative;z-index: 9;}
.nav .nLi{width: 9.5%;text-align: center;position: relative;}
.nav .nLi:first-child{width: 5%;}
.nav .nLi h3 a{display: block;height: 73px;line-height: 73px;position: relative;font-size: 16px;color: #f6f6f6;font-weight: normal;}
.nav .nLi.on h3 a,.nav .nLi:hover h3 a{background: #32023e;}
.nav .nLi.on h3 a{font-weight: bold;}
.nav .nLi h3 a:before{content: "";width: 1px;height: 17px;background: #c5adcb;position: absolute;left: 0;top:50%;margin-top: -8px;}
.nav .nLi:first-child h3 a:before{display: none;}
.nav .nLi .navSub{position: absolute;left: 0;top:73px;width: 100%;background: rgba(255,255,255,0.8);display: none;}
.nav .nLi .navSub li a{display: block;line-height: 51px;font-size: 16px;color: #4c035e;border-bottom: 1px solid #b3a5bc;}
.nav .nLi .navSub li a:hover{background: #550369;border-color: #550369;color: #fff;}
.nav .nLi.on h3 a{font-weight: bold;}

.banner{position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 26.33%;/*padding-bottom: 33.33%;*/background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-button-prev,
.banner .swiper-button-next{width: 47px;height: 86px;margin-top: -43px;background: rgba(0,0,0,0.2);}
.banner .swiper-button-prev:before,
.banner .swiper-button-next:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url(../images/arrow2.png) no-repeat left top;}
.banner .swiper-button-prev{left: 0;}
.banner .swiper-button-next{right: 0;}
.banner .swiper-button-next:before{background-position: right top;}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover{background: rgba(0,0,0,0.4);}
.banner .swiper-pagination{bottom: 23px;height: 17px;line-height: 17px;}
.banner .swiper-pagination .swiper-pagination-bullet{margin: 0 10px;height: 17px;width: 17px;background: #f6f6f6;opacity: 1;border-radius: 17px;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 46px;}

.iMain{margin: 30px auto 66px;/*margin: 40px auto 66px;*/}

.ititle{padding-left: 31px;border-bottom: 1px solid #dcdcdc;margin-bottom: 23px;background: url(../images/ititle1.png) no-repeat left center;height: 37px;line-height: 37px;}
.ititle h3{font-size: 20px;color: #03acdd;font-weight: normal;position: relative;text-shadow: 0 0 0.4px #03acdd;}
.ititle h3:before{content: "";width: 100%;height: 2px;background: #03acdd;position: absolute;left: 0;bottom: -1px;z-index: 2;}
.ititle ul li{font-size: 20px;color: #adadad;font-weight: normal;position: relative;margin-left: 23px;}
.ititle ul li:first-child{margin-left: 0;}
.ititle ul li:before{content: "";width: 100%;height: 2px;background: #03acdd;position: absolute;left: 0;bottom: -1px;z-index: 2;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.ititle ul li a{display: block;}
.ititle ul li.active{color: #03acdd;}
.ititle ul li.active:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.ititle .imore{font-size: 14px;color: #005097;text-transform: uppercase;}
.ititle .imore:hover{color: #550369;}

.isect1{margin-bottom: 30px;/*margin-bottom: 57px;*/}
.isect1 .isect1_1{width: 67.33%;}
.isect1 .isect1_1 .scroll{width: 52.6%;position: relative;overflow: hidden;}
.isect1 .isect1_1 .scroll .swiper-slide a{display: block;}
.isect1 .isect1_1 .scroll .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 242px;position: relative;overflow: hidden;margin-bottom: 14px;}
.isect1 .isect1_1 .scroll .swiper-slide a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1 .isect1_1 .scroll .swiper-slide a h5{margin-bottom: 9px;font-size: 18px;line-height: 24px;color: #333333;font-weight: normal;max-height: 48px;overflow: hidden;}
.isect1 .isect1_1 .scroll .swiper-slide a p{font-size: 14px;line-height: 24px;color: #777777;height: 48px;/*height: 72px;*/overflow: hidden;}
.isect1 .isect1_1 .scroll .swiper-slide a:hover h5{color: #550369;}
.isect1 .isect1_1 .scroll .swiper-button-prev,
.isect1 .isect1_1 .scroll .swiper-button-next{width: 43px;height: 43px;margin-top: 0;top:93px;background: rgba(0,0,0,0);z-index: 3;}
.isect1 .isect1_1 .scroll .swiper-button-prev:before,
.isect1 .isect1_1 .scroll .swiper-button-next:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url(../images/arrow3.png) no-repeat left top;}
.isect1 .isect1_1 .scroll .swiper-button-prev{left: 0;}
.isect1 .isect1_1 .scroll .swiper-button-next{right: 0;}
.isect1 .isect1_1 .scroll .swiper-button-next:before{background-position: right top;}
.isect1 .isect1_1 .scroll .swiper-button-prev:hover,
.isect1 .isect1_1 .scroll .swiper-button-next:hover{background: rgba(0,0,0,0.55);}
.isect1 .isect1_1 .scroll .swiper-button-prev:hover:before,
.isect1 .isect1_1 .scroll .swiper-button-next:hover:before{background-position-y:bottom;}
.isect1 .isect1_1 .scroll .swiper-pagination{bottom: auto;top:218px;left: auto;right: 18px;width: auto;height: 11px;line-height: 11px;}
.isect1 .isect1_1 .scroll .swiper-pagination .swiper-pagination-bullet{margin: 0 2px;height: 11px;width: 11px;background: #cdcdcd;opacity: 1;border-radius: 17px;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.isect1 .isect1_1 .scroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 32px;background: #f6f6f6;}

.isect1 .isect1_1 ul{width: 45%;padding-top: 6px;}
.isect1 .isect1_1 ul li{margin-top: 12px;/*margin-top: 26px;*/}
.isect1 .isect1_1 ul li:first-child{margin-top: 0;}
.isect1 .isect1_1 ul li a{display: block;padding-left: 83px;height: 57px;position: relative;}
.isect1 .isect1_1 ul li a .date{width: 61px;height: 53px;position: absolute;left: 0;top:0;background: #4c035e;border-radius: 5px;border:1px solid #4c035e;text-align: center;
line-height: 53px;font-size: 24px;color: #ffffff;font-family: "DINProReg";letter-spacing: -2px;}
.isect1 .isect1_1 ul li a h5{padding-top: 2px;font-size: 16px;line-height: 24px;color: #333333;font-weight: normal;height: 48px;overflow: hidden;}
.isect1 .isect1_1 ul li a:hover .date{background:  #4c035e;color: #fff;border-color: #4c035e;}
.isect1 .isect1_1 ul li a:hover h5{color: #4c035e;}

.isect1 .isect1_2{width: 30.6%;}
.isect1 .isect1_2 .ititle{background-image: url(../images/ititle2.png);}
.isect1 .isect1_2 .ititle .imore2{display: none;}
.isect1 .isect1_2 .scroll{width: 100%;position: relative;overflow: hidden;}
.isect1 .isect1_2 .scroll ul li{margin-top: 6px;/*margin-top: 9px;*/}
.isect1 .isect1_2 .scroll ul li:first-child{margin-top: 0;}
.isect1 .isect1_2 .scroll ul li a{display: block;padding-left: 60px;position: relative;height: 52px;/*height: 59px;*/}
.isect1 .isect1_2 .scroll ul li a i{width: 46px;height: 46px;position: absolute;left: 0;top:0;background: #4c035e;text-align: center;line-height: 44px;font-size: 25px;color: #ffffff;font-family: "DINBold";}
.isect1 .isect1_2 .scroll ul li a h5{font-size: 16px;line-height: 23px;color: #333333;font-weight: normal;}
.isect1 .isect1_2 .scroll ul li a span{display: block;line-height: 24px;font-size: 13px;color: #333333;padding-bottom: 6px;/*padding-bottom: 11px;*/border-bottom: 1px solid #eeeeee;}
.isect1 .isect1_2 .scroll ul li a:hover i{background: #4c035e;}
.isect1 .isect1_2 .scroll ul li a:hover h5{color: #4c035e;}
.isect1 .isect1_2 .scroll ul li:last-child a span{border:none;}

.isect2{margin-bottom: 30px;/*margin-bottom: 45px;*/}
.isect2 .isect2_1{width: 48.5%;}
.isect2 .isect2_1 .ititle{background-image: url(../images/ititle3.png);margin-bottom: 9px;}
.isect2 .isect2_1.fr .ititle{background-image: url(../images/ititle4.png);}

.isect5{margin-bottom: 40px;/*margin-bottom: 45px;*/}
.isect5 .isect5_1{width: 48.5%;}
.isect5 .isect5_1 .ititle{background-image: url(../images/ititle5.png);margin-bottom: 9px;}
.isect5 .isect5_1.fr .ititle{background-image: url(../images/ititle6.png);margin-bottom: 9px;}
.isect5 .isect5_1.fr .remomNews{margin-bottom: 3px;}
.isect5 .isect5_1.fr .remomNews a{display: block;}
.isect5 .isect5_1.fr .remomNews a .pic{width: 50%;height: 140px;position: relative;overflow: hidden;}
.isect5 .isect5_1.fr .remomNews a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect5 .isect5_1.fr .remomNews a .text{width: 43%;margin-right: 2%;}
.isect5 .isect5_1.fr .remomNews a h5{margin-bottom: 4px;font-size: 18px;line-height: 47px;color: #333333;font-weight: normal;/*text-shadow: 0 0 0.5px #333333;*/}
.isect5 .isect5_1.fr .remomNews a p{font-size: 14px;line-height: 24px;color: #777777;height: 72px;overflow: hidden;}
.isect5 .isect5_1.fr .remomNews a:hover h5{color: #480359;}

.list li{border-bottom: 1px solid #ececec;}
.list li a{display: block;height: 40px;line-height: 40px;/*height: 53px;line-height: 53px;*/padding: 0 116px 0 32px;position: relative;}
.list li a:before{content: "";width: 10px;height: 10px;position: absolute;left: 10px;top:50%;margin-top: -5px;background: url(../images/liIcon.png) no-repeat left top;}
.list li a h5{font-size: 16px;color: #333333;font-weight: normal;}
.list li a span{position: absolute;right: 0;top:0;font-size: 13px;color: #6e6e6e;}
.list li a:hover:before{background-position: left bottom;}
.list li a:hover h5{color: #4c035e;}

.isect3{padding: 22px 19px;background: #f6f6f6;margin-bottom: 40px;/*margin-bottom: 54px;*/}
.isect3 dl{padding-left: 64px;position: relative;}
.isect3 dl dt{width: 50px;height: 100%;background: #03acdd;box-sizing: border-box;padding: 4px;position: absolute;left: 0;top:0;}
.isect3 dl dt i{display: block;width: 100%;height: 100%;box-sizing: border-box;border:1px solid #fff;}
.isect3 dl dt h4{position: absolute;font-size: 20px;color: #ffffff;line-height: 22px;width: 20px;left: 50%;top:50%;margin: -44px 0 0 -10px;
font-weight: normal;text-shadow: 0 0 0.4px #fff;}
.isect3 dl dd .scroll{width: 100%;position: relative;overflow: hidden;}
.isect3 dl dd .scroll .swiper-slide a{display: block;position: relative;overflow: hidden;}
.isect3 dl dd .scroll .swiper-slide a em{display: block;width: 100%;height: 0;padding-bottom: 61.79%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 dl dd .scroll .swiper-slide a b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: #000;opacity: 0;z-index: 2;}
.isect3 dl dd .scroll .swiper-slide a .text{position: absolute;left: 0;top:50%;margin-top: -43px;padding: 14px 5px 0;text-align: center;width: 100%;box-sizing: border-box;opacity: 0;z-index: 3;}
.isect3 dl dd .scroll .swiper-slide a .text h5{font-size: 20px;line-height: 43px;color: #ffffff;font-weight: normal;}
.isect3 dl dd .scroll .swiper-slide a .text i{display: block;width: 30px;height: 30px;background: url(../images/add.png) no-repeat center;background-size: 100% 100%;margin: 0 auto;
-webkit-transform: scale(1.5);transform: scale(1.5);}
.isect3 dl dd .scroll .swiper-slide a:hover b{opacity: 0.6;}
.isect3 dl dd .scroll .swiper-slide a:hover .text{opacity: 1;}
.isect3 dl dd .scroll .swiper-slide a:hover em{-webkit-transform: scale(1.1);transform: scale(1.1);}
.isect3 dl dd .scroll .swiper-slide a:hover .text i{-webkit-transform: scale(1);transform: scale(1);}
.isect3 dl dd .scroll .swiper-button-prev,
.isect3 dl dd .scroll .swiper-button-next{width: 43px;height: 43px;top:50%;margin-top: -21px;background: rgba(0,0,0,0);z-index: 8;}
.isect3 dl dd .scroll .swiper-button-prev:before,
.isect3 dl dd .scroll .swiper-button-next:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url(../images/arrow3.png) no-repeat left top;}
.isect3 dl dd .scroll .swiper-button-prev{left: 0;}
.isect3 dl dd .scroll .swiper-button-next{right: 0;}
.isect3 dl dd .scroll .swiper-button-next:before{background-position: right top;}
.isect3 dl dd .scroll .swiper-button-prev:hover,
.isect3 dl dd .scroll .swiper-button-next:hover{background: rgba(0,0,0,0.55);}
.isect3 dl dd .scroll .swiper-button-prev:hover:before,
.isect3 dl dd .scroll .swiper-button-next:hover:before{background-position-y:bottom;}

.isect4{padding: 22px 19px;background: #f6f6f6;}
.isect4 dl{padding-left: 184px;position: relative;}
.isect4 dl dt{width: 169px;height: 100%;position: absolute;left: 0;top:0;box-sizing: border-box;padding: 4px;background: #03acdd;}
.isect4 dl dt i{display: block;width: 100%;height: 100%;box-sizing: border-box;border:1px solid #fff;}
.isect4 dl dt span{position: absolute;left: 0;top:0;width: 100%;height: 30px;top:50%;margin-top: -15px;line-height: 30px;font-size: 20px;color: #ffffff;text-align: center;
text-shadow: 0 0 0.4px #fff;}
.isect4 dl dt span img{margin-right: 13px;}
.isect4 dl dd .scroll{width: 100%;position: relative;overflow: hidden;}
.isect4 dl dd .scroll .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 48.4%;position: relative;overflow: hidden;}
.isect4 dl dd .scroll .swiper-slide a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}

.footer{padding: 33px 0 26px;background: #3d024b;font-size: 14px;line-height: 24px;color: #bbb1be;}
.footer .w1200{box-sizing: border-box;padding-right: 120px;position: relative;min-height: 100px;}
.footer .w1200 .link{margin-bottom: 16px;padding-left: 97px;position: relative;}
.footer .w1200 .link label{position: absolute;left: 0;top:0;line-height: 30px;font-size: 16px;color: #f6f6f6;}
.footer .w1200 .link .select{width: 220px;margin-left: 8px;position: relative;z-index: 9;}
.footer .w1200 .link .select:fist-child{margin-left: 0;}
.footer .w1200 .link .select dt{height: 28px;padding-right: 33px;border:1px solid #64356f;background: #31023c;position: relative;font-size: 14px;color: #ada4b0;line-height: 28px;text-align: center;cursor: pointer;}
.footer .w1200 .link .select dt:before{content: "";position: absolute;right: 0;top:0;width: 33px;height: 28px;background: #22012a url(../images/arrow4.png) no-repeat center;}
.footer .w1200 .link .select dt.cur{border-color: #fff;color: #fff;}
.footer .w1200 .link .select dd{position: absolute;left: 0;bottom: 30px;background: #3d024b;width: 100%;display: none;}
.footer .w1200 .link .select dd ul{max-height: 150px;overflow: auto;}
.footer .w1200 .link .select dd ul::-webkit-scrollbar{width:3px;height:3px}
.footer .w1200 .link .select dd ul::-webkit-scrollbar-button:vertical{display:none}
.footer .w1200 .link .select dd ul::-webkit-scrollbar-corner,
.footer .w1200 .link .select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.footer .w1200 .link .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#fff; }
.footer .w1200 .link .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.footer .w1200 .link .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }
.footer .w1200 .link .select dd a{display: block;font-size: 13px;line-height: 30px;text-align: center;color: #fff;}
.footer .w1200 .link .select dd a:hover{background: #31023c;}
.footer .text span{margin-left: 32px;}
.footer .text span:first-child{margin-left: 0;}
.footer .text a:hover{text-decoration: underline;color: #fff;}
.footer .text .copy{font-size: 13px;color: #aea3b2;}
.footer .qrcode{width: 84px;top:-2px;text-align: center;position: absolute;right: 0;}
.footer .qrcode img{width: 84px;height: 84px;}
.footer .qrcode p{font-size: 13px;line-height: 27px;}

.nyWrap{padding: 22px 0 15px;background: #ededed;}
.nyWrap .nyContainer{box-sizing: border-box;padding: 32px 44px 100px 23px;background: #fff;min-height: 600px;position: relative;}

.nySide{width: 190px;width: 16.77%;position: relative;}
.nySide .tit{padding-left: 36px;line-height: 57px;font-size: 24px;color: #333333;position: relative;}
.nySide .tit:before{content: "";width: 7px;height: 7px;border:2px solid #333333;border-radius: 50%;position: absolute;left: 12px;top:50%;margin-top: -5px;}
.nySide .nLi h3{padding: 5px 0 6px;border-top: 1px solid #e7e6e6;}
.nySide .nLi h3 a{display: block;height: 36px;padding: 0 25px 0 25px;position: relative;font-size: 16px;color: #333333;font-weight: normal;line-height: 36px;}
.nySide .nLi h3 a:before{content: "";width: 8px;height: 9px;position: absolute;right: 12px;top:50%;margin-top: -4px;background: url(../images/trangle1.png) no-repeat center;}
.nySide .nLi .navSub{display: none;}
.nySide .nLi .navSub li{border-top: 1px solid #f3f2f2;}
.nySide .nLi .navSub li a{display: block;padding: 0 30px 0 30px;font-size: 14px;line-height: 38px;color: #777777;position: relative;}
.nySide .nLi .navSub li a:before{content: "";width: 8px;height: 9px;position: absolute;right: 17px;top:50%;margin-top: -4px;background: url(../images/trangle3.png) no-repeat center;opacity: 0;}
.nySide .nLi.on h3 a,.nySide .nLi:hover h3 a{background: #550369;color: #ffffff;}
.nySide .nLi.on h3 a:before{background-image: url(../images/trangle2.png);}
.nySide .nLi .navSub li.on a{color: #550369;font-weight: bold;}
.nySide .nLi .navSub li.on a:before,.nySide .nLi .navSub li a:hover:before{opacity: 1;}
.nySide .nLi .navSub li a:hover{color: #550369;}

.nySide.nySide1 .nLi.on h3 a:before{background-image: url(../images/trangle2.png);
-webkit-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); -ms-transform: rotateZ(90deg); transform: rotateZ(90deg);}

.line{width: 2.1%;position: absolute;left: 18.53%;top:0;}

.nyContent{width: 76.08%;}

.bread{margin-bottom: 30px;border-bottom: 9px solid #f4f4f4;line-height: 41px;}
.bread h3{font-size: 20px;color: #550369;font-weight: normal;}
.bread .path{font-size: 14px;color: #999999;padding-left: 22px;background: url(../images/path.png) no-repeat left center;}
.bread .path span{margin: 0 6px;}
.bread .path a:hover,.bread .path i{color: #550369;}

.teamList dl{border:1px solid #550369;padding-left: 46px;position: relative;margin-top: 25px;}
.teamList dl:first-child{margin-top: 0;}
.teamList dl dt{width: 46px;height: 100%;background: #550369;position: absolute;left: 0;top:0;font-size: 18px;color: #ffffff;line-height: 22px;}
.teamList dl dt h5{width: 18px;text-align: center;position: absolute;left: 50%;top:50%;font-weight: normal;
-webkit-transform:translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%);}
.teamList dl dd{width: 100%;box-sizing: border-box;padding: 4px 30px;min-height: 45px;padding: 10px 0 10px 30px;}
.teamList dl dd ul li{width: 20%;}
.teamList dl dd ul li a{display: inline-block;*display: inline;*zoom: 1;font-size: 15px;color: #333333;line-height: 45px;letter-spacing: 5px;padding-left: 26px;position: relative;}
.teamList dl dd ul li a:before{content: "";width: 5px;height: 5px;background: #777777;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -3px;}
.teamList dl dd ul li a:after{content: "";width: 100%;height: 1px;background: #550369;position: absolute;left: 0;bottom: 3px;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.teamList dl dd ul li a:hover:after{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.teamList dl dd ul li a:hover:before{background: #550369;}
.teamList dl dd ul li a:hover{color: #550369;}

.pageStyle{font-size: 14px;line-height: 28px;color: #666666;}
.pageStyle *{max-width: 100% !important;}
.pageStyle table{width: 100% !important;border-collapse:collapse !important;border-spacing:0 !important;}

.teamCont .top{margin-bottom: 12px;min-height: 196px;padding-left: 184px;position: relative;line-height: 42px;}
.teamCont .top .pic{width: 151px;height: 184px;position: absolute;left: 0;top:12px;}
.teamCont .top .pic img{width: 100%;height: 100%;}
.teamCont .top span{margin-left: 55px;}
.teamCont .top span:first-child{margin-left: 0;}
.teamCont .tit{color: #550369;font-size: 16px;}
.teamCont .btm{}
.teamCont .btm.hide{max-height: 728px;overflow: hidden;margin-bottom: 65px;}
.readMore{display: block;width: 200px;height: 47px;margin: 0 auto;border:1px solid #4c035e;border-radius: 10px;text-align: center;line-height: 47px;font-size: 16px;color: #550369;}
.readMore img{margin-left: 12px;}

.leader ul .nLi{padding: 9px 12px 17px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);margin-bottom: 44px;}
.leader ul .nLi .wrap{padding-left: 168px;min-height: 167px;position: relative;}
.leader ul .nLi .wrap .pic{width: 136px;height: 167px;position: absolute;left: 0;top:0;}
.leader ul .nLi .wrap .pic img{width: 100%;height: 100%;}
.leader ul .nLi .wrap .cont{font-size: 14px;line-height: 24px;color: #777777;}
.leader ul .nLi .wrap .tit{padding: 15px 0 12px;line-height: 30px;font-size: 20px;color: #333333;font-weight: normal;}
.leader ul .nLi .wrap .tit span{font-size: 14px;color: #777777;}
.leader ul .nLi .wrap .desc{height: 96px;position: relative;overflow: hidden;text-indent: 2em;}
.leader ul .nLi .wrap .desc .show{font-size: 14px;color: #b90101;text-indent: 0;position: absolute;right: 0;bottom: 0;width: 80%;background: #fff;z-index: 2;padding-left: 10px;cursor: pointer;}
.leader ul .nLi .wrap .desc .show img{margin: -2px 0 0 4px;}
.leader ul .nLi .wrap .detail{display: none;}
.leader ul .nLi .wrap .detail .hide{cursor: pointer;font-size: 14px;color: #b90101;}
.leader ul .nLi .wrap .detail .hide img{margin: -2px 0 0 4px;}

.recomNews{padding-bottom: 29px;border-bottom: 1px dashed #dfdfdf;margin-bottom: 6px;}
.recomNews a{display: block;height: 170px;padding-left: 300px;position: relative;}
.recomNews a .pic{width: 278px;height: 168px;border:1px solid #cac6bc;position: absolute;left: 0;top:0;overflow: hidden;}
.recomNews a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.recomNews a h5{padding-top: 16px;line-height: 24px;font-size: 18px;color: #404040;font-weight: normal;}
.recomNews a span{display: block;font-size: 14px;line-height: 37px;color: #969696;}
.recomNews a p{font-size: 14px;line-height: 28px;color: #969696;height: 84px;overflow: hidden;}
.recomNews a:hover h5{color: #4c035e;}

.newsList{padding-bottom: 46px;}
.newsList li{padding: 35px 24px 28px 17px;border-bottom: 1px dashed #dfdfdf;}
.newsList li a{display: block;height: 84px;padding-left: 152px;position: relative;}
.newsList li a:before{content: "";width: 1px;height: 76px;background: #bfbfbf;position: absolute;left: 119px;top:5px;}
.newsList li a .date{width: 80px;height: 80px;position: absolute;left: 0;top:0;background: #bfbfbf;border-radius: 5px;text-align: center;}
.newsList li a .date em{display: block;padding-top: 10px;font-size: 37px;line-height: 40px;color: #ffffff;font-weight: bold;}
.newsList li a .date span{display: block;font-size: 13px;line-height: 20px;color: #ffffff;}
.newsList li a  h5{font-size: 18px;line-height: 36px;color: #404040;font-weight: normal;}
.newsList li a p{font-size: 14px;color: #969696;line-height: 24px;height: 48px;overflow: hidden;}
.newsList li a:hover .date,.newsList li a:hover:before{background: #4c035e;}
.newsList li a:hover h5{color: #4c035e;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;margin: 0 3px;height: 30px;background: #f3f3f3;padding: 0 15px;font-size: 12px;color: #52555c;line-height: 30px;}
.page a.num{padding: 0 10px;}
.page a.on,.page a:hover{background: #550369;color: #fff;}


.list_search{padding: 20px 0;}
.list_search ul{padding: 0 2%;}
.list_search ul li{height: 50px;display: block;line-height: 50px;background: url(../images/xu.png) left bottom repeat-x;}
.list_search ul li a{font-size: 15px;display: inline-block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;color: #333;}
.list_search ul li a span{}
.list_search ul li a i{float: right;font-size: 12px;color: #999;}
.list_search ul li a:hover span{color: #8d32a3;}



.passage{margin-top: -5px;}
.passage .psgTit{padding-bottom: 34px;border-bottom: 1px dashed #d4d4d4;margin-bottom: 25px;text-align: center;}
.passage .psgTit h5{line-height: 36px;font-size: 24px;color: #333333;font-weight: normal;margin-bottom: 21px;}
.passage .psgTit .info{font-size: 14px;line-height: 26px;color: #b1b1b1;}
.passage .psgTit .info span{margin: 0 22px;}
.passage .psgCont{line-height: 36px;color: #444444;padding-bottom: 24px;border-bottom: 1px dashed #d4d4d4;margin-bottom: 16px;}
.passage .psgLink{font-size: 16px;color: #444444;line-height: 36px;}
.passage .psgLink li:hover a{color: #4c035e;text-decoration: underline;}

.about .pic{padding: 6px;margin-bottom: 37px;box-shadow: 0px 3px 8px 0px rgba(131, 131, 131, 0.27);}
.about .pic img{width: 100%;}
.about .content{}
.about .content .tit{margin-bottom: 12px;line-height: 36px;font-size: 16px;color: #550369;text-indent: 2em;}
.about .content .mgBtm{margin-bottom: 28px;}
.about .content.hide{margin-bottom: 50px;max-height: 592px;overflow: hidden;}

.picList{width: 100%;overflow: hidden;}
.picList  ul{width: 896px;padding-bottom: 14px;}
.picList  ul li{width: 268px;margin: 0 30px 41px 0;}
.picList  ul li a{display: block;}
.picList  ul li a .pic{padding: 10px;background: #f4f4f4;}
.picList  ul li a .pic div{width: 100%;height: 0;padding-bottom: 58.06%;position: relative;overflow: hidden;}
.picList  ul li a .pic div em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.picList  ul li a .pic div b{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;background: rgba(0,0,0,0.4);opacity: 0;}
.picList  ul li a .pic div i{width: 38px;height: 38px;position: absolute;left: 50%;top:50%;margin: -19px 0 0 -19px;z-index: 3;
background: url(../images/add1.png) no-repeat center;background-size: 100% 100%;opacity: 0;-webkit-transform: scale(1.5);transform: scale(1.5);}
.picList  ul li a h5{padding: 0 10px;line-height: 45px;font-size: 16px;color: #333333;font-weight: normal;}
.picList  ul li a:hover h5{color: #480359;}
.picList  ul li a:hover .pic div b,.picList  ul li a:hover .pic div i{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}

.FloatingAds{}
.FloatingAds .floatpic{width: 240px;}
.FloatingAds .floatpic img{width: 100%;}
.FloatingAds .close{position:absolute;right:0; top:0; cursor:pointer; z-index:20;}


.num{}
.num p{}
.num p span{}



@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 5%;}

.nav .nLi h3 a{font-size: 15px;}

.banner{padding: 0;width: 100%;}

.footer .w1200{margin: 0 5%;padding: 0 120px 0 0;}
.footer .w1200 .link{margin-bottom: 6px;}
.footer .w1200 .link .select{margin-bottom: 12px;}

.nyWrap .nyContainer{margin: 0 5%;padding: 32px 44px 100px 23px;}
.nySide .tit:before{left: 0;width: 4px;height: 4px;margin-top: -3px;}
.nySide .tit{padding-left: 16px;}
.nySide .nLi h3 a{padding: 0 24px 0 16px;}
.nySide .nLi h3 a:before{right: 10px;}
.nySide .nLi .navSub li a{padding: 0 24px 0 16px;}
.nySide .nLi .navSub li a:before{right: 10px;}
.nySide .nLi h3 a{font-size: 14px;}
.nySide .nLi .navSub li a{font-size: 12px;}

.teamCont .top {line-height: 30px;}
.teamCont .top span{margin-left: 20px;}

.picList  ul{width: 100%;}
.picList  ul li{width: 32%;margin-right: 2%;}
.picList  ul li:nth-child(3n){margin-right: 0;}
}


@media screen and (max-width: 1024px){
.header .form,.nav{display:  none;}
.header .menuIcon{display: block;}

.isect1{margin-bottom: 30px;}
.isect1 .isect1_1,.isect1 .isect1_2{width: 100%;}
.isect1 .isect1_1{margin-bottom: 30px;}

.isect2 .isect2_1{width: 100%;}
.isect2 .isect2_1.fl{margin-bottom: 20px;}

.isect5 .isect5_1{width: 100%;}
.isect5 .isect5_1.fl{margin-bottom: 20px;}

.nySide,.line{display: none;}
.nyWrap .nyContainer{padding: 20px 20px 50px;}
.nyContent{width: 100%;}
.bread{border-bottom-width: 5px;margin-bottom: 15px;}


.teamList dl dd ul li{width: 25%;}
.teamList dl dd ul li a{padding-left: 12px;letter-spacing: 2px;}

.picList  ul li{margin-bottom: 20px;}
}

@media screen and (max-width: 768px){
.header .logo img{height: 32px;}
.banner .swiper-button-prev, .banner .swiper-button-next{display: none;}
.banner .swiper-pagination{bottom: 8%;height: 8px;line-height: 8px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;border-radius: 8px;margin: 0 4px;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;}


.isect1 .isect1_1 .scroll,.isect1 .isect1_1 ul{width: 100%;}
.isect1 .isect1_1 ul{margin-top: 20px;}

.isect3{margin-bottom: 30px;}

.isect4 dl{padding-left: 150px;}
.isect4 dl dt{width: 140px;}

.isect5{margin-bottom: 30px;}

.footer{text-align: center;}
.footer .w1200{padding-right: 0;}
.footer .text span{margin-left: 12px;}
.footer .qrcode{position: static;float: none;margin: 20px auto 0;}
.footer .w1200 .link .select{width: 48%;margin: 0 0 12px 0;}
.footer .w1200 .link .select:nth-child(2n){float: right;}


.teamList dl dd ul li{width: 33.3%;}

.bread .path{display: none;}

.teamCont .top{padding-left: 0;}
.teamCont .top .pic{position: relative;top:0;margin-bottom: 20px;}

.recomNews a{height: 132px;padding-left: 240px;}
.recomNews a .pic{width: 220px;height: 132px;}
.recomNews a h5{padding-top: 5px;}
.recomNews a p{height: 56px;}

.newsList li{padding: 15px 0;}
.newsList li a{height: 60px;padding-left: 100px;}
.newsList li a .date{width: 60px;height: 60px;}
.newsList li a .date em{padding-top: 0;font-size: 26px;line-height: 34px;}
.newsList li a .date span{font-size: 12px;}
.newsList li a:before{height: 50px;top:50%;margin-top: -25px;left: 80px;}
.newsList li a p{font-size: 12px;height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.newsList li a h5{font-size: 16px;}

.passage{margin-top: 0;}
.passage .psgTit{padding-bottom: 15px;margin-bottom: 20px;}
.passage .psgTit h5{margin-bottom: 6px;font-size: 22px;}
.passage .psgTit .info span{margin: 0 5px;font-size: 12px;}
.passage .psgCont{font-size: 13px;line-height: 28px;}
.passage .psgLink{font-size: 14px;line-height: 30px;}

.about .pic{margin-bottom: 20px;}
.about .content .tit{margin-bottom: 4px;}
.about .content .mgBtm{margin-bottom: 18px;}
.about .content.hide{margin-bottom: 30px;}

.picList  ul li{width: 48%;margin-right: 0;}
.picList  ul li:nth-child(2n){float: right;}
}

@media screen and (max-width: 468px){
.header .logo{height: 66px;line-height: 66px;}
.header .logo img{height: 26px;}

.iMain{margin: 30px auto 40px;}
.isect1{margin-bottom: 20px;}
.isect1 .isect1_1 .scroll .swiper-slide a .pic{padding-bottom: 56.94%;}
.isect1 .isect1_1 .scroll .swiper-pagination{display: none;}
.isect1 .isect1_1 .scroll .swiper-button-prev, .isect1 .isect1_1 .scroll .swiper-button-next{top:25%;}
.isect1 .isect1_1 .scroll .swiper-slide a h5{font-size: 16px;margin-bottom: 4px;}
.isect1 .isect1_1 .scroll .swiper-slide a p{height: 48px;font-size: 12px;}

.isect1 .isect1_1 ul li{margin-top: 12px;}
.isect1 .isect1_1 ul li a h5,.isect1 .isect1_2 .scroll ul li a h5{font-size: 14px;}

.ititle h3{font-size: 16px;}
.ititle ul li{font-size: 16px;margin-left: 12px;}
.ititle .imore{font-size: 12px;}

.list li a{padding-left: 20px;height: 44px;line-height: 44px;}
.list li a:before{left: 0;}
.list li a span{font-size: 12px;}
.list li a h5{font-size: 14px;}

.isect2{margin-bottom: 30px;}
.isect3 dl dt h4{font-size: 16px;}
.isect3,.isect4{padding: 12px;}
.isect4 dl dt span{font-size: 16px;}
.isect4 dl dt span img{margin-right: 6px;height: 18px;}

.footer{padding: 20px 0;font-size: 12px;}
.footer .w1200 .link{padding-left: 0;}
.footer .w1200 .link label{font-size: 14px;position: static;display: block;margin-bottom: 5px;}
.footer .w1200 .link .select dt{font-size: 12px;padding-right: 20px;}
.footer .w1200 .link .select dt:before{width: 20px;background-size: 10px auto;}
.footer .qrcode p{font-size: 12px;}

.bread h3{font-size: 18px;}
.teamList dl dd{padding-left: 20px;}
.teamList dl dd ul li a{font-size: 13px;line-height: 40px;letter-spacing: 0;}

.pageStyle{font-size: 13px;line-height: 24px;}
.teamCont .btm.hide{margin-bottom: 30px;}

.readMore{width: 140px;height: 40px;line-height: 40px;font-size: 14px;}
.readMore img{height: 10px;margin-left: 5px;}

.teamCont .top span{margin-left: 0;margin-right: 12px;}
.teamCont .top span:last-child{margin-right: 0;}
.teamCont .tit{margin-bottom: 4px;}

.leader ul .nLi{margin-bottom: 20px;padding: 16px 12px 17px;}
.leader ul .nLi .wrap{padding-left: 0;}
.leader ul .nLi .wrap .pic{position: relative;margin: 0 auto;width: 220px;height: auto;}
.leader ul .nLi .wrap .pic img{height: auto;}
.leader ul .nLi .wrap .desc{text-indent: 0;}
.leader ul .nLi .wrap .tit{padding: 8px 0;text-align: center;}

.recomNews{padding-bottom: 18px;}
.recomNews a{height: auto;padding-left: 0;}
.recomNews a .pic{position: relative;width: 100%;height: auto;margin-bottom: 8px;}
.recomNews a .pic em{display: block;position: relative;width: 100%;height: 0;padding-bottom: 60.43%;}
.recomNews a h5{font-size: 16px;}

.page a{margin-bottom: 5px;}

.passage .psgTit h5{font-size: 18px;line-height: 28px;}

.picList ul{padding-bottom: 12px;}
.picList ul li{width: 100%;margin-bottom: 10px;}
.picList ul li a h5{text-align: center;}

.isect5 .isect5_1.fr .ititle{margin-bottom: 15px;}
.isect5 .isect5_1.fr .remomNews{margin-bottom: 5px;}
.isect5 .isect5_1.fr .remomNews a .pic,.isect5 .isect5_1.fr .remomNews a .text{width: 100%;}
.isect5 .isect5_1.fr .remomNews a .pic{height: 0;padding-bottom: 47.78%;margin-bottom: }
.isect5 .isect5_1.fr .remomNews a p{height: auto;max-height: 48px;}
.isect5 .isect5_1.fr .remomNews a h5{margin-bottom: 0;font-size: 16px;line-height: 40px;}
}