/*æ–°é—»ä¸­å¿ƒcss*/
#app header .nav_url>li:nth-child(7)>a {
    color: rgba(196, 48, 44, 1) !important;
}

#app header .nav_url>li:nth-child(7)>a>p {
    border-color: rgba(196, 48, 44, 1);
}

#app header .nav_url>li:nth-child(7):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(196, 48, 44, 1);

}

.news {
    min-height: calc(100vh - 691px);
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .head {
    width: 1200px;
    border-bottom: 1px solid RGBA(230, 230, 230, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.content .head>div {
    padding: 16px 0;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    position: relative;
    cursor: pointer;
}

.content .head>div:nth-child(2) {
    margin-left: 43px;
}

.content .head>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #0ba2cf;
    display: none;
}

.content .head>div:hover {
    color: rgba(11, 162, 207, 1);
}

.content .head>.active {
    color: rgba(11, 162, 207, 1);
}

.content .head>.active::after {
    display: block;
}

.context {
    width: 1200px;
    margin-top: 50px;
}

.context_head {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.context_head>div {
    display: flex;
    flex-direction: column;
    width: 708px;
}

.context_head>div>a {
    width: 708px;
    height: 451px;
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.context_head>div>#top>p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 69px;
    background: rgba(0, 0, 0, .5);
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.context_head>div {}

.context_head>div>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 18px;
    justify-content: space-between;
}

.context_head>div>div>a {
    display: block;
    cursor: pointer;
    width: 227px;
    height: 155px;
    background: #4B4B4B;
    border-radius: 5px;
}

.context_head>div>div>a>img,
.context_head>div>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.context_head>div>a>img:hover{
    transform: scale(1.05);
}
.context_head>ul {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;
    width: 457px;
}

.context_head>ul>li>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 125px;
    border-bottom: 1px solid;
}

.context_head>ul>li>a>strong {
    height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.context_head ul li :hover strong {
    color: #0ba2cf;
    font-weight: 600;
}

.context_head>ul>li>a>p {
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.context>ul {
    display: flex;
    flex-direction: column;
    width: 1200px;
    border-top: 1px solid rgba(230, 230, 230, 1);
    margin-top: 75px;
}

.context>ul>li {
    height: 240px;
    width: 1200px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    padding-top: 34px;
    justify-content: space-between;
}

.context>ul>li>img {
    width: 267px;
    height: 169px;
    background: #999999;
    border-radius: 2px;
}

.context>ul>li>div {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    flex: 1;
    max-width: 800px;
}

.context>ul>li>div .list_left {
    display: flex;
    flex-direction: column;
    width: 58px;
    height: 62px;
    border: 1px solid #0ba2cf;
    border-radius: 2px;
    /* overflow: hidden; */
}

.context>ul>li>div .list_left>p {
    width: 58px;
    height: 28px;
    background: #0ba2cf;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
}

.context>ul>li>div .list_left>span {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 400;
    color: #0ba2cf;
}

.context>ul>li>div .list_text {
    margin-left: 44px;
    display: flex;
    flex-direction: column;
}

.context>ul>li>div .list_text>strong {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.list_text :hover {
    color: #0ba2cf !important;
    font-weight: 700;
}

.context>ul>li>div .list_text>p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    margin-top: 20px;
}

.context>ul>li>div .list_text>a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    /* color: #0ba2cf; */
    cursor: pointer;
    display: block;
    margin-top: auto;
    margin-bottom: 60px;
}

#nav_navigation {
    margin-top: 100px;
    margin-bottom: 200px;
}

#nav_navigation>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
#small_image>a{
    transition: 0.3s;
}
#small_image>a:hover{
transform: scale(1.05) !important;
}