/* 首页样式 */
.banner img{
    width: 100%;
    height: 5.7rem;
}
.content {
    overflow: hidden;
    margin: 0.7rem auto 0.5rem;
}
.card {
    float: left;
    width: 40%;
    margin-top: 0.2rem;
}
.content .card:nth-child(2n) {
    width: 60%;
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.card .yclx {
    width: 100%;
    height: 1.16rem;
}
.content .card:nth-child(1),
.content .card:nth-child(2) {
    height: 5.3rem;
}
.card-title {
    line-height: 0.3rem;
    margin-bottom: 0.3rem;
}
.card-title span:nth-child(1) {
    border-bottom: 5px solid #093C8A;
}
.card-content {
    padding-bottom: 0.3rem;
    box-sizing: border-box;
}
.card-content .kh {
    width: 2.1rem;
}
.card-content-title {
    width: 3.22rem;
}
.special-more {
    margin-left: 3.6rem;
}
.card-content-title h3 {
    font-size: 0.22rem;
    color: #222;
}
.card-content-title-time {
    font-size: 0.14rem;
    color: #6b6b6b;
    padding: 0.18rem 0;
}
.card-ul {
    border-top: 1px dotted #dadada;
}
.card-ul li {
    height: 0.75rem;
    font-size: 0.16rem;
    line-height: 0.8rem;
    overflow: hidden;
    border-bottom: 1px dotted #dadada;
}
.card-ul li.active {
    color: #093C8A;
}
.card-ul li .font-over-hidden {
    display: inline-block;
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.box-wrap .box {
    width: 5.1rem;
    height: 1.36rem;
    padding: 0.2rem;
    border: 1px solid #dadada;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-wrap .box:nth-child(2) {
    margin: 0.15rem 0;
}
.box-wrap .box h3 {
    font-size: 0.16rem;
}
.box-wrap .box h3.active {
    color: #093C8A;
}
.box-wrap .box>div {
    font-size: 0.14rem;
    margin-top: 0.1rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.box-left {
    width: 5.1rem;
}
.box-right {
    position: relative;
    width: 2.7rem;
}
.box-right .box-r {
    /* width: 100%; */
    height: 1.36rem;
}
.box-right .box-r:nth-child(1) {
    background: url('../../img/pc/index/r1.png');
    background-size: cover;
}
.box-right .box-r:nth-child(2) {
    background: url('../../img/pc/index/r2.png');
    margin: 0.15rem 0;
    background-size: cover;
}
.box-right .box-r:nth-child(3) {
    background: url('../../img/pc/index/r3.png');
    background-size: cover;
}
.box-r {
    position: relative;
}
.box-r img {
    width: 0.4rem;
    margin-right: 0.15rem;
}
.box-info-wrap {
    position: absolute;
    width: 1.8rem;
    top: 50%;
    left: 50%;
    font-size: 0.2rem;
    transform: translate(-50%, -50%);
}
.box-r .box-info-wrap:nth-child(1) {
    font-size: 0.16rem;
    color: #fff;
    font-weight: 700;
}
.select-list {
    
}
.select-list select {
    width: 48%;
    height: 0.4rem;
    outline: none;
}
.select-list select:nth-child(1) {
    margin-right: 2%;
}