* { list-style: none; margin: 0; padding: 0; outline: none;}
body { min-width: 1200px; font-size: 12px; font-family: Microsoft YAHEI, Arial, Helvetica, sans-serif; color: #333; margin: 0 auto; background: #fff;}
a { color: #333; text-decoration: none;}
a:hover { text-decoration: none; color: #eb2914;}
img { border: 0;}
.clear { clear: both;}
.warp { width: 1200px; margin: 0 auto; position: relative;} 
#VCode { cursor: pointer;}
input[type=button],
input[type=submit],
input[type=file],
button { cursor: pointer; -webkit-appearance: none;}
textarea { -webkit-appearance: none;}
::-webkit-input-placeholder { color: #999;} 
:-moz-placeholder { color: #999;} 
::-moz-placeholder { color: #999;}
:-ms-input-placeholder { color: #999;} 

/*头部*/
.header { width: 100%; height: 90px; padding: 15px 0; background: #fff;}
.header .logo { float: left; width: 305px; height: 90px; padding-right: 300px; overflow: hidden; background: url(../images/jy01.png) no-repeat right center;}
.header .logo img { display: block; height: 100%;}

.header .srch { float: right; width: 300px; margin-top: 30px;}
.header .srch input { float: left; width: calc(100% - 116px); height: 35px; line-height: 35px; font-size: 12px; color: #333; padding: 0 10px 0 35px; border: 1px solid #ddd; border-right: none; background: #fff url(../images/jy02.png) no-repeat 10px center;}
.header .srch .btn { float: right; width: 70px; height: 37px; line-height: 37px; color: #fff; padding: 0; border-color: #ed1b23; background: #ed1b23;}

/*导航*/
.nav { width: 100%; height: 55px; border-top: 2px solid #ed1b23; border-bottom: 1px solid #ccc; background: #fff; position: relative; z-index: 999;}
.nav li { float: left; width: calc(100% / 9 - 1.1px); line-height: 55px; text-align: center; border-right: 1px solid #ccc;}
.nav li:first-child { border-left: 1px solid #ccc;}
.nav li a { display: block; font-size: 18px; color: #333;}
.nav li:hover,
.nav .on { background: #ed1b23;}
.nav li:hover a,
.nav .on a { color: #fff;}
.nav li p { display: flex; flex-direction: row; justify-content: center; width: 100%; height: 0; text-align: center; overflow: hidden; background: #ed1b23; position: absolute; left: 0; top: 55px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.nav li p a { display: inline-block; height: 45px; line-height: 45px; font-size: 15px; color: #fff; padding: 0 25px; position: relative;}
.nav li p a::after { display: block; content: ""; width: 1px; height: 10px; background: rgba(255,255,255,0.5); position: absolute; right: 0; top: 20px;}
.nav li p a:last-child::after { display: none;}
.nav li:hover p a:hover,
.nav li p a:hover { background: rgba(255,255,255,0.1);}
.nav li:hover p { height: 45px;}

/*友情链接*/
.link { width: 100%; padding: 30px 0 20px 0; background: #e5e5e5;}
.link h3 { float: left; width: 140px; line-height: 25px; font-weight: 500; font-size: 30px; color: #fa030f; border-right: 4px solid #fa030f;}
.link h3 span { display: block; font-size: 24px; color: #615f5f; text-transform: Uppercase; margin-top: 15px;}
.link p { display: flex; flex-direction: row; flex-wrap: wrap; float: right; width: calc(100% - 150px);}
.link p a { display: block; float: left; width: calc(100% / 7 - 30px); height: 35px; line-height: 35px; font-size: 14px; color: #333; text-align: center; padding: 0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.link p a::after { display: block; content: ""; width: 1px; height: 12px; background: #999; position: absolute; top: 13px; right: 0;}
.link p a:hover { color: #fa030f;}

/*脚部*/
.footer { width: 100%; padding: 25px 0; background: #d10c14;}
.footer .nva { display: flex; flex-direction: row; justify-content: center; width: 100%; text-align: center; margin-bottom: 10px;}
.footer .nva a { display: block; height: 30px; line-height: 30px; font-size: 16px; color: #fff; padding: 0 20px; position: relative;}
.footer .nva a::after { display: block; content: ""; width: 1px; height: 15px; background: rgba(255,255,255,0.5); position: absolute; right: 0; top: 10px;}
.footer .nva a:last-child::after { display: none;}
.footer p { line-height: 30px; font-size: 14px; color: #fff; text-align: center;}
.footer p a { color: #fff;}

/*右侧客服*/
.webonline { width: 60px; border: 1px solid #ccc; background: #fff; position: fixed; right: 10px; bottom: 10px; z-index: 999999;}
.webonline li { text-align: center; border-bottom: 1px solid #ccc; position: relative;}
.webonline li::after { display: block; content: ""; width: 0%; height: 3px; margin: auto; background: #ed1b23; position: absolute; left: 0; right: 0; bottom: -1px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.webonline li:last-child { border-bottom: none;}
.webonline li a { display: block; width: 100%; padding: 10px 0;}
.webonline li img { display: block; width: 25px; height: 25px; margin: 0 auto; filter:grayscale(100%);}
.webonline li p { height: 20px; line-height: 20px; font-size: 12px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.webonline li:hover::after { width: 100%;}
.webonline li:hover img {filter: invert(0%);}
.webonline li:hover p { color: #ed1b23;}

/*公共标题*/
.tits { width: 100%; height: 45px; line-height: 45px; margin-bottom: 10px; border-bottom: 4px solid #ed1b23;}
.tits h3 { float: left; font-weight: 500; font-size: 24px; color: #ed1b23;}
.tits a { float: right; font-size: 14px; color: #ed1b23; text-transform: Uppercase;}

/*时间*/
.today { display: flex; flex-direction: row; width: 100%; height: 50px; line-height: 50px;}
.today .day { display: flex; flex-direction: row; font-size: 16px; color: #333; margin-right: 40px; padding-left: 30px; background: url(../images/jy03.png) no-repeat left center / 20px;}
.today .day span { display: block; margin-right: 20px;}
.today .day .gren { color: #ff33ff; padding: 0 20px; background: #cfc;;}
.today .try { display: flex; flex-direction: row;}
.today .try a { display: block; font-size: 14px; color: #333; -webkit-transition: all .5s ease; transition: all .5s ease;}
.today .try a:hover { color: #ed1b23;}

/*banner*/
.banner { border: 1px solid #ddd; overflow: hidden;}
.banner .swiper-slide { width: 100%; background: #fff;}
.banner .swiper-slide a,
.banner .swiper-slide img { display: block; width: 100%;}
.banner .swiper-slide p { width: calc(70% - 20px); height: 60px; line-height: 60px; font-size: 18px; color: #fff; padding: 0 30% 0 20px; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0;}
.banner .swiper-pagination-bullets { width: 30%; height: 60px; line-height: 60px; text-align: right; left: auto; right: 0; bottom: 0;}
.banner .swiper-pagination-bullet { width: 30px; height: 15px; margin: 0 15px 0 0 !important; border-radius: 0; background: #fff; position: relative; -webkit-transition: 0.5s; transition: 0.5s;}

/*新闻*/
.news { float: left; width: 720px; margin-top: 20px;}
.news li { width: 100%; border-bottom: 1px dashed #ccc;}
.news li i { float: left; width: 20px; height: 20px; line-height: 20px; font-style: normal; font-size: 14px; color: #fff; text-align: center; margin: 10px 10px 0 0; background: #ed1b23;}
.news li h3 { float: left; width: calc(100% - 125px); height: 40px; line-height: 40px; font-weight: 500; font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news li span { float: right; width: 85px; height: 40px; line-height: 40px; font-size: 13px; color: #999; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news li .nr { margin-bottom: 9px; padding-left: 30px;}
.news li .nr .img { float: left; width: 140px; height: 90px; overflow: hidden;}
.news li .nr .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news li .nr p { float: right; width: calc(100% - 155px); line-height: 22px; font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news li:hover h3 { color: #ed1b23;}
.news li:hover .nr .img img { transform: scale(1.1,1.1);}
.news li:hover .nr p { color: #ed1b23;}

/*快捷*/
.kuai { float: right; width: 450px; margin-top: 20px;}
.kuai .weath { height: 105px; padding: 10px; border: 1px solid #ccc;}
.kuai li { height: 130px; margin-top: 15px; border: 1px solid #ccc; overflow: hidden;}
.kuai li img { display: block; width: 100%; min-height: 100%;}

/*广告*/
.advs { width: 100%; margin-top: 20px;}
.advs img { display: block; width: 100%;}
.advs li { float: left; width: calc(50% - 10px); height: 120px; margin-right: 20px; overflow: hidden;}
.advs li:last-child { margin-right: 0;}

/*最新公告*/
.notic { float: left; width: 580px; margin-top: 20px;}
.notic li { height: 32px; line-height: 32px; padding-left: 15px; position: relative;}
.notic li::after { display: block; content: ""; width: 6px; height: 6px; border-radius: 50%; background: #ed1b23; position: absolute; left: 0; top: 13.5px;}
.notic li a { display: block; float: left; width: 80%; font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.notic li span { display: block; float: right; font-size: 13px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.notic li:hover a { color: #ed1b23;}

/*活动视频*/
.video { float: right; width: 580px; margin-top: 20px;}
.video li { float: left; width: calc(50% - 10px); margin-right: 20px;}
.video li:last-child { margin-right: 0;}
.video li .img { width: 100%; height: 155px; overflow: hidden;}
.video li .img img { display: block; width: 100%; min-height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.video li p { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #646464; text-align: center; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.video li:hover .img img { transform: scale(1.1,1.1);}
.video li:hover p { color: #ed1b23;}

/*活动报道*/
.acvts { width: 100%; margin-top: 10px; border-bottom: 1px solid #ccc;}
.acvts .swiper-container-free-mode .swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear;}
.acvts .swiper-slide {}
.acvts .swiper-slide .img { width: 100%; height: 170px; overflow: hidden;}
.acvts .swiper-slide .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.acvts .swiper-slide p { width: 100%; height: 45px; line-height: 45px; font-size: 14px; color: #646464; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.acvts .swiper-slide:hover .img img { transform: scale(1.1,1.1);}
.acvts .swiper-slide:hover p { color: #ed1b23;}

/*书画作品*/
.books { float: left; width: 760px; margin-top: 15px;}
.books .imgs { float: left; width: 245px; height: 310px; padding: 5px; border: 1px solid #ddd; overflow: hidden;}
.books .imgs .swiper-slide { width: 100%; overflow: hidden; background: #fff;}
.books .imgs .swiper-slide a { display: block; width: 245px; height: 310px;}
.books .imgs .swiper-slide img { display: block; width: 100%; height: 100%;}
.books .imgs .swiper-slide p { width: calc(100% - 40px); height: 60px; line-height: 40px; font-size: 14px; color: #fff; text-align: center; padding: 0 20px; background: rgba(0,0,0,0.65); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: absolute; left: 0; bottom: 0;}
.books .imgs .swiper-pagination-bullets { height: 20px; line-height: 20px; bottom: 5px;}
.books .imgs .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 5px !important; filter: alpha(opacity=100); opacity: 1; border-radius: 0; background: #fff; position: relative; -webkit-transition: 0.5s; transition: 0.5s;}
.books .imgs .swiper-pagination-bullet-active { background: #ed1b23;}
.books .lst { float: right; width: calc(100% - 275px);}
.books .lst li { width: 100%; border-bottom: 1px dashed #ccc;}
.books .lst li i { float: left; width: 20px; height: 20px; line-height: 20px; font-style: normal; font-size: 14px; color: #fff; text-align: center; margin: 7.5px 10px 0 0; background: #9a9999;}
.books .lst li h3 { float: left; width: calc(100% - 125px); height: 35px; line-height: 35px; font-weight: 500; font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.books .lst li span { float: right; width: 85px; height: 35px; line-height: 35px; font-size: 13px; color: #999; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.books .lst li .nr { margin-bottom: 5px; padding-left: 30px;}
.books .lst li .nr .img { float: left; width: 100px; height: 65px; overflow: hidden;}
.books .lst li .nr .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.books .lst li .nr p { float: right; width: calc(100% - 120px); line-height: 22px; font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; -webkit-transition: all .5s ease; transition: all .5s ease;}
.books .lst li:hover h3 { color: #ed1b23;}
.books .lst li:hover .nr .img img { transform: scale(1.1,1.1);}
.books .lst li:hover .nr p { color: #ed1b23;}

/*岁月如歌*/
.muzks { float: right; width: 400px; margin-top: 15px;}
.muzks li { width: 100%; margin-bottom: 12.5px; padding-bottom: 13px; border-bottom: 1px dashed #ccc;}
.muzks li:last-child { margin-bottom: 0;}
.muzks li .img { float: left; width: 130px; height: 85px; overflow: hidden;}
.muzks li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.muzks li .msg { float: right; width: calc(100% - 145px);}
.muzks li .msg h3 { width: 100%; height: 20px; line-height: 20px; font-weight: 500; font-size: 14px; color: #000; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.muzks li .msg p { width: 100%; line-height: 20px; font-size: 12px; color: #727272;}
.muzks li .msg p span { color: #ed1b23;}
.muzks li:hover .img img { transform: scale(1.1,1.1);}
.muzks li:hover .msg h3 { color: #ed1b23;}

/*专家团队*/
.teams { width: 100%; margin-top: 15px; border-bottom: 1px solid #ccc;}
.teams .swiper-container-free-mode .swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear;}
.teams .swiper-slide {}
.teams .swiper-slide .img { width: 100%; height: 210px; overflow: hidden;}
.teams .swiper-slide .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.teams .swiper-slide p { width: 100%; height: 40px; line-height: 35px; font-size: 14px; color: #646464; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.teams .swiper-slide:hover .img img { transform: scale(1.1,1.1);}
.teams .swiper-slide:hover p { color: #ed1b23;}

/*专家建议*/
.advics { width: 100%; margin-top: 15px;}
.advics .nr { padding: 10px; background: #fafafa;}
.advics .nr li { float: left; width: calc(50% - 12px); margin: 5px; border: 1px solid #ccc; background: #fff;}
.advics .nr li a { display: block; padding: 5px;}
.advics .nr li .img { float: left; width: 170px; height: 130px; overflow: hidden;}
.advics .nr li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.advics .nr li .msg { float: right; width: calc(100% - 200px); padding: 0 15px;}
.advics .nr li .msg h3 { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #0081ca; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.advics .nr li .msg p { width: 100%; height: 66px; line-height: 22px; font-size: 12px; color: #666; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.advics .nr li .msg span { display: block; line-height: 25px; font-size: 14px; color: #ed1b23;}
.advics .nr li:hover .img img { transform: scale(1.1,1.1);}

/*合作单位*/
.partns { width: 100%; margin-top: 15px; border-bottom: 1px solid #ccc;}
.partns .swiper-container-free-mode .swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear;}
.partns .swiper-slide {}
.partns .swiper-slide .img { width: 100%; height: 110px; border: 1px solid #ccc; overflow: hidden;}
.partns .swiper-slide .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.partns .swiper-slide p { width: 100%; height: 40px; line-height: 35px; font-size: 14px; color: #646464; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.partns .swiper-slide:hover .img { border-color: #999;}
.partns .swiper-slide:hover .img img { transform: scale(1.1,1.1);}
.partns .swiper-slide:hover p { color: #ed1b23;}

/*旅游指南*/
.travels { width: 100%; margin-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc;}
.travels .nams { width: 100%; height: 40px; line-height: 40px; margin-bottom: 15px; border-bottom: 2px solid #b5b5b5;}
.travels .nams h3 { float: left; font-weight: 500; font-size: 20px; color: #ed1b23; padding-left: 15px; position: relative;}
.travels .nams h3::after { display: block; content: ""; width: 5px; height: 25px; background: #b5b5b5; position: absolute; left: 0; top: 8px;}
.travels .nams a { float: right; font-size: 12px; color: #ed1b23; text-transform: Uppercase;}
.travels .lft { float: left; width: 760px;}
.travels .lft .imgs { float: left; width: 290px; margin-top: 5px; overflow: hidden;}
.travels .lft .imgs .img { width: 290px; height: 190px; overflow: hidden;}
.travels .lft .imgs .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travels .lft .imgs h3 { width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: #646464; text-align: center; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travels .lft .imgs:hover .img img { transform: scale(1.1,1.1);}
.travels .lft .imgs:hover h3 { color: #ed1b23;}
.travels .lft .msg { float: right; width: calc(100% - 310px);}
.travels .lft .msg li { padding-left: 15px; border-bottom: 1px dashed #ccc; position: relative;}
.travels .lft .msg li::after { display: block; content: ""; width: 8px; height: 8px; background: #9a9999; position: absolute; left: 0; top: 14px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travels .lft .msg li a { display: block; float: left; width: 80%; height: 35px; line-height: 35px; font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travels .lft .msg li span { display: block; float: right; height: 35px; line-height: 35px; font-size: 12px; color: #999;}
.travels .lft .msg li p { height: 44px; line-height: 22px; font-size: 12px; color: #888; margin-bottom: 10px;}
.travels .lft .msg li p i { font-style: normal; font-size: 12px; color: #ed1b23;}
.travels .lft .msg li:hover::after { background: #ed1b23;}
.travels .lft .msg li:hover a { color: #ed1b23;}
.travels .rgt { float: right; width: 400px;}
.travels .rgt li { height: 26px; line-height: 26px; padding-left: 15px; position: relative;}
.travels .rgt li::after { display: block; content: ""; width: 5px; height: 5px; border-radius: 50%; background: #ed1b23; position: absolute; left: 0; top: 11.5px;}
.travels .rgt li a { display: block; float: left; width: 80%; font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travels .rgt li span { float: right; font-size: 12px; color: #888;}
.travels .rgt li:hover a { color: #ed1b23;}

/*养生*/
.healths { float: left; width: 660px; margin: 15px 0;}
.healths li { width: 100%; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc;}
.healths li .img { float: left; width: 170px; height: 125px; border: 1px solid #ccc; overflow: hidden;}
.healths li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.healths li .msg { float: right; width: calc(100% - 190px);}
.healths li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-weight: 500; font-size: 18px; color: #646464; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.healths li .msg p { width: 100%; height: 50px; line-height: 25px; font-size: 14px; color: #999; margin: 10px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.healths li .msg span { display: block; height: 25px; line-height: 25px; font-size: 12px; color: #999; text-align: right;}
.healths li:hover .img img { transform: scale(1.1,1.1);}
.healths li:hover .msg h3 { color: #ed1b23;}

/*疾病预防及康复*/
.prevens { float: right; width: 500px; margin: 15px 0;}
.prevens li { width: 100%; margin-bottom: 10px;}
.prevens li h3 { width: 100%; height: 30px; line-height: 30px; font-weight: 500; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.prevens li p { width: 100%; height: 65px; line-height: 22px; font-size: 12px; color: #999;}
.prevens li p span { display: inline-block; color: #ed1b23; margin-left: 5px;}
.prevens li:hover h3 { color: #ed1b23;}

/*************** 子页公用 *******************/
.fl { float: left;}
.fr { float: right;}
.content { width: 1200px; margin: 0 auto; padding: 20px 0; position: relative; z-index: 2;}

.comnam { height: 40px; line-height: 40px; font-weight: bold; font-size: 14px; color: #333; padding: 0 10px; border-bottom: 1px solid #ccc; background: #e5e5e5;}

.comlft { float: left; width: calc(100% - 325px);}
.comlft .nrs { border: 1px solid #ccc;}
.comlft .nrs .nam { height: 40px; line-height: 40px; font-size: 14px; color: #9f9f9f; padding: 0 10px; border-bottom: 1px solid #ccc; background: #e5e5e5;}
.comlft .nrs .nam a { color: #9f9f9f;}
.comlft .tushuo { margin-top: 20px; border: 1px solid #ccc;}
.comlft .tushuo .lst { padding: 10px;}
.comlft .tushuo .lst .swiper-container-free-mode .swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear;}
.comlft .tushuo .lst .swiper-slide {}
.comlft .tushuo .lst .swiper-slide .img { width: 100%; height: 95px; overflow: hidden;}
.comlft .tushuo .lst .swiper-slide .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comlft .tushuo .lst .swiper-slide p { width: 100%; height: 35px; line-height: 35px; font-size: 12px; color: #646464; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comlft .tushuo .lst .swiper-slide:hover .img img { transform: scale(1.1,1.1);}
.comlft .tushuo .lst .swiper-slide:hover p { color: #ed1b23;}
.comlft .abnew { margin-top: 20px; border: 1px solid #ccc;}
.comlft .abnew .lst { padding: 10px;}
.comlft .abnew .lst li { float: left; width: calc(50% - 30px); height: 30px; margin-right: 40px; padding-left: 10px; position: relative;}
.comlft .abnew .lst li::after { display: block; content: ""; width: 5px; height: 5px; border-radius: 50%; background: #999; position: absolute; left: 0; top: 15px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comlft .abnew .lst li:nth-child(2n) { margin-right: 0;}
.comlft .abnew .lst li a { display: block; line-height: 30px; font-size: 13px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comlft .abnew .lst li:hover::after { background: #ed1b23;}
.comlft .abnew .lst li:hover a { color: #ed1b23;}

.comrgt { float: right; width: 300px;}
.comrgt .wcht { width: 100%; margin-bottom: 20px;}
.comrgt .wcht img { display: block; width: 200px; margin: 0 auto;}
.comrgt .hottop { margin-bottom: 20px; border: 1px solid #ccc;}
.comrgt .hottop .lst { padding: 10px;}
.comrgt .hottop .lst li { display: flex; flex-direction: row; width: 100%; height: 30px;}
.comrgt .hottop .lst li i { display: block; width: 20px; height: 20px; line-height: 20px; font-style: normal; font-size: 12px; color: #fff; text-align: center; margin: 6px 10px 0 0; background: #ed1b23;}
.comrgt .hottop .lst li a { flex: 1 1 0%; display: block; line-height: 30px; font-size: 13px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comrgt .hottop .lst li:hover a { color: #ed1b23;}
.comrgt .hotlvy { border: 1px solid #ccc;}
.comrgt .hotlvy .lst { padding: 5px;}
.comrgt .hotlvy .lst li { float: left; width: calc(50% - 10px); margin: 5px;}
.comrgt .hotlvy .lst li .img { width: 100%; height: 80px; overflow: hidden;}
.comrgt .hotlvy .lst li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comrgt .hotlvy .lst li p { width: 100%; height: 40px; line-height: 20px; font-size: 12px; color: #666; text-align: center; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comrgt .hotlvy .lst li:hover .img img { transform: scale(1.1,1.1);}
.comrgt .hotlvy .lst li:hover p { color: #ed1b23;}

/*详情页公用*/
.lh { line-height: 30px; font-size: 14px; color: #666; text-align: justify;}
.lh img { max-width: 100%; height: auto !important;}
.lh ul,
.lh ol { padding: revert; padding-left: 25px;}
.lh li { list-style: inherit;}
.lh table { border-spacing: 0px; border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
.lh table td { text-align: center; vertical-align: middle; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.pgnam { width: 100%; line-height: 40px; font-size: 30px; text-align: center; color: #ed1b23; margin-bottom: 15px;}
.serchms { width: 100%; height: 150px; line-height: 150px; font-weight: bold; font-size: 22px; color: #ed1b23; text-align: center;}
.shows { padding: 20px;}
.show_h3 { width: 100%; text-align: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc;}
.show_h3 h3 { line-height: 35px; font-size: 22px; color: #ed1b23;}
.show_h3 p { line-height: 30px; font-size: 12px; color: #999; margin-top: 5px;}
.show_sxp { margin-top: 30px; padding-top: 20px; border-top: 1px solid #ccc;}
.show_sxp p { width: 45%; line-height: 25px; font-size: 14px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.show_sxp a { color: #999;}
.show_sxp .fr { text-align: right;}
.show_sxp p a:hover { color: #ed1b23;}

/*分页*/
.scott { overflow: hidden; text-align: center; margin: 20px 0 10px 0; background: rgba(255,255,255,0.85);}
.scott li { display: inline-block; line-height: 30px; margin: 0 2.5px; border: 1px solid #ddd; background: #fff;}
.scott a,
.scott span { display: block; font-size: 12px; color: #666; cursor: pointer; padding: 0 12.5px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.scott li:hover a,
.scott li:hover span { background: #eee;}
.scott .active { border-color: #ed1b23; background: #ed1b23;}
.scott .active:hover span,
.scott .active span { color: #fff;}

/*新闻列表*/
.newlist { padding: 10px 20px;}
.newlist .list { width: 100%;}
.newlist .list li { height: 35px; line-height: 35px; padding-left: 15px; position: relative;}
.newlist .list li::after { display: block; content: ""; width: 5px; height: 5px; border-radius: 50%; background: #999; position: absolute; left: 0; top: 16px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist .list li a { display: block; float: left; width: 85%; font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist .list li span { display: block; float: right; font-size: 14px; color: #bbb;}
.newlist .list li:hover::after { background: #ed1b23;}
.newlist .list li:hover a { color: #ed1b23;}

.newlist .imgl { width: 100%;}
.newlist .imgl li { width: 100%; margin-top: 20px; padding-bottom: 20px; border-bottom: 1px dashed #ccc;}
.newlist .imgl li:first-child { margin-top: 10px;}
.newlist .imgl li:last-child { padding-bottom: 0; border-bottom: none;}
.newlist .imgl li .img { float: left; width: 180px; height: 120px; overflow: hidden;}
.newlist .imgl li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist .imgl li .mgs { float: right; width: calc(100% - 200px);}
.newlist .imgl li .mgs h3 { width: 100%; height: 25px; line-height: 25px; font-size: 15px; color: #333; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist .imgl li .mgs p { line-height: 25px; font-size: 12px; color: #646464; text-indent: 2em;}
.newlist .imgl li .mgs p span { display: inline-block; color: #ed1b23; text-indent: 0; margin-left: 10px;}
.newlist .imgl li:hover .img img { transform: scale(1.1,1.1);}
.newlist .imgl li:hover .mgs h3 { color: #ed1b23;}

/*新闻中心主页*/
.xinwcter { width: 100%;}
.xinwcter .bank01 { float: left; width: calc(100% - 535px);}
.xinwcter .bank01 li { width: 100%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #ccc;}
.xinwcter .bank01 li h3 { width: 100%; height: 30px; line-height: 30px; font-weight: 500; font-size: 16px; color: #333; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.xinwcter .bank01 li:first-child h3 { font-size: 22px; color: #ed1b23;}
.xinwcter .bank01 li:last-child { margin-bottom: 0;}
.xinwcter .bank01 li p { width: 100%; height: 50px; line-height: 25px; font-size: 14px; color: #7f7f7f;}
.xinwcter .bank01 li p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.xinwcter .bank01 li:hover h3 { color: #ed1b23;}

.xinwcter .bank02 { float: right; width: 510px; height: 310px; overflow: hidden;}
.xinwcter .bank02 .swiper-slide { width: 100%; height: 310px; background: #fff;}
.xinwcter .bank02 .swiper-slide a,
.xinwcter .bank02 .swiper-slide img { display: block; width: 100%; height: 100%;}
.xinwcter .bank02 .swiper-slide p { width: calc(100% - 40px); height: 60px; line-height: 60px; font-size: 18px; color: #fff; text-align: center; padding: 0 20px; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0;}
.xinwcter .bank02 .swiper-button-prev,
.xinwcter .bank02 .swiper-button-next { width: 30px; height: 40px; background: #333;}
.xinwcter .bank02 .swiper-button-prev { border-radius: 0 5px 5px 0; left: 0;}
.xinwcter .bank02 .swiper-button-next { border-radius: 5px 0 0 5px; right: 0;}
.xinwcter .bank02 .swiper-button-prev::after,
.xinwcter .bank02 .swiper-button-next::after { font-size: 16px; color: #fff;}

.xinwcter .bank03 { float: left; width: 760px; margin-top: 15px; padding-bottom: 10px; border-bottom: 1px dashed #ccc;}
.xinwcter .bank03 .img { float: left; width: 185px; height: 180px; overflow: hidden; position: relative;}
.xinwcter .bank03 .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.xinwcter .bank03 .img p { width: calc(100% - 30px); height: 35px; line-height: 35px; font-size: 12px; color: #fff; padding: 0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0; z-index: 2;}
.xinwcter .bank03 .img:hover img { transform: scale(1.1,1.1);}
.xinwcter .bank03 .lst { float: right; width: calc(100% - 200px);}
.xinwcter .bank03 .lst li { height: 25.7px; line-height: 25.7px; padding-left: 15px; position: relative;}
.xinwcter .bank03 .lst li::after { display: block; content: ""; width: 0; height: 0; border-style: solid; border-width: 4px 0 4px 5px; border-color: transparent transparent transparent #ed1b23; position: absolute; left: 0; top: 12px;}
.xinwcter .bank03 .lst li a { display: block; float: left; width: 80%; font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.xinwcter .bank03 .lst li span { display: block; float: right; font-size: 12px; color: #999;}
.xinwcter .bank03 .lst li:hover a { color: #ed1b23;}

.xinwcter .bank04 { float: right; width: 400px; margin-top: 15px;}
.xinwcter .bank04 li { width: 100%; height: 31px; line-height: 31px; border-bottom: 1px dashed #ccc;}
.xinwcter .bank04 li i { float: left; width: 17px; height: 17px; line-height: 16px; font-style: normal; font-size: 12px; color: #fff; text-align: center; margin-top: 7px; background: #9a9999; -webkit-transition: all .5s ease; transition: all .5s ease;}
.xinwcter .bank04 li span { display: block; float: right; width: calc(100% - 30px); font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.xinwcter .bank04 li:hover i { background: #ed1b23;}
.xinwcter .bank04 li:hover span { color: #ed1b23;}

.xinwcter .bank05 { width: 580px; margin-top: 15px; padding-bottom: 10px; border-bottom: 1px solid #eee;}
.xinwcter .bank05 .top { width: 100%; margin-bottom: 10px;}
.xinwcter .bank05 .top .img { float: left; width: 145px; height: 115px; overflow: hidden;}
.xinwcter .bank05 .top .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.xinwcter .bank05 .top .msg { float: right; width: calc(100% - 160px);}
.xinwcter .bank05 .top .msg h3 { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #4295d2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.xinwcter .bank05 .top .msg p { width: 100%; height: 65px; line-height: 22px; font-size: 12px; color: #666; margin-bottom: 5px;}
.xinwcter .bank05 .top .msg span { display: block; height: 20px; line-height: 20px; font-size: 12px; color: #ed1b23;}
.xinwcter .bank05 .top:hover .img img { transform: scale(1.1,1.1);}
.xinwcter .bank05 li { height: 25px; line-height: 25px; padding-left: 15px; position: relative;}
.xinwcter .bank05 li::after { display: block; content: ""; width: 4px; height: 4px; background: #bbb; position: absolute; left: 0; top: 12px;}
.xinwcter .bank05 li a { display: block; float: left; width: 80%; font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.xinwcter .bank05 li span { display: block; float: right; font-size: 12px; color: #999;}
.xinwcter .bank05 li:hover a { color: #ed1b23;}

.xinwcter .bank06 { width: 100%; margin-top: 15px;}
.xinwcter .bank06 img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.xinwcter .bank06 img:hover { transform: scale(1.1,1.1);}
.xinwcter .bank06 .img01 { float: left; width: 480px; height: 360px; overflow: hidden;}
.xinwcter .bank06 .img02 { float: left; width: 300px; margin: 0 10px;}
.xinwcter .bank06 .img02 .img { width: 100%; height: 175px; margin-bottom: 10px; overflow: hidden;}
.xinwcter .bank06 .img02 .img:last-child { margin-bottom: 0;}
.xinwcter .bank06 .img03 { float: right; width: 400px; height: 360px; overflow: hidden;}

/*本网活动主页*/
.bwactv { width: 100%;}
.bwactv .bank01 { float: left; width: 625px; height: 360px; overflow: hidden;}
.bwactv .bank01 .swiper-slide { width: 100%; height: 360px; background: #fff;}
.bwactv .bank01 .swiper-slide a,
.bwactv .bank01 .swiper-slide img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.bwactv .bank01 .swiper-slide p { width: calc(100% - 40px); height: 60px; line-height: 50px; font-size: 18px; color: #fff; text-align: center; padding: 0 20px; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0;}
.bwactv .bank01 .swiper-pagination-bullets { height: 10px; text-align: right; bottom: 10px;}
.bwactv .bank01 .swiper-pagination-bullet { width: 15px; height: 10px; margin: 0 5px 0 0 !important; border-radius: 0; background: #fff; position: relative; -webkit-transition: 0.5s; transition: 0.5s;}

.bwactv .bank02 { float: right; width: 550px;}
.bwactv .bank02 li { width: 100%; margin-bottom: 15.25px; padding-bottom: 15.25px; border-bottom: 1px dashed #ccc;}
.bwactv .bank02 li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.bwactv .bank02 li .img { float: left; width: 140px; height: 99px; overflow: hidden;}
.bwactv .bank02 li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.bwactv .bank02 li .msg { float: right; width: calc(100% - 155px);}
.bwactv .bank02 li .msg h3 { width: 100%; height: 25px; line-height: 25px; font-weight: 500; font-size: 14px; color: #0081ca; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.bwactv .bank02 li .msg p { width: 100%; height: 45px; line-height: 22px; font-size: 12px; color: #999; margin: 2px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.bwactv .bank02 li .msg span { display: block; line-height: 25px; font-size: 12px; color: #ed1b23; text-align: right;}
.bwactv .bank02 li:hover .img img { transform: scale(1.1,1.1);}
.bwactv .bank02 li:hover .msg h3 { color: #ed1b23;}

.bwactv .bank03 { float: left; width: 710px; margin-top: 15px;}
.bwactv .bank03 li { width: 100%; height: 30px; line-height: 30px; border-bottom: 1px dashed #ccc;}
.bwactv .bank03 li i { float: left; width: 18px; height: 18px; line-height: 16px; font-style: normal; font-size: 12px; color: #fff; text-align: center; margin: 7px 15px 0 0; background: #ed1b23;}
.bwactv .bank03 li a { display: block; float: left; width: calc(80% - 20px); font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.bwactv .bank03 li span { display: block; float: right; font-size: 12px; color: #999;}
.bwactv .bank03 li:hover a { color: #ed1b23;}

.bwactv .bank04 { float: right; width: 450px; margin-top: 15px;}
.bwactv .bank04 li { float: left; width: calc(100% / 2 - 10px); margin-right: 20px;}
.bwactv .bank04 li:last-child { margin-right: 0;}
.bwactv .bank04 li .img { width: 100%; height: 130px; overflow: hidden;}
.bwactv .bank04 li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.bwactv .bank04 li p { display: block; width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #999; text-align: center; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.bwactv .bank04 li:hover .img img { transform: scale(1.1,1.1);}
.bwactv .bank04 li:hover p { color: #ed1b23;}

.bwactv .bank05 { width: 100%; margin-top: 10px;}
.bwactv .bank05 .swiper-container-free-mode .swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear;}
.bwactv .bank05 .swiper-slide {}
.bwactv .bank05 .swiper-slide .img { width: 100%; height: 170px; overflow: hidden;}
.bwactv .bank05 .swiper-slide .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.bwactv .bank05 .swiper-slide p { width: 100%; height: 45px; line-height: 45px; font-size: 14px; color: #646464; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.bwactv .bank05 .swiper-slide:hover .img img { transform: scale(1.1,1.1);}
.bwactv .bank05 .swiper-slide:hover p { color: #ed1b23;}

/*风采展示*/
.fengcai { width: 100%;}
.fengcai .nma { width: 100%; height: 50px; border-bottom: 2px solid #ed1b23; margin-bottom: 10px;}
.fengcai .nma h3 { float: left; line-height: 50px; font-weight: 500; font-size: 24px; color: #ed1b23; padding-left: 55px; background: url(../images/jy14.png) no-repeat left center;}
.fengcai .nma a { float: right; height: 30px; margin: 15px 5px 0 0;}
.fengcai .nma a i { display: inline-block; width: 25px; height: 25px; line-height: 23px; font-style: normal; font-size: 12px; color: #fff; text-align: center; margin-right: -5px; border: 2px solid #fff; border-radius: 50%; background: #ed1b23;}

.fengcai .bank01 { width: 100%;}
.fengcai .bank01 .img { float: left; width: 85px; height: 55px; overflow: hidden;}
.fengcai .bank01 .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank01 .msg { float: right; width: calc(100% - 100px);}
.fengcai .bank01 .msg h3 { width: 100%; height: 30px; line-height: 30px; font-size: 18px; color: #ed1b23; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank01 .msg p { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #999; overflow: hidden;}
.fengcai .bank01 .msg p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.fengcai .bank01:hover .img img { transform: scale(1.1,1.1);}

.fengcai .bank02 { float: left; width: 690px; height: 374px; margin-top: 15px; overflow: hidden;}
.fengcai .bank02 .swiper-slide { width: 100%; height: 374px; background: #fff;}
.fengcai .bank02 .swiper-slide img { display: block; width: 100%; height: 100%;}
.fengcai .bank02 .swiper-pagination-bullets { bottom: 10px;}
.fengcai .bank02 .swiper-pagination-bullet { width: 15px; height: 10px; margin: 0 5px 0 0 !important; border-radius: 0; background: #333; position: relative; -webkit-transition: 0.5s; transition: 0.5s;}

.fengcai .bank03 { float: right; width: 465px; margin-top: 15px;}
.fengcai .bank03 li { width: 100%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #ccc;}
.fengcai .bank03 li:last-child { margin-bottom: 0;}
.fengcai .bank03 li h3 { width: 100%; height: 30px; line-height: 30px; font-size: 18px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank03 li p { width: 100%; height: 45px; line-height: 22px; font-size: 12px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.fengcai .bank03 li:hover h3 { color: #ed1b23;}

.fengcai .bank04 { width: 100%; margin-top: 15px;}
.fengcai .bank04 img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank04 p { width: calc(100% - 20px); height: 40px; line-height: 40px; font-size: 12px; color: #fff; padding: 0 10px; text-align: center; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0; z-index: 2;}
.fengcai .bank04 li:hover img { transform: scale(1.1,1.1);}
.fengcai .bank04 .lft { float: left; width: 320px; height: 450px; overflow: hidden; position: relative;}
.fengcai .bank04 .lft:hover img { transform: scale(1.1,1.1);}
.fengcai .bank04 .rgt { float: right; width: calc(100% - 320px);}
.fengcai .bank04 .rgt .san { width: 100%;}
.fengcai .bank04 .rgt .san li { float: left; width: calc(100% / 3 - 10px); height: 215px; margin: 0 0 10px 10px; overflow: hidden; position: relative;}
.fengcai .bank04 .rgt .sis { width: 100%;}
.fengcai .bank04 .rgt .sis li { float: left; width: calc(100% / 5 - 10px); height: 225px; margin: 0 0 10px 10px; overflow: hidden; position: relative;}

.fengcai .bank05 { width: 100%; margin-top: 15px;}
.fengcai .bank05 .lft { float: left; width: 420px; border: 1px solid #ddd;}
.fengcai .bank05 .lft .swiper-container { padding-bottom: 35px;}
.fengcai .bank05 .lft .swiper-slide { width: 100%; height: 255px; overflow: hidden; background: #fff; position: relative;}
.fengcai .bank05 .lft .swiper-slide img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank05 .lft .swiper-slide p { width: calc(100% - 30px); height: 40px; line-height: 40px; font-size: 14px; color: #fff; text-align: center; padding: 0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0; z-index: 2; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank05 .lft .swiper-pagination-bullets { height: 35px; line-height: 35px; bottom: 0;}
.fengcai .bank05 .lft .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 5px !important; border-radius: 0; background: #333; position: relative; -webkit-transition: 0.5s; transition: 0.5s;}
.fengcai .bank05 .lft .swiper-pagination-bullet-active { background: #ed1b23;}
.fengcai .bank05 .rgt { float: right; width: calc(100% - 445px);}
.fengcai .bank05 .rgt .top { width: 100%; padding-bottom: 10px; border-bottom: 1px dashed #ccc;}
.fengcai .bank05 .rgt .top i { display: block; float: left; width: 18px; height: 18px; line-height: 18px; font-style: normal; font-size: 12px; color: #fff; text-align: center; margin-top: 5px; background: #9a9999; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank05 .rgt .top h3 { float: right; width: calc(100% - 30px); height: 25px; line-height: 25px; font-weight: 500; font-size: 14px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank05 .rgt .top .img { float: left; width: 100px; height: 65px; margin: 10px 0 0 30px; overflow: hidden;}
.fengcai .bank05 .rgt .top .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank05 .rgt .top .msg { float: right; width: calc(100% - 140px); margin-top: 10px;}
.fengcai .bank05 .rgt .top .msg p { width: 100%; height: 40px; line-height: 20px; font-size: 12px; color: #999;}
.fengcai .bank05 .rgt .top .msg span { display: block; height: 25px; line-height: 25px; font-size: 12px; color: #ed1b23;}
.fengcai .bank05 .rgt .top:hover i { background: #ed1b23;}
.fengcai .bank05 .rgt .top:hover h3 { color: #ed1b23;}
.fengcai .bank05 .rgt .top:hover .img img { transform: scale(1.1,1.1);}
.fengcai .bank05 .rgt li { height: 35px; line-height: 35px; border-bottom: 1px dashed #ccc; position: relative;}
.fengcai .bank05 .rgt li i { display: block; float: left; width: 18px; height: 18px; line-height: 18px; font-style: normal; font-size: 12px; color: #fff; text-align: center; margin: 9px 10px 0 0; background: #9a9999; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank05 .rgt li a { display: block; float: left; width: 80%; font-size: 14px; color: #646464; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank05 .rgt li span { display: block; float: right; font-size: 12px; color: #999;}
.fengcai .bank05 .rgt li:hover i { background: #ed1b23;}
.fengcai .bank05 .rgt li:hover a { color: #ed1b23;}

.fengcai .bank06 { float: left; width: 765px; margin-top: 15px;}
.fengcai .bank06 .shang { width: 100%; margin-bottom: 15px;}
.fengcai .bank06 .shang li { float: left; width: 145px; height: 190px; margin: 0 0 10px 10px; overflow: hidden; position: relative;}
.fengcai .bank06 .shang li img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank06 .shang li p { width: calc(100% - 20px); height: 30px; line-height: 30px; font-size: 12px; color: #fff; padding: 0 10px; text-align: center; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0; z-index: 2;}
.fengcai .bank06 .shang li:hover img { transform: scale(1.1,1.1);}
.fengcai .bank06 .shang li:first-child { width: 300px; height: 390px; margin-left: 0;}
.fengcai .bank06 .xias { width: 100%;}
.fengcai .bank06 .xias .lft { float: left; width: 285px;}
.fengcai .bank06 .xias .lft .img { width: 100%; height: 170px; overflow: hidden;}
.fengcai .bank06 .xias .lft .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank06 .xias .lft p { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #333; text-align: center; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank06 .xias .lft:hover .img img { transform: scale(1.1,1.1);}
.fengcai .bank06 .xias .lft:hover p { color: #ed1b23;}
.fengcai .bank06 .xias .rgt { float: right; width: calc(100% - 310px);}
.fengcai .bank06 .xias .rgt .top { width: 100%; padding-bottom: 5px; border-bottom: 1px dashed #ccc;}
.fengcai .bank06 .xias .rgt .top h3 { width: 100%; height: 25px; line-height: 25px; font-weight: 500; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank06 .xias .rgt .top p { width: 100%; height: 45px; line-height: 22px; font-size: 12px; color: #999;}
.fengcai .bank06 .xias .rgt .top p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.fengcai .bank06 .xias .rgt .top:hover h3 { color: #ed1b23;}
.fengcai .bank06 .xias .rgt li { height: 30px; line-height: 30px; padding-left: 15px; border-bottom: 1px dashed #ccc; position: relative;}
.fengcai .bank06 .xias .rgt li::after { display: block; content: ""; width: 5px; height: 5px; background: #999; position: absolute; left: 0; top: 14px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank06 .xias .rgt li a { display: block; float: left; width: 80%; font-size: 14px; color: #646464; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank06 .xias .rgt li span { display: block; float: right; font-size: 12px; color: #999;}
.fengcai .bank06 .xias .rgt li:hover::after { background: #ed1b23;}
.fengcai .bank06 .xias .rgt li:hover a { color: #ed1b23;}

.fengcai .bank07 { float: right; width: 400px; margin-top: 15px;}
.fengcai .bank07 li { width: 100%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #ccc;}
.fengcai .bank07 li:last-child { margin-bottom: 0;}
.fengcai .bank07 li .img { float: left; width: 113px; height: 77px; overflow: hidden;}
.fengcai .bank07 li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank07 li .msg { float: right; width: calc(100% - 130px);}
.fengcai .bank07 li .msg h3 { width: 100%; height: 20px; font-weight: 500; font-size: 14px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank07 li .msg p { width: 100%; height: 57px; line-height: 19px; font-size: 11px; color: #999;}
.fengcai .bank07 li .msg p span { color: #ed1b23;}
.fengcai .bank07 li:hover .img img { transform: scale(1.1,1.1);}
.fengcai .bank07 li:hover .msg h3 { color: #ed1b23;}

.fengcai .bank08 { width: 100%; margin-top: 15px;}
.fengcai .bank08 img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fengcai .bank08 img:hover { transform: scale(1.1,1.1);}
.fengcai .bank08 .img01 { float: left; width: 550px; height: 360px; overflow: hidden;}
.fengcai .bank08 .img02 { float: left; width: 300px; margin: 0 10px;}
.fengcai .bank08 .img02 .img { width: 100%; height: 175px; margin-bottom: 10px; overflow: hidden;}
.fengcai .bank08 .img02 .img:last-child { margin-bottom: 0;}
.fengcai .bank08 .img03 { float: right; width: 330px; height: 360px; overflow: hidden;}

/*健康生活*/
.hlife { width: 100%;}
.hlife .bank01 { float: left; width: 625px; height: 360px; overflow: hidden;}
.hlife .bank01 .swiper-slide { width: 100%; height: 360px; background: #fff; position: relative;}
.hlife .bank01 .swiper-slide img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank01 .swiper-slide p { width: calc(100% - 30px); height: 60px; line-height: 50px; font-size: 18px; color: #fff; text-align: center; padding: 0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: rgba(0,0,0,0.5); position: absolute; left: 0; bottom: 0; z-index: 2;}
.hlife .bank01 .swiper-slide:hover img { transform: scale(1.1,1.1);}
.hlife .bank01 .swiper-pagination-bullets { text-align: right; bottom: 10px;}
.hlife .bank01 .swiper-pagination-bullet { width: 15px; height: 10px; margin: 0 10px 0 0 !important; border-radius: 0; background: #fff; position: relative; -webkit-transition: 0.5s; transition: 0.5s;}

.hlife .bank02 { float: right; width: 550px;}
.hlife .bank02 li { width: 100%; margin-bottom: 15.25px; padding-bottom: 15.25px; border-bottom: 1px dashed #ccc;}
.hlife .bank02 li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.hlife .bank02 li .img { float: left; width: 170px; height: 99px; overflow: hidden;}
.hlife .bank02 li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank02 li .msg { float: right; width: calc(100% - 185px);}
.hlife .bank02 li .msg h3 { width: 100%; height: 25px; line-height: 25px; font-weight: 500; font-size: 14px; color: #0081ca; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank02 li .msg p { width: 100%; height: 45px; line-height: 22px; font-size: 12px; color: #999; margin: 2px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.hlife .bank02 li .msg span { display: block; line-height: 25px; font-size: 12px; color: #ed1b23; text-align: right;}
.hlife .bank02 li:hover .img img { transform: scale(1.1,1.1);}
.hlife .bank02 li:hover .msg h3 { color: #ed1b23;}

.hlife .bank03 { width: 100%; margin-top: 15px;}
.hlife .bank03 .lft { float: left; width: 420px; border: 1px solid #ddd;}
.hlife .bank03 .lft .swiper-container { padding-bottom: 35px;}
.hlife .bank03 .lft .swiper-slide { width: 100%; height: 255px; overflow: hidden; background: #fff; position: relative;}
.hlife .bank03 .lft .swiper-slide img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank03 .lft .swiper-slide p { width: calc(100% - 30px); height: 40px; line-height: 40px; font-size: 14px; color: #fff; text-align: center; padding: 0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0; z-index: 2; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank03 .lft .swiper-pagination-bullets { height: 35px; line-height: 35px; bottom: 0;}
.hlife .bank03 .lft .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 5px !important; border-radius: 0; background: #333; position: relative; -webkit-transition: 0.5s; transition: 0.5s;}
.hlife .bank03 .lft .swiper-pagination-bullet-active { background: #ed1b23;}
.hlife .bank03 .rgt { float: right; width: calc(100% - 445px);}
.hlife .bank03 .rgt .top { width: 100%; padding-bottom: 10px; border-bottom: 1px dashed #ccc;}
.hlife .bank03 .rgt .top i { display: block; float: left; width: 18px; height: 18px; line-height: 18px; font-style: normal; font-size: 12px; color: #fff; text-align: center; margin-top: 5px; background: #9a9999; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank03 .rgt .top h3 { float: right; width: calc(100% - 30px); height: 25px; line-height: 25px; font-weight: 500; font-size: 14px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank03 .rgt .top .img { float: left; width: 100px; height: 65px; margin: 10px 0 0 30px; overflow: hidden;}
.hlife .bank03 .rgt .top .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank03 .rgt .top .msg { float: right; width: calc(100% - 140px); margin-top: 10px;}
.hlife .bank03 .rgt .top .msg p { width: 100%; height: 40px; line-height: 20px; font-size: 12px; color: #999;}
.hlife .bank03 .rgt .top .msg span { display: block; height: 25px; line-height: 25px; font-size: 12px; color: #ed1b23;}
.hlife .bank03 .rgt .top:hover i { background: #ed1b23;}
.hlife .bank03 .rgt .top:hover h3 { color: #ed1b23;}
.hlife .bank03 .rgt .top:hover .img img { transform: scale(1.1,1.1);}
.hlife .bank03 .rgt li { height: 35px; line-height: 35px; border-bottom: 1px dashed #ccc; position: relative;}
.hlife .bank03 .rgt li i { display: block; float: left; width: 18px; height: 18px; line-height: 18px; font-style: normal; font-size: 12px; color: #fff; text-align: center; margin: 9px 10px 0 0; background: #9a9999; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank03 .rgt li a { display: block; float: left; width: 80%; font-size: 14px; color: #646464; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank03 .rgt li span { display: block; float: right; font-size: 12px; color: #999;}
.hlife .bank03 .rgt li:hover i { background: #ed1b23;}
.hlife .bank03 .rgt li:hover a { color: #ed1b23;}

.hlife .bank04 { float: left; width: 580px; margin-top: 15px;}
.hlife .bank04 li { width: 100%; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #ccc;}
.hlife .bank04 li:last-child { margin-bottom: 0;}
.hlife .bank04 li .img { float: left; width: 153px; height: 108px; overflow: hidden;}
.hlife .bank04 li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank04 li .msg { float: right; width: calc(100% - 170px);}
.hlife .bank04 li .msg h3 { width: 100%; height: 25px; line-height: 25px; font-weight: 500; font-size: 15px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank04 li .msg p { width: 100%; height: 50px; line-height: 25px; font-size: 12px; color: #999; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.hlife .bank04 li .msg span { display: block; line-height: 28px; font-size: 12px; color: #666; text-align: right;}
.hlife .bank04 li:hover .img img { transform: scale(1.1,1.1);}
.hlife .bank04 li:hover .msg h3 { color: #ed1b23;}

.hlife .bank05 { float: right; width: 580px; margin-top: 15px;}
.hlife .bank05 li { width: 100%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #ccc;}
.hlife .bank05 li:last-child { margin-bottom: 0;}
.hlife .bank05 li h3 { width: 100%; height: 25px; line-height: 25px; font-weight: 500; font-size: 15px; color: 333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank05 li p { width: 100%; height: 45px; line-height: 22px; font-size: 12px; color: #999;}
.hlife .bank05 li p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.hlife .bank05 li:hover .msg h3 { color: #ed1b23;}

.hlife .bank06 { float: left; width: 710px; margin-top: 15px;}
.hlife .bank06 .lft { float: left; width: 285px;}
.hlife .bank06 .lft .img { width: 100%; height: 125px; overflow: hidden;}
.hlife .bank06 .lft .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank06 .lft p { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #333; text-align: center; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank06 .lft:hover .img img { transform: scale(1.1,1.1);}
.hlife .bank06 .lft:hover p { color: #ed1b23;}
.hlife .bank06 .rgt { float: right; width: calc(100% - 310px);}
.hlife .bank06 .rgt .top { width: 100%; padding-bottom: 10px; border-bottom: 1px dashed #ccc;}
.hlife .bank06 .rgt .top h3 { width: 100%; height: 25px; line-height: 25px; font-weight: 500; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank06 .rgt .top p { width: 100%; height: 45px; line-height: 22px; font-size: 12px; color: #999;}
.hlife .bank06 .rgt .top p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.hlife .bank06 .rgt .top:hover h3 { color: #ed1b23;}
.hlife .bank06 .rgt li { height: 35px; line-height: 35px; padding-left: 15px; border-bottom: 1px dashed #ccc; position: relative;}
.hlife .bank06 .rgt li::after { display: block; content: ""; width: 5px; height: 5px; background: #999; position: absolute; left: 0; top: 16px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank06 .rgt li a { display: block; float: left; width: 80%; font-size: 14px; color: #646464; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank06 .rgt li span { display: block; float: right; font-size: 12px; color: #999;}
.hlife .bank06 .rgt li:hover::after { background: #ed1b23;}
.hlife .bank06 .rgt li:hover a { color: #ed1b23;}

.hlife .bank07 { float: right; width: 450px; margin-top: 15px;}
.hlife .bank07 li { height: 25px; line-height: 25px; padding-left: 15px; position: relative;}
.hlife .bank07 li::after { display: block; content: ""; width: 5px; height: 5px; background: #999; position: absolute; left: 0; top: 12px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank07 li a { display: block; float: left; width: 80%; font-size: 14px; color: #646464; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank07 li span { display: block; float: right; font-size: 12px; color: #999;}
.hlife .bank07 li:hover::after { background: #ed1b23;}
.hlife .bank07 li:hover a { color: #ed1b23;}

.hlife .bank08 { width: 100%; margin-top: 15px;}
.hlife .bank08 .lst { padding: 15px; background: #fafafa;}
.hlife .bank08 .lst li { float: left; width: calc(50% - 39.5px); margin-right: 15px; padding: 15px; border: 1px solid #eee; background: #fff;}
.hlife .bank08 .lst li:last-child { margin-right: 0;}
.hlife .bank08 .lst li .img { float: left; width: 165px; height: 135px; overflow: hidden;}
.hlife .bank08 .lst li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank08 .lst li .msg { float: right; width: calc(100% - 185px);}
.hlife .bank08 .lst li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-weight: 500; font-size: 16px; color: #0081ca; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hlife .bank08 .lst li .msg p { width: 100%; height: 75px; line-height: 25px; font-size: 14px; color: #666; margin: 2.5px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.hlife .bank08 .lst li .msg span { display: block; line-height: 25px; font-size: 12px; color: #ed1b23; text-align: right;}
.hlife .bank08 .lst li:hover .img img { transform: scale(1.1,1.1);}
.hlife .bank08 .lst li:hover .msg h3 { color: #ed1b23;}

/*老年疾病*/
.lnill { width: 100%;}
.lnill .nam { width: 100%; height: 50px; margin-bottom: 10px; border-bottom: 2px solid #ed1b23;}
.lnill .nam h3 { float: left; line-height: 50px; font-weight: 500; font-size: 24px; color: #fff; padding: 0 20px; background: #ed1b23;}
.lnill .nam p { display: flex; flex-direction: row; justify-content: flex-end; float: right; height: 40px; line-height: 40px; margin-top: 10px;}
.lnill .nam p a { display: block; font-size: 14px; color: #999; margin-left: 30px; position: relative;}
.lnill .nam p a::after { display: block; content: ""; width: 1px; height: 10px; background: #999; position: absolute; left: -15px; top: 17px;}
.lnill .nam p a:first-child::after { display: none;}
.lnill .nam .more { display: block; float: right; line-height: 50px; font-size: 14px; color: #ed1b23; text-transform: Uppercase;}

.lnill .bank01 { float: left; width: 730px; height: 393px; overflow: hidden;}
.lnill .bank01 .swiper-slide { width: 100%; height: 393px; background: #fff; position: relative;}
.lnill .bank01 .swiper-slide img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lnill .bank01 .swiper-slide p { width: calc(100% - 30px); height: 60px; line-height: 50px; font-size: 18px; color: #fff; text-align: center; padding: 0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: rgba(0,0,0,0.5); position: absolute; left: 0; bottom: 0; z-index: 2;}
.lnill .bank01 .swiper-slide:hover img { transform: scale(1.1,1.1);}
.lnill .bank01 .swiper-pagination-bullets { text-align: right; bottom: 10px;}
.lnill .bank01 .swiper-pagination-bullet { width: 15px; height: 10px; margin: 0 10px 0 0 !important; border-radius: 0; background: #fff; position: relative; -webkit-transition: 0.5s; transition: 0.5s;}

.lnill .bank02 { float: right; width: 435px;}
.lnill .bank02 li { width: 100%; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #ccc;}
.lnill .bank02 li:last-child { margin-bottom: 0;}
.lnill .bank02 li h3 { width: 100%; height: 30px; font-weight: 500; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lnill .bank02 li p { width: 100%; height: 75px; line-height: 25px; font-size: 14px; color: #999;}
.lnill .bank02 li p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.lnill .bank02 li:hover h3 { color: #ed1b23;}

.lnill .bank03 { width: 100%; margin-top: 15px;}
.lnill .bank03 .tis { width: 100%; height: 35px; line-height: 35px; border-bottom: 1px solid #ccc;}
.lnill .bank03 .tis h3 { float: left; font-weight: 500; font-size: 18px; color: #666;}
.lnill .bank03 .tis a { float: right; font-size: 14px; color: #ed1b23;}
.lnill .bank03 li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lnill .bank03 li:hover .img img { transform: scale(1.1,1.1);}

.lnill .bank03 .bk031 { float: left; width: 380px;}
.lnill .bank03 .bk031 li { float: left; width: calc(50% - 5px); margin: 15px 10px 0 0;}
.lnill .bank03 .bk031 li:nth-child(2n) { margin-right: 0;}
.lnill .bank03 .bk031 li .img { width: 100%; height: 135px; overflow: hidden;}
.lnill .bank03 .bk031 li p { width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.lnill .bank03 .bk031 li:hover p { color: #ed1b23;}

.lnill .bank03 .bk032 { float: left; width: 400px; margin: 0 35px;}
.lnill .bank03 .bk032 li { width: 100%; margin-top: 15px; padding-bottom: 14px; border-bottom: 1px dashed #ccc;}
.lnill .bank03 .bk032 li h3 { width: 100%; height: 25px; font-weight: 500; font-size: 15px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lnill .bank03 .bk032 li p { width: 100%; height: 65px; line-height: 22px; font-size: 13px; color: #999;}
.lnill .bank03 .bk032 li p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.lnill .bank03 .bk032 li:hover h3 { color: #ed1b23;}

.lnill .bank03 .bk033 { float: left; width: 350px;}
.lnill .bank03 .bk033 .top { height: 235px; margin: 15px 0 8px 0; border: 1px solid #eee; overflow: hidden; position: relative;}
.lnill .bank03 .bk033 .top img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lnill .bank03 .bk033 .top p { width: calc(100% - 20px); height: 35px; line-height: 35px; font-size: 14px; color: #fff; text-align: center; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0; z-index: 2;}
.lnill .bank03 .bk033 .top:hover img { transform: scale(1.1,1.1);}
.lnill .bank03 .bk033 li { height: 25px; line-height: 25px; padding-left: 10px; position: relative;}
.lnill .bank03 .bk033 li::after { display: block; content: ""; width: 4px; height: 4px; background: #999; position: absolute; left: 0; top: 12px;}
.lnill .bank03 .bk033 li a { display: block; width: 100%; font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lnill .bank03 .bk033 li:hover::after { background: #ed1b23;}
.lnill .bank03 .bk033 li:hover a { color: #ed1b23;}
.lnill .bank03 .bk033 .lst { margin-top: 15px;}
.lnill .bank03 .bk033 .lst li { height: 28px; line-height: 28px;}

.lnill .bank03 .bk034 { float: left; width: 350px;}
.lnill .bank03 .bk034 li { width: 100%; margin-top: 15px; padding-bottom: 14px; border-bottom: 1px dashed #ccc;}
.lnill .bank03 .bk034 li .img { float: left; width: 135px; height: 90px; overflow: hidden;}
.lnill .bank03 .bk034 li .msg { float: right; width: calc(100% - 150px);}
.lnill .bank03 .bk034 li .msg h3 { width: 100%; height: 25px; font-weight: 500; font-size: 15px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lnill .bank03 .bk034 li .msg p { width: 100%; height: 65px; line-height: 22px; font-size: 12px; color: #999;}
.lnill .bank03 .bk034 li .msg p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.lnill .bank03 .bk034 li:hover .msg h3 { color: #ed1b23;}

.lnill .bank03 .bk035 { float: left; width: 380px;}
.lnill .bank03 .bk035 li { width: 100%; height: 225px; margin-top: 15px; overflow: hidden; position: relative;}
.lnill .bank03 .bk035 li img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lnill .bank03 .bk035 li p { width: calc(100% - 30px); height: 40px; line-height: 40px; font-size: 15px; color: #fff; text-align: center; padding: 0 15px; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0; z-index: 2;}
.lnill .bank03 .bk035 li:hover img { transform: scale(1.1,1.1);}

.lnill .bank04 { width: 100%; margin-top: 15px;}
.lnill .bank04 .lst { padding: 15px; background: #fafafa;}
.lnill .bank04 .lst li { float: left; width: calc(50% - 39.5px); margin-right: 15px; padding: 15px; border: 1px solid #eee; background: #fff;}
.lnill .bank04 .lst li:last-child { margin-right: 0;}
.lnill .bank04 .lst li .img { float: left; width: 165px; height: 135px; overflow: hidden;}
.lnill .bank04 .lst li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lnill .bank04 .lst li .msg { float: right; width: calc(100% - 185px);}
.lnill .bank04 .lst li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-weight: 500; font-size: 16px; color: #0081ca; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lnill .bank04 .lst li .msg p { width: 100%; height: 75px; line-height: 25px; font-size: 14px; color: #666; margin: 2.5px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.lnill .bank04 .lst li .msg span { display: block; line-height: 25px; font-size: 12px; color: #ed1b23; text-align: right;}
.lnill .bank04 .lst li:hover .img img { transform: scale(1.1,1.1);}
.lnill .bank04 .lst li:hover .msg h3 { color: #ed1b23;}

/*生活服务*/
.lifesv { width: 100%;}
.lifesv .tits h3 { padding-left: 25px; position: relative;}
.lifesv .tits h3::after { display: block; content: ""; width: 12px; height: 12px; background: #bbb; position: absolute; left: 0; top: 18px;}

.lifesv .bank01 { float: left; width: 730px; height: 393px; overflow: hidden;}
.lifesv .bank01 .swiper-slide { width: 100%; height: 393px; background: #fff; position: relative;}
.lifesv .bank01 .swiper-slide img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank01 .swiper-slide p { width: calc(100% - 30px); height: 60px; line-height: 50px; font-size: 18px; color: #fff; text-align: center; padding: 0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: rgba(0,0,0,0.5); position: absolute; left: 0; bottom: 0; z-index: 2;}
.lifesv .bank01 .swiper-slide:hover img { transform: scale(1.1,1.1);}
.lifesv .bank01 .swiper-pagination-bullets { text-align: right; bottom: 10px;}
.lifesv .bank01 .swiper-pagination-bullet { width: 15px; height: 10px; margin: 0 10px 0 0 !important; border-radius: 0; background: #fff; position: relative; -webkit-transition: 0.5s; transition: 0.5s;}

.lifesv .bank02 { float: right; width: 435px;}
.lifesv .bank02 li { width: 100%; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #ccc;}
.lifesv .bank02 li:last-child { margin-bottom: 0;}
.lifesv .bank02 li h3 { width: 100%; height: 30px; font-weight: 500; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank02 li p { width: 100%; height: 75px; line-height: 25px; font-size: 14px; color: #999;}
.lifesv .bank02 li p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.lifesv .bank02 li:hover h3 { color: #ed1b23;}

.lifesv .bank03 { float: left; width: 660px; margin-top: 15px;}
.lifesv .bank03 .top { width: 100%; padding-bottom: 10px; border-bottom: 1px dashed #ccc;}
.lifesv .bank03 .top i { display: block; float: left; width: 18px; height: 18px; line-height: 18px; font-style: normal; font-size: 12px; color: #fff; text-align: center; margin-top: 5px; background: #9a9999; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank03 .top h3 { float: right; width: calc(100% - 30px); height: 25px; line-height: 25px; font-weight: 500; font-size: 14px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank03 .top .img { float: left; width: 100px; height: 65px; margin: 10px 0 0 30px; overflow: hidden;}
.lifesv .bank03 .top .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank03 .top .msg { float: right; width: calc(100% - 140px); margin-top: 10px;}
.lifesv .bank03 .top .msg p { width: 100%; height: 40px; line-height: 20px; font-size: 12px; color: #666;}
.lifesv .bank03 .top .msg span { display: block; height: 25px; line-height: 25px; font-size: 12px; color: #ed1b23;}
.lifesv .bank03 .top:hover i { background: #ed1b23;}
.lifesv .bank03 .top:hover h3 { color: #ed1b23;}
.lifesv .bank03 .top:hover .img img { transform: scale(1.1,1.1);}
.lifesv .bank03 li { height: 35px; line-height: 35px; border-bottom: 1px dashed #ccc; position: relative;}
.lifesv .bank03 li i { display: block; float: left; width: 18px; height: 18px; line-height: 18px; font-style: normal; font-size: 12px; color: #fff; text-align: center; margin: 9px 10px 0 0; background: #9a9999; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank03 li a { display: block; float: left; width: 80%; font-size: 14px; color: #646464; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank03 li span { display: block; float: right; font-size: 12px; color: #999;}
.lifesv .bank03 li:hover i { background: #ed1b23;}
.lifesv .bank03 li:hover a { color: #ed1b23;}

.lifesv .bank04 { float: right; width: 500px; margin-top: 15px;}
.lifesv .bank04 li { height: 29.1px; line-height: 29.1px; padding-left: 15px; position: relative;}
.lifesv .bank04 li::after { display: block; content: ""; width: 4px; height: 4px; background: #999; position: absolute; left: 0; top: 14px;}
.lifesv .bank04 li a { display: block; width: 100%; font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank04 li:hover::after { background: #ed1b23;}
.lifesv .bank04 li:hover a { color: #ed1b23;}
.lifesv .bank04 .lst { margin-top: 15px;}
.lifesv .bank04 .lst li { height: 28px; line-height: 28px;}

.lifesv .bank05 { float: left; width: 760px; margin-top: 15px;}
.lifesv .bank05 .lft { float: left; width: 290px;}
.lifesv .bank05 .lft .img { width: 100%; height: 190px; overflow: hidden;}
.lifesv .bank05 .lft .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank05 .lft p { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #333; text-align: center; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank05 .lft:hover .img img { transform: scale(1.1,1.1);}
.lifesv .bank05 .lft:hover p { color: #ed1b23;}
.lifesv .bank05 .rgt { float: right; width: calc(100% - 315px);}
.lifesv .bank05 .rgt .top { padding: 0 0 5px 15px; border-bottom: 1px dashed #ccc; position: relative;}
.lifesv .bank05 .rgt .top::after { display: block; content: ""; width: 5px; height: 5px; background: #999; position: absolute; left: 0; top: 10px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank05 .rgt .top h3 { width: 100%; height: 25px; line-height: 25px; font-weight: 500; font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank05 .rgt .top p { width: 100%; height: 45px; line-height: 22px; font-size: 12px; color: #999;}
.lifesv .bank05 .rgt .top p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.lifesv .bank05 .rgt .top:hover h3 { color: #ed1b23;}
.lifesv .bank05 .rgt li { height: 35px; line-height: 35px; padding-left: 15px; border-bottom: 1px dashed #ccc; position: relative;}
.lifesv .bank05 .rgt li::after { display: block; content: ""; width: 5px; height: 5px; background: #999; position: absolute; left: 0; top: 16px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank05 .rgt li a { display: block; float: left; width: 80%; font-size: 14px; color: #646464; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank05 .rgt li span { display: block; float: right; font-size: 12px; color: #999;}
.lifesv .bank05 .rgt li:hover::after { background: #ed1b23;}
.lifesv .bank05 .rgt li:hover a { color: #ed1b23;}

.lifesv .bank06 { float: right; width: 400px; margin-top: 15px;}
.lifesv .bank06 li { width: 100%; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #ccc;}
.lifesv .bank06 li:last-child { margin-bottom: 0;}
.lifesv .bank06 li .img { float: left; width: 104px; height: 86.5px; overflow: hidden;}
.lifesv .bank06 li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank06 li .msg { float: right; width: calc(100% - 120px);}
.lifesv .bank06 li .msg h3 { width: 100%; height: 26.5px; line-height: 25px; font-weight: 500; font-size: 15px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank06 li .msg p { width: 100%; height: 60px; line-height: 20px; font-size: 12px; color: #999;}
.lifesv .bank06 li .msg p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.lifesv .bank06 li:hover .img img { transform: scale(1.1,1.1);}
.lifesv .bank06 li:hover .msg h3 { color: #ed1b23;}

.lifesv .bank07 { float: left; width: 710px; margin-top: 15px;}
.lifesv .bank07 li { margin-bottom: 12.5px; padding: 10px; border: 1px solid #ccc;}
.lifesv .bank07 li:last-child { margin-bottom: 0;}
.lifesv .bank07 li .img { float: left; width: 180px; height: 120px; overflow: hidden;}
.lifesv .bank07 li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank07 li .msg { float: right; width: calc(100% - 200px);}
.lifesv .bank07 li .msg h3 { width: 100%; height: 30px; line-height: 25px; font-weight: 500; font-size: 15px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank07 li .msg p { width: 100%; height: 65px; line-height: 22px; font-size: 12px; color: #999; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.lifesv .bank07 li .msg span { display: block; height: 25px; line-height: 25px; font-size: 12px; color: #ed1b23; text-align: right;}
.lifesv .bank07 li:hover .img img { transform: scale(1.1,1.1);}
.lifesv .bank07 li:hover .msg h3 { color: #ed1b23;}

.lifesv .bank08 { float: right; width: 450px; margin-top: 15px;}
.lifesv .bank08 li { float: left; width: calc(50% - 5px); height: 220px; margin: 0 10px 10.5px 0; overflow: hidden; position: relative;}
.lifesv .bank08 li:nth-child(2n) { margin-right: 0;}
.lifesv .bank08 li img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank08 li p { width: calc(100% - 30px); height: 40px; line-height: 40px; font-size: 14px; color: #fff; text-align: center; padding: 0 15px; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0; z-index: 2;}
.lifesv .bank08 li:hover img { transform: scale(1.1,1.1);}

.lifesv .bank09 { width: 100%; margin-top: 5px;}
.lifesv .bank09 .swiper-container-free-mode .swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear;}
.lifesv .bank09 .swiper-slide {}
.lifesv .bank09 .swiper-slide .img { width: 100%; height: 130px; overflow: hidden;}
.lifesv .bank09 .swiper-slide .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank09 .swiper-slide p { width: 100%; height: 40px; line-height: 35px; font-size: 14px; color: #646464; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.lifesv .bank09 .swiper-slide:hover .img { border-color: #999;}
.lifesv .bank09 .swiper-slide:hover .img img { transform: scale(1.1,1.1);}
.lifesv .bank09 .swiper-slide:hover p { color: #ed1b23;}

/*旅游指南*/
.travel { width: 100%;}
.travel .bank01 { float: left; width: 730px; height: 393px; overflow: hidden;}
.travel .bank01 .swiper-slide { width: 100%; height: 393px; background: #fff; position: relative;}
.travel .bank01 .swiper-slide img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank01 .swiper-slide p { width: calc(100% - 30px); height: 60px; line-height: 50px; font-size: 18px; color: #fff; text-align: center; padding: 0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: rgba(0,0,0,0.5); position: absolute; left: 0; bottom: 0; z-index: 2;}
.travel .bank01 .swiper-slide:hover img { transform: scale(1.1,1.1);}
.travel .bank01 .swiper-pagination-bullets { text-align: right; bottom: 10px;}
.travel .bank01 .swiper-pagination-bullet { width: 15px; height: 10px; margin: 0 10px 0 0 !important; border-radius: 0; background: #fff; position: relative; -webkit-transition: 0.5s; transition: 0.5s;}

.travel .bank02 { float: right; width: 435px;}
.travel .bank02 li { width: 100%; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #ccc;}
.travel .bank02 li:last-child { margin-bottom: 0;}
.travel .bank02 li h3 { width: 100%; height: 30px; font-weight: 500; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank02 li p { width: 100%; height: 75px; line-height: 25px; font-size: 14px; color: #999;}
.travel .bank02 li p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.travel .bank02 li:hover h3 { color: #ed1b23;}

.travel .bank03 { float: left; width: 730px; margin-top: 15px;}
.travel .bank03 .lft { float: left; width: 265px;}
.travel .bank03 .lft .img { width: 100%; height: 175px; overflow: hidden;}
.travel .bank03 .lft .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank03 .lft p { width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: #646464; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank03 .lft:hover .img img { transform: scale(1.1,1.1);}
.travel .bank03 .lft:hover p { color: #ed1b23;}
.travel .bank03 .lst { float: right; width: calc(100% - 285px);}
.travel .bank03 .lst .top { padding: 0 0 10px 15px; border-bottom: 1px dashed #ccc; position: relative;}
.travel .bank03 .lst .top::after { display: block; content: ""; width: 5px; height: 5px; background: #999; position: absolute; left: 0; top: 8px;}
.travel .bank03 .lst .top h3 { width: 100%; height: 25px; font-weight: 500; font-size: 15px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank03 .lst .top p { width: 100%; height: 65px; line-height: 22px; font-size: 12px; color: #999; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.travel .bank03 .lst .top span { display: block; height: 25px; line-height: 25px; font-size: 12px; color: #ed1b23; text-align: right;}
.travel .bank03 .lst .top:hover h3 { color: #ed1b23;}
.travel .bank03 .lst li { height: 40px; line-height: 40px; padding-left: 15px; border-bottom: 1px dashed #ccc; position: relative;}
.travel .bank03 .lst li::after { display: block; content: ""; width: 5px; height: 5px; background: #999; position: absolute; left: 0; top: 19px;}
.travel .bank03 .lst li a { display: block; float: left; width: 75%; font-size: 14px; color: #646464; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank03 .lst li span { display: block; float: right; font-size: 12px; color: #999;}
.travel .bank03 .lst li:hover i { background: #ed1b23;}
.travel .bank03 .lst li:hover a { color: #ed1b23;}

.travel .bank04 { float: right; width: 435px; margin-top: 15px;}
.travel .bank04 li { height: 26px; line-height: 26px; padding-left: 15px; position: relative;}
.travel .bank04 li::after { display: block; content: ""; width: 4px; height: 4px; background: #ed1b23; position: absolute; left: 0; top: 13px;}
.travel .bank04 li a { display: block; float: left; width: 80%; font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank04 li span { display: block; float: right; font-size: 12px; color: #999;}
.travel .bank04 li:hover a { color: #ed1b23;}

.travel .bank05 { width: 100%; margin-top: 10px;}
.travel .bank05 li { float: left; width: 280px; height: 225px; margin: 0 0 10px 10px; overflow: hidden; position: relative;}
.travel .bank05 li:last-child { margin-right: 0;}
.travel .bank05 li img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank05 li p { width: calc(100% - 20px); height: 45px; line-height: 45px; font-size: 12px; color: #fff; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0; z-index: 2;}
.travel .bank05 li:hover img { transform: scale(1.1,1.1);}
.travel .bank05 li:first-child { width: 330px; height: 500px; margin-left: 0;}
.travel .bank05 li:nth-child(2) { width: 570px;}
.travel .bank05 li:nth-child(2),
.travel .bank05 li:nth-child(3) { height: 265px;}

.travel .bank06 { width: 100%; margin-top: 10px;}
.travel .bank06 .tis { width: 100%; height: 35px; line-height: 35px; margin-bottom: 10px; border-bottom: 1px solid #ccc;}
.travel .bank06 .tis h3 { float: left; font-weight: 500; font-size: 18px; color: #666;}
.travel .bank06 .tis a { float: right; font-size: 14px; color: #ed1b23;}

.travel .bank06 .lft { float: left; width: 325px;}
.travel .bank06 .lft li { width: 100%; height: 175px; margin-bottom: 10px; overflow: hidden; position: relative;}
.travel .bank06 .lft li img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank06 .lft li p { width: calc(100% - 20px); height: 40px; line-height: 40px; font-size: 12px; color: #fff; text-align: center; padding: 0 10px; background: rgba(0,0,0,0.65); position: absolute; left: 0; bottom: 0; z-index: 2;}
.travel .bank06 .lft li:hover img { transform: scale(1.1,1.1);}

.travel .bank06 .lst { float: left; width: 465px; margin: 0 25px;}
.travel .bank06 .lst li { float: left; width: calc(50% - 5px); margin-right: 10px;}
.travel .bank06 .lst li:last-child { margin-right: 0;}
.travel .bank06 .lst li .img { width: 100%; height: 165px; overflow: hidden;}
.travel .bank06 .lst li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank06 .lst li h3 { width: 100%; height: 35px; line-height: 35px; font-weight: 500; font-size: 15px; color: #333; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank06 .lst li p { width: 100%; height: px; line-height: 22px; font-size: 12px; color: #999;}
.travel .bank06 .lst li p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.travel .bank06 .lst li:hover .img img { transform: scale(1.1,1.1);}
.travel .bank06 .lst li:hover h3 { color: #ed1b23;}

.travel .bank06 .rgt { float: right; width: 360px;}
.travel .bank06 .rgt li { width: 100%; margin-bottom: 15px;}
.travel .bank06 .rgt li .img { float: left; width: 130px; height: 95px; overflow: hidden;}
.travel .bank06 .rgt li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank06 .rgt li .msg { float: right; width: calc(100% - 145px);}
.travel .bank06 .rgt li .msg h3 { width: 100%; height: 25px; font-weight: 500; font-size: 15px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.travel .bank06 .rgt li .msg p { width: 100%; height: 70px; line-height: 22px; font-size: 12px; color: #999;}
.travel .bank06 .rgt li .msg span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.travel .bank06 .rgt li:hover .img img { transform: scale(1.1,1.1);}
.travel .bank06 .rgt li:hover .msg h3 { color: #ed1b23;}

/*专家专栏*/
.excolum { width: 100%;}
.excolum .bank01 { width: 100%; margin-top: 5px;}
.excolum .bank01 .swiper-container-free-mode .swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear;}
.excolum .bank01 .swiper-slide {}
.excolum .bank01 .swiper-slide .img { width: 100%; height: 210px; overflow: hidden;}
.excolum .bank01 .swiper-slide .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.excolum .bank01 .swiper-slide p { width: 100%; height: 40px; line-height: 35px; font-size: 14px; color: #646464; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.excolum .bank01 .swiper-slide:hover .img { border-color: #999;}
.excolum .bank01 .swiper-slide:hover .img img { transform: scale(1.1,1.1);}
.excolum .bank01 .swiper-slide:hover p { color: #ed1b23;}

.excolum .bank02 { width: 100%; margin-top: 10px;}
.excolum .bank02 li { display: flex; flex-direction: row; justify-content: space-between; width: 100%; margin-bottom: 20px;}
.excolum .bank02 li .nma { width: 350px; height: 100px; line-height: 80px; line-height: 80px; font-weight: bold; font-size: 24px; color: #18792f; text-align: center; margin-top: 5px; padding: 0 15px; border: 1px solid #ddd; border-radius: 4px; position: relative;}
.excolum .bank02 li .nma::before,
.excolum .bank02 li .nma::after { display: block; content: ""; margin: auto; background: #fff; position: absolute; top: 0; bottom: 0;}
.excolum .bank02 li .nma::before { width: 20px; height: 20px; right: 0; z-index: 2}
.excolum .bank02 li .nma::after { width: 15px; height: 15px; border: 1px solid #ddd; -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); right: -10px; z-index: 1;}
.excolum .bank02 li .rgt { width: 65%;}
.excolum .bank02 li .rgt .lt { width: 100%; margin-bottom: 15px;}
.excolum .bank02 li .rgt .lt h3 { width: 100%; height: 30px; line-height: 30px; font-weight: 500; font-size: 15px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.excolum .bank02 li .rgt .lt p { width: 100%; line-height: 25px; font-size: 15px; color: #666;}
.excolum .bank02 li .rgt .lt p span { display: inline-block; color: #ed1b23; margin-left: 10px;}
.excolum .bank02 li .rgt .lt:hover h3 { color: #ed1b23;}

.excolum .bank03 { width: 100%;}
.excolum .bank03 .lst { padding: 15px 15px 0 15px; background: #fafafa;}
.excolum .bank03 .lst li { float: left; width: calc(50% - 39.5px); margin: 0 15px 15px 0; padding: 15px; border: 1px solid #eee; background: #fff;}
.excolum .bank03 .lst li:nth-child(2n) { margin-right: 0;}
.excolum .bank03 .lst li .img { float: left; width: 165px; height: 135px; overflow: hidden;}
.excolum .bank03 .lst li .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.excolum .bank03 .lst li .msg { float: right; width: calc(100% - 185px);}
.excolum .bank03 .lst li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-weight: 500; font-size: 16px; color: #0081ca; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.excolum .bank03 .lst li .msg p { width: 100%; height: 75px; line-height: 25px; font-size: 14px; color: #666; margin: 2.5px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.excolum .bank03 .lst li .msg span { display: block; line-height: 25px; font-size: 12px; color: #ed1b23;}
.excolum .bank03 .lst li:hover .img img { transform: scale(1.1,1.1);}
.excolum .bank03 .lst li:hover .msg h3 { color: #ed1b23;}