h3.special-type-name {
    min-height:30px;
    height:auto;
    margin-top: 20px;
}
.special-type-name a {
    background: none;
    color: #ffffff;
    padding-left: 0;
}
.special-type-name a img {
    width:100%;
}
.special-type-name a.img-link {
    padding-left: 0;
    min-height: 30px;
    height:auto;
    font-size: 0;
    line-height:1;
}
.special-type-name a:active {
    opacity: 0.8;
}
.special-type-name a span {
    color: #ffffff;
}
.focus-slides {
    margin-top: 10px;
}
.video-container {
    width:100%;
    margin-top: 10px;
    height:auto;
}
.video-item {
    width:100%;
}
.new-submit-btn {
    width:100%;
    height:50px;
    line-height:50px;
    background: #2A64A2;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    margin-top: 10px;
}
.login-form {
    padding-top:0;
}
.login-form .input-area:first-child {
    margin-top: 10px;
}
.col-container {
    margin-top: 30px;
}
ul[rn-carousel] li img {
    width:100%;
}
.input-item-1 {
    background: url("/static/img/input-required-icon.png") right center no-repeat;
    background-size: 8px;
    /*background-position-y: 15px;*/
}
.input-item-1 .input-item {
    padding-left: 18px;

}
.special-type-name {
    display: block;
    width: 100%;
    /* height: 35px; */
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}
.special-type-name>a,.special-type-name>span {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    /*background: #e8e8e8;*/
    color: #000000;
    line-height: 100%;
    height: auto;
    position: relative;
    min-height: 30px;
}
.special-type-name>a.img-title,.special-type-name>span.img-title {
    height:auto;
}
.special-type-name-with-img>a,.special-type-name-with-img>span {
    background: none;
    padding-left: 0;
}
.special-title-img {
    width:100%;
}
.special-type-name a span {
    position: absolute;
    /*height: 35px;*/
    top: 0;
    right: 16px;
    font-size: 12px;
    color: inherit;
    opacity:0.7;
    height: 100%;

    display: flex;

    align-items: center;
}
.special-type-name a span.title-text {
    position: absolute;
    font-size: 18px;
    right:auto;
    left: 0;
    opacity:1;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.abreast-news-list {
    display: flex;
    padding: 0 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
}
.abreast-news-list li {
    width: 48%;
    margin-top: 15px;
}
.abreast-news-list li a {
    display: block;
    width: 100%;
}
.abreast-news-list li a img {
    width: 100%;
}
.abreast-news-list .news-item-title {
    margin-top: 15px;
    width: 100%;
    font-size: 18px;

}