.notify {
    display: flex;
    align-items: center;
    width: 1475px;
    height: 80px;
    margin: 0 auto;
    background-color: #f8f8f8;
}

.laba {
    width: 40px;
    height: 40px;
}

.new {
    margin: 0 15px;
}

.notify_content,.new {
    font-family: "微软雅黑";
    font-size: 22px;
    color: #070707;
}

.container {
    display: flex;
    align-items: center;
    width: 1475px;
    height: 385px;
    background-color: #fff;
    margin: 20px auto 0 auto;
}

.mr {
    margin-right: 10px;
}

.item {
    position: relative;
    width: 485px;
    height: 100%;
}

.item_top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.img {
    width: 38px;
    height: 38px;
}

.item_title {
    margin-left: 10px;
    font-size: 22px;
    color: #293d66;
    font-family: "微软雅黑";
}

.item_bottom {
    width: 100%;
    height: calc(100% - 42px);
    font-size: 16px;
}

.item_bottom ul {
    line-height: 29px;
}

.item_bottom ul li {
    width: 100%;
    margin-top: 2.5px;
    border-bottom: 1px dashed #e0e0e0;
}

.item_bottom ul li::before {
    content: "▪";
    font-size: 20px;
    margin: 0 10px 0 5px;
    color: #075fe8;
}

.item_bottom ul li a {
    color: #333;
    font-family: "微软雅黑";
}

.more{
    position: absolute;
    right: 0;
}

.more a {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #293d66;
    margin-right: 5px;
    letter-spacing: 1px;
}

.box {
    width: 100vw;
    height: 385px;
    margin-top: 10px;
    background-color: #e6f0f9;
}

.container1 {
    display: flex;
    align-items: center;
    width: 1475px;
    height: 385px;
    background-color: #fff;
    margin: 0 auto;
}

.e6f0f9 {
    background-color: #e6f0f9;
}

.study {
    width: 1475px;
    height: 185px;
    margin: 15px auto;
}

.study_top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
}

.study_image {
    width: 38px;
    height: 38px;
}

.study_title {
    color: #3e8dc0;
    font-size: 22px;
    font-family: "微软雅黑";
    margin-left: 15px;
}

.study_bottom {
    display: flex;
    align-items: center;
}

.study_item {
    width: 230px;
    height: 115px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    margin: 8px 0;
}

.study_item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 21px;
    box-sizing: border-box;
}

.study_images {
    width: 45px;
    height: 45px;
}

.study_titles {
    font-size: 17px;
    font-weight: 600;
    color: #3e8dc0;
    font-family: "微软雅黑";
    margin-left: 15px;
    letter-spacing: 2px;
}

.study_mr {
    margin-right: 20px;
}

.container2 {
    display: flex;
    align-items: center;
    width: 1475px;
    height: 385px;
    background-color: #fff;
    margin: 0 auto;
}

.show {
    width: 1475px;
    height: 220px;
    margin: 15px auto;
}

.show_top {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
}

.show_top h1 {
    font-size: 22px;
    color: #006ebc;
    margin-left: 20px;
}

.hr {
    width: 135px;
    height: 2px;
    margin: 5px 0;
    background-color: #006ebc;
}

.show_bottom {
    width: 100%;
    height: calc(100% - 42px);
}

.links {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f3f2f2;
}

.link_main {
    display: flex;
    align-items: center;
    width: 1475px;
    height: 100%;
    margin: 0 auto;
}

.link_title {
    color: #333;
    font-family: "微软雅黑";
    font-weight: 600;
    font-size: 17px;
}

.link {
    height: 100%;
    margin: 0 14px;
}

.link a {
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑";
}