html,
body {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
}

body {
    background: #F2F2F2;
    ;
}

::-webkit-input-placeholder {
    color: #E0E0E0;
}

::-moz-placeholder {
    color: #E0E0E0;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #E0E0E0;
}

/* ie */
input:-moz-placeholder {
    color: #E0E0E0;
}

.header {
    position: fixed;
    width: 100%;
    height: 70px;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    z-index: 999;
}

.header>img {
    width: 686px;
    margin-top: 16px;
}

.top-bg {
    /* position: absolute; */
    margin-top: -70px;
    width: 100%;
    min-width: 1326px;
    overflow: hidden;
}

.top-bg>ul,
.top-bg>ul>li {
    width: 100%;
    /* height: 100%; */
}

.top-bg li {
    position: absolute;
    display: none;
    opacity: 0;
}

.top-bg li.active {
    display: block;
    opacity: 1;
}

.top-bg li img {
    width: 100%;
}

.top-menu {}

.top-menu>ul {}

.top-menu>ul>li {
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.top-menu>ul>li:not(:last-child)::after {
    display: inline-block;
    margin: 0 15px;
    content: '|';
}

.main {
    position: absolute;
    /* top: 70px; */
    left: 50%;
    margin-left: -663px;
    padding-bottom: 20px;
    width: 1326px;
}

.main>.page-nav {
    margin-top: 8px;
    width: 100%;
    overflow: hidden;
}

.main>.page-nav>ul {
    list-style: none;
    font-size: 14px;
    color: #999999;
}

.main>.page-nav>ul>li {
    float: left;
}

.main>.page-nav>ul>li:not(:last-child)::after {
    content: ">";
    margin: 0 5px;
}

.main>.search-bar {
    position: relative;
    padding-top: 15px;
    width: 100%;
    height: 114px;
    /* background-color: blueviolet; */
    z-index: 1;
}

.search-bar>.search-switch {
    position: absolute;
    left: 50%;
    margin-left: -280px;
    width: 600px;
    height: 35px;
}

.search-bar>.search-switch>.option {
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.search-bar>.search-switch>.option.active {
    color: #FFFFFF;
    background-image: url(../images/tooltip@2x.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.search-bar>.search-box {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    margin-top: 40px;
    width: 600px;
    height: 40px;
    background: #FFFFFF;
}

.search-bar>.search-box>.search-type {
    float: left;
    margin: 0;
    width: 120px;
    height: 40px;
    /* border: 1px solid #D8D8D8;
    border-right: 0;
    border-radius: 4px 0px 0px 4px; */
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    line-height: 38px;
}

.search-bar>.search-box>.search-type>.result {
    padding: 0 8px;
    width: 120px;
    height: 40px;
    border: 1px solid #D8D8D8;
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
}

.search-bar>.search-box>.search-type>.result::after {
    float: right;
    margin-top: 17px;
    width: 11px;
    height: 5px;
    content: "";
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.search-bar>.search-box>.search-type>.result:hover {
    border: 1px solid #1c8de0;
}

.search-bar>.search-box>.search-type>.option {
    display: none;
    margin-top: 0px;
    border: 1px solid #D8D8D8;
    background: #FFFFFF;
}

.search-bar>.search-box>.search-type:hover>.option {
    display: block;
}

.search-bar>.search-box>.search-type:hover>.result::after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.search-bar>.search-box>.search-type>.option>ul>li:hover {
    background-color: rgb(41, 74, 117);
    color: #fff;
}

.search-bar>.search-box>.search-input {
    float: left;
    margin: 0;
    width: 400px;
    height: 40px;
}

.search-bar>.search-box>.search-input>input {
    width: 400px;
    height: 40px;
    border: 1px solid #D8D8D8;
    text-indent: 11px;
}

.search-bar>.search-box>.search-input>input:hover,
.search-bar>.search-box>.search-input>input:focus {
    border: 1px solid #1c8de0;
}

.search-bar>.search-box>.search-btn {
    float: left;
    margin: 0;
    width: 80px;
    height: 40px;
    background: #274A76;
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.search-bar>.search-box>.search-btn:hover {
    background: rgba(39, 74, 118, 0.9);
}

.main>.switch-tab {
    margin-top: 600px;
    width: 100%;
    /* position: relative; */
    overflow: hidden;
}

.switch-tab>.tab-content {
    /* position: absolute; */
    /* margin-top: 76px; */
    padding: 18px 0;
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
    overflow: hidden;
}

.switch-tab>.tab-content>div {
    width: 100%;
}

.main>.footer {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 50px;
    text-align: center;
}


.main .left {
    float: left;
    width: 100%;
}


.main .left .pic {
    width: 100%;
    overflow: hidden;
}

.main .left .pic>.item {
    float: left;
    position: relative;
    margin-right: 18px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #aaaaaa;
    cursor: pointer;
}


.main .left .pic>.item:nth-child(1) {
    width: 428px;
    height: 175px;
}

.main .left .pic>.item:nth-child(2) {
    width: 428px;
    height: 305px;
}

.main .left .pic>.item:nth-child(3) {
    margin-right: 0;
    width: 428px;
    height: 365px;
}

.main .left .pic>.item:nth-child(4) {
    margin-top: -190px;
    width: 428px;
    height: 370px;
}

.main .left .pic>.item:nth-child(5) {
    margin-top: -60px;
    width: 428px;
    height: 240px;
}

.main .left .pic>.item:nth-child(6) {
    margin-right: 0;
    width: 428px;
    height: 180px;
}


.main .left .pic>.item>span {
    position: absolute;
    display: block;
    bottom: -33px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .left .pic>.item>small {
    position: absolute;
    display: block;
    bottom: -56px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .left>.label.short {
    width: 259px;
    height: 47px;
    background-image: url(../images/short.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 47px;
}

.main .left>.label.long {
    width: 377px;
    height: 47px;
    background-image: url(../images/long.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 47px;
}

.main .left>.label.short>a {
    float: right;
    margin-right: -1066px;
    font-size: 16px;
    font-weight: 400;
    color: #274A76;
}

.main .left>.label.long>a {
    float: right;
    margin-right: -497px;
    font-size: 16px;
    font-weight: 400;
    color: #274A76;
}

.main .left>.item {
    width: 100%;
    padding: 26px 0 36px 0;
    overflow: hidden;
    border-top: 1px solid #D3D3D3;
}


.label-box {
    position: relative;
    margin-top: 40px;
}

.label-box>.label {
    /* margin-top: 10px; */
    margin-bottom: 16px;
    width: 152px;
    height: 44px;
    background-image: url("../images/标题图标@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 26px;
    font-weight: bold;
    color: #C11422;
    text-indent: 35px;
    line-height: 45px;
}

.label-box>.label>a {
    float: right;
    margin-right: -1163px;
    font-size: 16px;
    font-weight: 400;
    color: #274A76;
}

.label-box.left {
    float: left;
    width: 46%;
}

.label-box.right {
    float: right;
    width: 46%;
}

.label-box.left>.label>a,
.label-box.right>.label>a {
    margin-right: -206px;
}

.label-box.left>ul,
.label-box.right>ul {
    margin-top: -20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.label-box.left>ul>li::before,
.label-box.right>ul>li::before {
    display: inline-block;
    margin-right: 15px;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url(../images/music.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.label-box.left>ul>li>span,
.label-box.right>ul>li>span {
    float: right;
}

/* -页面其他辅助元素 begin */
.dock-nav {
    display: none;
    position: fixed;
    right: 10px;
    top: 170px;
    width: 272px;
    height: 242px;
    background-image: url(../images/dh@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.dock-nav>ul {
    float: right;
    margin-right: 48px;
    margin-top: 83px;
    font-size: 16px;
    font-weight: 400;
    color: #274A76;
    line-height: 31px;
}

.dock-nav>ul a:hover {
    color: #C11422;
}





.lunbo {
    margin-bottom: 20px;
    width: 100%;
    height: 570px;
    border-radius: 0;
}

.lunbo .image-box li a {
    text-align: left;
}

.lunbo .image-box li a img {
    height: auto;
    width: 64%;
}

.lunbo .image-box li small {
    width: 100% !important;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    white-space: break-spaces;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置方向*/
    -webkit-line-clamp: 2;
    /*设置超过为省略号的行数*/
    overflow: hidden;
}

.lunbo .image-box li small::after {
    /* margin-top: 33px;
    display: block;
    content: "";
    width: 139px;
    height: 2px;
    background: #333333; */
}

.lunbo .image-box li p {
    padding-left: 30px !important;
    padding-right: 30px;
    height: 100% !important;
    width: 474px;
    line-height: 60px;
    background: #fff;
    right: 0;
    left: auto;
    padding-top: 60px;
}

.lunbo .image-box li p span:nth-child(2) {
    margin-top: 30px;
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    height: 250px;
    white-space: break-spaces;
    overflow: hidden;
}

.lunbo .image-box li p span:nth-child(2)::before {
    margin-bottom: 30px;
    display: block;
    content: "";
    width: 139px;
    height: 2px;
    background: #333333;
}

.lunbo .image-box li p span:nth-child(3) {
    margin-top: 30px;
    display: block;
    width: 160px;
    height: 40px;
    border: 2px solid #274A76;
    font-size: 16px;
    font-weight: 400;
    color: #274A76;
    line-height: 36px;
    text-align: center;
}

.lunbo .turn-btn {
    display: none;
}

.lunbo .numb-btn {
    top: auto;
    bottom: 25px;
    left: 440px;
}

.lunbo .numb-btn li {
    width: 10px;
    height: 10px;
    background: #E2E2E2;
    border-radius: 50%;
}

.lunbo .numb-btn li.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
}

.card {}

.card>ul {}

.card>ul>li {
    float: left;
    width: 426px;
    height: 700px;
    margin-right: 22px;
    transition: all 1.0s;
    -webkit-transition: all 1.0s;
    cursor: pointer;
    background: #fff;
}

.card>ul>li:last-child {
    margin-right: 0;
}


.card>ul>li .image {
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
}

.card>ul>li:hover {
    box-shadow: 0 3px 20px rgba(36, 36, 36, 0.5);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.card>ul>li .text {
    position: relative;
    width: 100%;
    height: 150px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 150px;
    text-align: center;
}

.card>ul>li .text::after {
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -15px;
    content: "";
    width: 29px;
    height: 4px;
    background: #274A76;
}

.accordion-box {
    margin: auto;
    width: 1326px;
    height: 575px;
    /* border: 10px solid #151515; */
    background-color: #151515;
    border-right: 0;
}

.accordion-box>div {
    position: relative;
    float: right;
    width: 140px;
    height: 100%;
    opacity: .3;
    background-image: url("../images/source/p2.png");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .7s ease 0s;
    overflow: hidden;
}

.accordion-box>div:last-child {
    width: 1046px;
    opacity: 1;
}

.accordion-box>div:hover {
    opacity: 1;
    cursor: pointer;
}

.accordion-box>div h1 {
    position: absolute;
    bottom: 50px;
    right: 20px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap
}

.accordion-box>div small {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap
}


.pic-wall {
    position: relative;
    margin: auto;
    width: 1326px;
    height: 355px;
}

.pic-wall>a {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.pic-wall>a:hover {
    opacity: 0.8;
}

.pic-wall>a:nth-child(1) {
    width: 520px;
    height: 168px;
    background-image: url(../images/地市/民间作品.png);
}

.pic-wall>a:nth-child(2) {
    top: 0;
    left: 536px;
    width: 252px;
    height: 352px;
    background-image: url(../images/地市/摄影作品.png);
}

.pic-wall>a:nth-child(3) {
    top: 0;
    left: 804px;
    width: 252px;
    height: 168px;
    background-image: url(../images/地市/歌曲.png);
}

.pic-wall>a:nth-child(4) {
    top: 0;
    left: 1076px;
    width: 252px;
    height: 168px;
    background-image: url(../images/地市/戏曲.png);
}

.pic-wall>a:nth-child(5) {
    top: 184px;
    width: 252px;
    height: 168px;
    background-image: url(../images/地市/舞台艺术.png);
}

.pic-wall>a:nth-child(6) {
    top: 184px;
    left: 268px;
    width: 252px;
    height: 168px;
    background-image: url(../images/地市/美术.png);
}

.pic-wall>a:nth-child(7) {
    top: 184px;
    left: 804px;
    width: 520px;
    height: 168px;
    background-image: url(../images/地市/广播节目.png);
}

.swiper-container {
	padding-bottom: 60px;
    width: 1326px;
    /* height: 560px; */
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 600px;
    height: 400px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-container .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

 .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
 .swiper-slide img{
	display:block;
}
 .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

.swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

.swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
/* 更改得样式 */
.lxs {
    clear: both;
    height: 300px
  }
  
  .lxs li {
    position: relative;
    width: 260px;
    height: 297px;
    float: left;
    margin: 0 0 0 4px;
    background: #b79e76;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 6px;
  }
  
  .lxs li:first-child {
    margin: 0;
  }
  
  .lxs li div {
    display: table;
  }
  
  .lxs li div h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 25px;
  }
  
  .lxs li div h2 a {
    color: #fff;
    font-size: 16px;
  }
  
  .lxs li:nth-child(1) div,
  .lxs li:nth-child(3) div {
    width: 260px;
    height: 148.5px;
    background: #b79e76;
    position: absolute;
    top: 0;
    left: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 6px;
  }
  
  .lxs li:nth-child(1) img,
  .lxs li:nth-child(3) img {
    width: 260px;
    height: 148.5px;
    display: block;
    position: absolute;
    top: 148.5px;
    left: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 0px 0px 6px 6px;
  }
  
  .lxs li:nth-child(2) div,
  .lxs li:nth-child(4) div {
    width: 260px;
    height: 148.5px;
    background: #fff;
    position: absolute;
    top: 148.5px;
    left: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 0px 0px 6px 6px;
  }
  
  .lxs li:nth-child(2) div a,
  .lxs li:nth-child(4) div a {
    color: #333333;
  }
  
  .lxs li:nth-child(2) img,
  .lxs li:nth-child(4) img {
    width: 260px;
    height: 148.5px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 6px 6px 0px 0px;
  }
  
  .lxs li.on {
    width: 530px;
    border-radius: 6px;
  }
  
  .lxs li.on img {
    width: 530px;
    height: 297px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 6px;
  }
  
  .lxs li.on div {
    width: 530px;
    height: 54px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    top: auto;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 0px 0px 6px 6px;
  }
  
  .lxs li.on div h2 {
    padding: 10px 10px 10px 29px;
    text-align: left;
    line-height: 1.6em;
  }
  
  .lxs li.on div h2 a {
    color: #fff;
    font-size: 20px;
  }
  
  /* ------ */
  .lx {
    clear: both;
    height: 300px;
    margin-top: 20px
  }
  
  .lx li {
    position: relative;
    width: 260px;
    height: 297px;
    float: left;
    margin: 0 0 0 4px;
    background: #b79e76;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 6px;
  }
  
  .lx li:first-child {
    margin: 0;
  }
  
  .lx li div {
    display: table;
  }
  
  .lx li div h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 25px;
  }
  
  .lx li div h2 a {
    color: #fff;
    font-size: 16px;
  }
  
  .lx li:nth-child(1) div,
  .lx li:nth-child(3) div {
    width: 260px;
    height: 148.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 6px 6px 0px 0px;
  }
  
  .lx li:nth-child(1) div a,
  .lx li:nth-child(3) div a {
    color: #333333;
  }
  
  .lx li:nth-child(1) img,
  .lx li:nth-child(3) img {
    width: 260px;
    height: 148.5px;
    display: block;
    position: absolute;
    top: 148.5px;
    left: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 0px 0px 6px 6px;
  }
  
  .lx li:nth-child(2) div,
  .lx li:nth-child(4) div {
    width: 260px;
    height: 148.5px;
    background: #b79e76;
    position: absolute;
    top: 148.5px;
    left: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 6px;
  }
  
  .lx li:nth-child(2) img,
  .lx li:nth-child(4) img {
    width: 260px;
    height: 148.5px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 6px 6px 0px 0px;
  }
  
  .lx li.on {
    width: 530px;
    border-radius: 6px;
  }
  
  .lx li.on img {
    width: 530px;
    height: 297px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 6px;
  }
  
  .lx li.on div {
    width: 530px;
    height: 54px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    top: auto;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 0px 0px 6px 6px;
  }
  
  .lx li.on div h2 {
    padding: 10px 10px 10px 29px;
    text-align: left;
    line-height: 1.6em;
  }
  
  .lx li.on div h2 a {
    color: #fff;
    font-size: 20px;
  }
  
  body {
    background-color: #F2F2F2
  }


/* -页面其他辅助元素 end */