#main_index {
    padding-top: 30px;
    width: 850px;
    display: inline-block;
}

body {
    background-color: #e5f7ff;
}

#main_index_left {
    width: 850px;
    display: flex;
}

#lunbo {
    position: relative;
    width: 550px;
    height: 300px;
    left: 0px;
    overflow: hidden;
    border-radius: 20px;
}

#main_index_left_jiehsao {
    box-sizing: border-box;
    width: 268px;
    height: 300px;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
}


h2 {
    color: #51C9C8;
}

#remenzhishi {
    color: #656565;
    margin-top: 15px;
}

#remenzhishi li {
    height: 30px;
    line-height: 30px;
    display: flex;
    font-size: 14px;
    margin-bottom: 6px;

}

#remenzhishi li span {
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    position: relative;
    top: 5px;
    background-color: #ADADAD;
    color: #fff;
    font-size: 12px;
}

#remenzhishi li:nth-child(1) span {
    background-color: #E31601;
}

#remenzhishi li:nth-child(2) span {
    background-color: #FFA800;
}

#remenzhishi li:nth-child(3) span {
    background-color: #25BBBA;
}

#remenzhishi li a {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #656565;
    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}

#remenzhishi li a:hover {
    color: #25BBBA;
}

#news {
    box-sizing: border-box;
    padding: 20px;
    width: 850px;
    background-color: #fff;
    margin-top: 0px;
    border-radius: 20px;
}

#news ul {
    padding: 0px;
}

#news ul li {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 20px;
}

#news ul li:last-child {}

#newsimg {
    width: 250px;
    height: 150px;
    margin-right: 10px;
}

#newsimg img {
    width: 250px;
    height: 150px;
}

#news_main {
    width: 550px;
}

h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

h3 a {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
}

h3 a:hover {
    color: #25BBBA;
}

h3:hover {
    color: #25BBBA;
}

#news_main p {
    margin: 15px 0px;
    height: 58px;
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
    color: #8D8D8D;
    text-indent: 28px;
}

#biaoqian {
    font-size: 12px;
    margin-top: 30px;
}

#biaoqian span:first-child {
    margin-right: 20px;
}

#biaoqian span:last-child {
    color: #25BBBA;
}

#jiazai {
    width: 100px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    background-color: #25BBBA;
}

#jiazai a {
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
}

#little {
    width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
}

#little span {
    padding: 0 5px;
}

#little a {
    text-decoration: none;
    color: rgb(104, 103, 103);
}

#fenye {
    text-align: center;
}

#fenye span {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #25BBBA;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #656565;
}

#fenye span:hover {
    background-color: #25BBBA;
    color: #fff;
}

#fenye span:first-child {
    background-color: #25BBBA;
    color: #fff;
}

#fenye span:last-child {
    background-color: #25BBBA;
    color: #fff;
}

#jianjie ul {
    padding: 0px;
    padding-top: 20px;
}

#jianjie ul li {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 20px;
}

h2 {
    position: relative;
}

h2 span {
    position: absolute;
    right: 0px;
    font-size: 12px;
    line-height: 26px;
    cursor: pointer;
    color: #656565;
}

h2 span:hover {
    color: #25BBBA;
}

#jianjie ul li:last-child {
    border-bottom: 0px;
}

#jianjie_img {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 10px;
}

#jianjie_img img {
    height: 52px;
    margin-right: 10px;
}

#jianjie_text {
    width: 280px;
    padding-left: 20px;
}

#jianjie_text p {
    text-indent: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
}

#jianjie_text p:first-child:hover {
    color: #25BBBA;
    cursor: pointer;
}

#jianjie_text p:last-child {
    color: #333;
    margin-top: 5px;
}

#jianjie_zhuanti {
    width: 100%;
    padding-top: 20px;
}

#jianjie_zhuanti img {
    width: 100%;
    margin-bottom: 20px;
}