.banner {
    width: 1000px;
    margin: 0 auto;
    font-size: 0px;
}

.banner img {
    width: 1000px;
    margin-top: 100px;
}


/* 中间内容区域 */

.main {
    width: 100%;
    background-color: #F4EFF3;
    padding-top: 50px;
    padding-bottom: 50px;
}


/* 内置标题栏 */

.titlein {
    height: 70px;
    width: 1000px;
    margin: 0 auto;
    background-color: #FEFDFE;
    position: relative;
    margin-bottom: 50px;
}

.onetitlein {
    height: 70px;
    display: flex;
}

.onetitlein li a {
    display: inline-block;
    text-decoration: none;
    height: 70px;
    width: 140px;
    text-align: center;
    color: black;
    line-height: 70px;
}

.onetitlein li a:hover {
    color: #fff;
    background-color: rgba(67, 55, 89, 1);
}

#onelist a {
    color: #fff;
    background-color: rgba(67, 55, 89, 1);
}

.twotitlein {
    position: absolute;
    height: 70px;
    display: flex;
    right: 10px;
    top: 0px;
    line-height: 70px;
    font-size: 12px;
}

.twotitlein li:hover {
    color: rgb(113, 113, 113);
}

.twotitlein img {
    height: 14px;
    margin-top: 28px;
    margin-left: 10px;
    margin-right: 10px;
}


/* 中间内容区域 */

.main_main {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.sousuo {
    width: 700px;
    height: 34px;
    display: flex;
}

.sousuo p {
    width: 70px;
    height: 30px;
    margin-top: 2px;
    background-color: rgba(67, 55, 89, 1);
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    border-radius: 5px;
}

.sousuo input {
    width: 400px;
    height: 30px;
    padding-left: 5px;
}

.newmsglist {
    width: 1000px;
    margin-top: 50px;
}

.newmsglist li {
    width: 1000px;
    height: 190px;
    position: relative;
    margin-bottom: 40px;
}

.msgtitle {
    font-size: 20px;
    color: rgba(67, 55, 89, 1);
    margin-bottom: 20px;
    border-bottom: 2px solid #C4B9E5;
}

.msgtitle:hover {
    font-size: 20px;
    color: #C6B9E9;
}

.neironglist {
    width: 1000px;
    height: 140px;
    display: flex;
}

.neironglist_left {
    width: 200px;
    height: 140px;
    overflow: hidden;
}

.neironglist_left img {
    width: 200px;
    height: 140px;
}

.neironglist_left img:hover {
    width: 220px;
    height: 160px;
    margin-top: -10px;
    margin-left: -10px;
}

.neironglist_right {
    width: 800px;
    height: 140px;
}

.neironglist_right p:first-child {
    font-size: 14px;
    color: #6D6B71;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.botttomlist {
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 12px;
    height: 20px;
    width: 300px;
}

.botttomlist li {
    height: 30px;
    display: flex;
    font-size: 12px;
    line-height: 30px;
}

.botttomlist li:nth-child(1) {
    height: 30px;
    display: flex;
    font-size: 12px;
    line-height: 30px;
    width: 180px;
}

.botttomlist li:nth-child(2) {
    height: 30px;
    width: 100px;
    display: flex;
    font-size: 12px;
    line-height: 30px;
}

.botttomlist li:nth-child(3) {
    height: 30px;
    width: 100px;
    display: flex;
    font-size: 12px;
    line-height: 30px;
}

.botttomlist li img {
    height: 14px;
    margin-top: 7px;
    margin-right: 5px;
}

.chakangengduo {
    height: 50px;
    width: 200px;
    background-image: linear-gradient(to right, #413757 5%, #C6B9E9);
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}