@charset "utf-8";
/* 整个滚动条 */
    ::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }
 
    /* 滚动条有滑块的轨道部分 */
    ::-webkit-scrollbar-track-piece {
      background-color: transparent;
      border-radius: 5px;
    }
 
    /* 滚动条滑块(竖向:vertical 横向:horizontal) */
    ::-webkit-scrollbar-thumb {
      cursor: pointer;
      background-color:#999999;
      border-radius: 5px;
    }
 
    /* 同时有垂直和水平滚动条时交汇的部分 */
    ::-webkit-scrollbar-corner {
      display: block;    /* 修复交汇时出现的白块 */
    }
.left-list li{
	line-height: 40px;
	    display: flex;
	    align-items: center;
}
.right-list li{
	line-height: 40px;
	    display: flex;
	    align-items: center;
}
.left-list .list-radius,.right-list .list-radius{
	width: 8px;
	    height: 8px;
	    background: #4472ff;
	    border-radius: 50%;
	    display: inline-block;
	
}
* {
    margin: 0;
    padding: 0;
}

.new_pic {
    overflow: hidden;
}
.new_pic img{
    width: 100%;
}

.new_content {
    width: 100%;
    background-color: #FFFFFF;
    /* height: 800px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.n_c_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 60%;
    /* height: 700px; */
    padding: 90px 0;
}

.n_c_box_left {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.n_c_box_left p {
    padding-bottom: 10px;
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    color: #666666;
    line-height: 28px;
}

.new_pic_box {
    padding: 15px 0;
    overflow: hidden;
}

.new_pic_box img {
    cursor: pointer;
    transition: all 0.6s;
    width: 100%;
}

.new_pic_box img:hover {
    transform: scale(1.1);
}

.n_p_text {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 24px);
    padding: 12px;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
}
.n_p_txt {
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_pic_box1{
    overflow: hidden;
}

.new_text {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.new_text:hover{
	color: #FFFFFF;
    background-color: #132B83;
	color: #FFFFFF;
}
.new_text:hover span{
    color: #FFFFFF;
}
.new_txt {
    font-weight: 700;
    font-size: 15px;
    color: #777777;
}

.new_txt1 {
    font-weight: 400;
    font-size: 13px;
    color: #777777;
    line-height: 25px;
}
.new_pic_box1 img {
    cursor: pointer;
    display: block;
    transition: all 0.6s;
    width: 100%;
}
.new_pic1 {
    width: 100%;
    height: 162px;
}
.new_pic_box1 img:hover {
    transform: scale(1.1);
}
.n_p_txt1 {
    font-family: '';
    font-weight: 400;
    font-style: normal;
    color: #BCBCBC;
}
.new_pic_middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.n_p_m_box a {
    text-decoration: none;
}
.n_p_m_box {
    border: 1px solid #D7D7D7;
    display: flex;
    flex-direction: column;
    width: 49%;
}

.n_c_box_right {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.n_c_box_right p {
    padding-bottom: 10px;
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    color: #666666;
    line-height: 28px;
}

.n_c_box_line {
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
}

.n_c_box_pic{
    overflow: hidden;
}
.n_c_box_pic img{
	margin: 10px 0px;
    cursor: pointer;
    transition: all 0.6s;
    width: 100%;
    display: block;
}
.n_c_box_pic img:hover {
    transform: scale(1.1);
}