.container {
    width: 1400px!important;
}

.news_category_box {
    width: 100%;
    background-color: #fff;
}

.news_container {
    width: 1400px;
    height: 100%;
    /* background-color: pink; */
    margin: 0 auto;
}

.title {
    font-size: 50px;
    font-weight: bold;
}

.title span {
    font-size: 30px;
    font-weight: 500;
}


/* 左边tab菜单栏 */

.news_list_left {
    float: left;
}

.news_list_left ul {
    margin-top: 38px;
}

.news_list_left ul li{
    position: relative;
}

.news_list_left ul li a {
    display: inline-block;
    padding: 30px 103px 30px 65px;
    color: #333333;
    font-size: 18px;
}

.news_list_left ul li .imgStyle{
    width:24px;
    height: 24px;
    position: absolute;
    top: 28px;
    left: 26px;
}

/*.news_list_left ul li:nth-child(1) a {
    background: url(../images/icon_mo_01.png) no-repeat;
    background-position: 28px 26px;
}

.news_list_left ul li:nth-child(2) a {
    background: url(../images/icon_mo_02.png) no-repeat;
    background-position: 28px 26px;
}

.news_list_left ul li:nth-child(3) a {
    background: url(../images/icon_mo_03.png) no-repeat;
    background-position: 28px 26px;
}

.news_list_left ul li:nth-child(1):hover a {
    background: url(../images/icon_hover_01.png) no-repeat !important;
    background-position: 28px 26px !important;
}

.news_list_left ul li:nth-child(2):hover a {
    background: url(../images/icon_hover_02.png) no-repeat !important;
    background-position: 28px 26px !important;
}

.news_list_left ul li:nth-child(3):hover a {
    background: url(../images/icon_hover_03.png) no-repeat !important;
    background-position: 28px 26px !important;
}

.news_list_left ul li:nth-child(1).current a {
    background: url(../images/icon_bai_01.png) no-repeat !important;
    background-position: 22px 26px !important;
}

.news_list_left ul li:nth-child(2).current a {
    background: url(../images/icon_bai_02.png) no-repeat !important;
    background-position: 22px 26px !important;
}

.news_list_left ul li:nth-child(3).current a {
    background: url(../images/icon_bai_03.png) no-repeat !important;
    background-position: 22px 26px !important;
}*/


.news_list_left ul .current {
    background-color: #5E42FA!important;
}

.news_list_left ul .current a {
    border-left: 5px solid #8590FC;
    color: #FFFFFF !important;
}

.news_list_left ul li a:hover {
    color: #4F5CDC;
}

.item {
    display: none;
}


/* 右边list内容展示 */

.news_list_right {
    margin-top: 38px;
    float: right;
    width: 1020px;
}

.news_list_right ul li {
    width: 100%;
    height: 240px;
    margin-bottom: 30px;
}

.news_list_right ul li img {
    transition: all 0.5s;
}

.news_list_right ul li:hover {
    box-shadow: 0px 3px 20px rgba(67, 67, 67, 0.16);
}

.news_list_right ul li:hover img {
    transform: scale(1.1, 1.1);
}

.news_list_right ul li:hover .news_title_con a {
    display: block!important;
}

.news_title_con h6 a:hover {
    color: #5161FF;
}

.news_title_img {
    margin: 20px;
    overflow: hidden;
    float: left;
    width: 320px;
    height: 200px;
}

.news_title_img img {
    width: 100%;
    height: 100%;
}

.news_title_con {
    position: relative;
    float: left;
    width: 590px;
    margin-top: 30px;
    margin-left: 50px;
}

.news_title_con h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 25px;
    color: #333333;
    margin-bottom: 20px;
}

.news_title_con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: #B1B1B1;
}

.news_title_con .a-link {
    position: absolute;
    top: 160px;
    left: 0;
    display: inline-block;
    width: 98px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #2096FA 0%, #6736FA 100%);
    text-align: center;
    border-radius: 15px;
}

.news_title_con .a-link:hover {
    color: #fff;
    background: linear-gradient(90deg, #0674D1 0%, #7109C1 100%);
}