.onSelect >.dropdown >a {
	color: #1072D8 !important;
	border-bottom: 3px solid #1072D8;
}
.bannerList >ul >li:hover >a {
	transition: 0.5s border-bottom linear;	
	border-bottom: 3px solid #1072D8;
}
.onSelect a {
	color: #1072D8 !important;
	border-bottom: 0px solid #1072D8; 
}
/* finance-contaier style */
.finance-contaier {
    padding: 45px 0 36px;
    /* background: url(../img/finance-bg.png) center center / auto 100% repeat-x; */
}
.finance-list {
    margin-bottom: 12px;
}
.finance-list li{
    /* width: 31.70%; */
    width: 48.70%;
    float: left;
    margin-right: 1.3%;
    margin-bottom: 21px;
    position: relative;
}
.finance-list li:nth-child(3n){
    margin-right: 0px;
}
.finance-list li a{
    text-decoration: none;
    color: inherit;
}
.finance-list li .pic{
    width: 100%;
    height: 283px;
    overflow: hidden;
}
.finance-list li .pic img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3 ease-in-out;
}
.finance-list li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /*  background: linear-gradient(rgba(192, 47, 51, 0), rgba(192, 47, 51, 1)); */
    z-index: 1;
}
.finance-list li .tag{
    position: absolute;
    left: 24px;
    top: 18px;
    height: 35px;
    padding: 0 18px;
    line-height: 33px;
    border: 1px solid #fdaf07;
    font-size: 20px;
    color: #fff;
    background: #1072D8;
    font-family: "Simsun";
    font-weight: bold;
    z-index: 2;
    border-radius:2px;
}
.finance-list li .con {
    position: absolute;
    bottom: 26px;
    height: 24px;
    width: 100%;
    max-height: calc(100% - 87px);
    padding: 0 24px;
    overflow-y: auto;
    line-height: 24px;
    font-size: 16px;
    word-break: break-all;
    color: #000;
    font-weight:700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    z-index: 2;
}
.finance-list li:hover .con {
    height: auto;
    white-space: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.finance-list li:hover .pic img{
    -webkit-transform: scale(1.2);
	transform: scale(1.2);
    -webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
@media (max-width:1200px) {
    .finance-contaier {
        padding: 3.75vw 0 3vw;
    }
    .finance-list {
        margin-bottom: 1vw;
    }
    .finance-list li{
        margin-bottom: 1.75vw;
    }
    .finance-list li .pic{
        height: 23.75vw;
    }
    .finance-list li .tag{
        left: 2vw;
        top: 1.5vw;
        height: 3vw;
        padding: 0 1.5vw;
        line-height: 2.4vw;
        font-size: 1.75vw;
    }
    .finance-list li .con {
        bottom: 2vw;
        height: 2vw;
        max-height: calc(100% - 7.25vw);
        padding: 0 2vw;
        line-height: 2vw;
        font-size: 1.25vw;
    }
}
@media (max-width:768px) {
    .finance-contaier {
        padding: 6vw 0 4.8vw;
    }
    .finance-list {
        margin-bottom: 1.6vw;
    }
    .finance-list li{
        width: 48.5%;
        float: left;
        margin-right: 0;
        margin-bottom: 2.8vw;
    }
    .finance-list li:nth-child(2n){
        float: right;
    }
    .finance-list li:nth-child(3n){
        display: none;
    }
    .finance-list li .pic{
        height: 34.3vw;
    }
    .finance-list li .tag{
        left: 3.2vw;
        top: 2.4vw;
        height: 4.8vw;
        padding: 0 2.4vw;
        line-height: 4.4vw;
        font-size: 2.8vw;
    }
    .finance-list li .con {
        bottom: 3.6vw;
        height: 3.2vw;
        max-height: calc(100% - 11.2vw);
        padding: 0 3.2vw;
        line-height: 3.2vw;
        font-size: 2vw;
    }
}
@media (max-width:414px) {
    .finance-list li{
        width: 100%;
        margin-bottom: 6vw;
    }
    .finance-list li:nth-child(3n){
        display: block;
    }
    .finance-list li:last-of-type{
        margin-bottom: 2vw;
    }
    .finance-list li .pic{
        height: 66.8vw;
    }
    .finance-list li .tag{
        height: 6vw;
        line-height: 6vw;
        font-size: 4vw;
    }
    .finance-list li .con {
        bottom: 3.6vw;
        height: 3.2vw;
        max-height: calc(100% - 11.2vw);
        padding: 0 3.2vw;
        line-height: 3.2vw;
        font-size: 2vw;
    }
}
