.swipeban {
    padding-bottom: 20px;
}
.swipeban .pager em {
    width: 20px;
    height: 1px;
    margin: 0 3px;
    border-radius: 0;
}
.swipeban .pager em.on {
    width: 40px;
}


.bkbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
.bkt {
    margin-top: 20px;
    height: auto;
    padding-left: 10px;
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.bkt span {
    display: block;
    color: #666;
}
.bkt span:nth-child(1) {
    font-size: 1.2rem;
    line-height: 150%;
}
.bkt span:nth-child(2) {
    font-size: 0.75rem;
    line-height: 120%;
    color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
}
.bkt a {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.bkt a img {
    display: block;
    width: 15px;
    margin: 15px auto 0 auto;
    opacity: .3;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
}

.slidepro {
    padding-bottom: 50px;
}
.slidepro .banb {
    bottom: 55px;
}
.proico {
    width: 100%;
    height: 50px;
    overflow: auto;
    overflow-y: hidden;
    background: rgba(0, 0, 0, .3);
    white-space: nowrap;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}
.proico>div {
    display: inline-block;
    line-height: 50px;
    padding: 0 15px;
    overflow: hidden;
    color: rgba(255, 255, 255, .7);
    font-size: 0.75rem;
    cursor: pointer;
}
.proico>div img {
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    opacity: .7;
    vertical-align: middle;
}
.proico>div.on {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .3);
}
.proico>div.on img {
    opacity: 1;
}

.tj2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tj2 a {
    display: block;
    width: 47%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    margin: 10px 0 0 2%;
    overflow: hidden;
    float: left;
}
.tj2 a span {
    display: block;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.tj2 a span:nth-child(1) {
    margin-top: 15px;
    font-size: 1rem;
    line-height: 30px;
}
.tj2 a span:nth-child(2) {
    font-size: 0.7rem;
    line-height: 20px;
    color: #999;
}
.tj2 a p {
    display: block;
    width: 80%;
    height: 38vw;
    overflow: hidden;
    margin: 10px auto;
}
.tj2 a b {
    display: block;
    width: 70px;
    line-height: 24px;
    background: #002856;
    font-weight: normal;
    text-align: center;
    border-radius: 3px;
    margin: 15px auto 20px auto;
    font-size: 0.6rem;
    color: #fff;
    transform:skew(-20deg);
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.bkmore {
    display: block;
    margin: 20px auto 0 auto;
    width: 100px;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    font-size: 0.75rem;
    color: #002856;
    position: relative;
}
.bkmore::after {
    content: '';
    width: 10px;
    height: 1px;
    background: #002856;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -5px;
}
.newsbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsbox a {
    display: block;
    width: 96%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 0 auto 15px auto;
}
.newsbox a p {
    display: block;
    width: 40%;
    height: 90px;
    float: left;
    overflow: hidden;
}
.newsbox a:nth-child(1) p {
    width: 100%;
    height: auto;
}
.newsbox a span {
    display: block;
    width: 52%;
    height: auto;
    overflow: hidden;
    float: left;
    font-size: 0.75rem;
    color: #999;
    line-height: 130%;
    margin-left: 5%;
}
.newsbox a:nth-child(1) span {
    width: 90%;
}
.newsbox a span:nth-child(2) {
    font-size: 0.875rem;
    line-height: 22px;
    max-height: 45px;
    font-weight: bold;
    margin-top: 10px;
    color: #333;
}
.newsbox a span:nth-child(3) {
    margin-top: 10px;
    max-height: 50px;
    display: none;
}
.newsbox a span:nth-child(4) {
    margin-top: 10px;
}
.newsbox a:nth-child(1) span:nth-child(2) {
    font-size: 1.1rem;
}
.newsbox a:nth-child(1) span:nth-child(3) {
    display: block;
}
.newsbox a:nth-child(1) span:nth-child(4) {
    margin-bottom: 10px;
}

.yybox {
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.yybox img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.yyinp {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 80%;
    color: #fff;
    margin: 20px auto;
    z-index: 1;
}
.yyi {
    height: 35px;
    overflow: hidden;
}
.yyi span {
    display: block;
    float: left;
    font-size: 0.875rem;
    color: #fff;
    line-height: 30px;
    width: 50px;
}
.yyi input, .yyi select {
    display: block;
    float: left;
    width: calc(100% - 60px);
    height: 30px;
    border: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, .6);
    font-size: 0.875rem;
    line-height: 30px;
    color: #000;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yyb {
    color: #fff;
    text-align: center;
    width: calc(100% - 60px);
    margin-left: 50px;
    line-height: 30px;
    font-size: 0.875rem;
    cursor: pointer;
    background: #002856;
    border-radius: 5px;
}