@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%;
}
.middle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m_content {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m_c_title {
    padding-top: 80px;
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #444444;
}

/* .m_c_title:hover {
    color: #11A3DC;
} */
.m_c_text {
    font-family: '';
    font-weight: 400;
    font-style: normal;
    color: #444444;
    font-size: 14px;
    padding-top: 30px;
}

/* .m_c_text:hover {
    color: #11A3DC;
} */

.m_c_txt {
    width: 100%;
    text-align: left;
    text-indent: 2em;
    font-family: '';
    font-weight: 290;
    font-style: normal;
    font-size: 16px;
    color: #777777;
    text-align: left;
    line-height: 36px;
    padding-top: 40px;
}

/* .m_c_txt:hover {
    color: #169bd5;
} */

.m_c_pic {
    width: 50%;
    padding-top: 80px;
}

.m_more {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.m_more span {
    font-family: '';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #169bd5;
    cursor: pointer;
    padding-right: 10px;
}

.m_more:hover span{
    color: #58D498;
}

.m_more img {
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.m_more a {
    text-decoration: none;
}