﻿
.floats, .theright {
    top: 272px !important;
}

.newHere {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin: 14px 0 30px 0;
}

.newHere span {
    color: #245399;
}

.section_title {
    background-color: #FFFFFF;
    height: 64px;
    width: 100%;
}

.newList_title {
    width: 90px;
    height: 64px;
    line-height: 64px;
    color: #245399;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    margin-left: 30px;
}

.special_line {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.special_line_left {
    margin: 0px 30px 0 30px;
    border-bottom: 2px solid #E5E5E5;

}

.special_line_right {
    border-bottom: 4px solid #245399;
    width: 90px;
    margin-left: 30px;
    margin-top: -4px;
}

.contents_back{
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 28px;
}

/*ä¸“é¢˜å†…å®¹*/
.special_contents {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.special_contents_item{
    width: 305px;
    height: 170px;
    background: #FFFFFF;
    display: flex;
    margin-bottom: 30px;
    margin-left: 30px;
    flex-flow: column;
    box-shadow: 0px 0px 6px 0px rgba(94,152,232,0.28);
    text-align: center;
    justify-content: center;
    align-content: center;
}
.special_contents_item a{
    text-decoration: none;
    color: #333333;
}
.special_contents_item_img{
    height: 110px;
    background-color: #3fc3be;
}
.special_contents_item_img img{
    width: 100%;
    height: 100%;
}
.special_contents_item_title{
    height: 60px;
    overflow: auto;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: auto 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .special_line{
        margin-left: 0px;
    }
    .special_contents_item{
        width: 86%;
    }
}



