* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 内容 */
.conent {
    margin: 8px;
    padding: 0;
}

.layui-carousel {
    width: 100%;
    height: 231px;
}

.layui-carousel img {
    width: 100%;
    height: 100%;
}

.banner-T {
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.41);
    position: relative;
    line-height: 40px;
    top: -40px;
}

.banner-text {
    color: #ffffff;
    font-size: 16.5px;
    padding: 0 10px;
    font-weight: 500;
}

/* 认定动态 */
.conent-text {
    margin-top: 10px;
    position: relative;
}

.conent-text .layui-row {
    padding: 10px;
    background-color: #DFF1FF;
}

.conent-text-title {
    width: 100%;
    padding: 10px;
}

.conent-text-title > p {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.conent-text-title > p:last-child {
    text-align: right;
}

.teXt {
    font-size: 18px;
    font-weight: 600;
    color: #0662b1;
    float: left;
}

.texT {
    color: #0661b1;
    float: right;
    font-size: 15px;
}

.content-writer {
    background-color: #EDF7FF;
    width: 100%;
    padding: 5px 10px;
    background-image: url(../imgs/textexam.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 60px 50px;
}

.content-writer li .title {
    color: #0662b1;
    font-size: 15px;
}

.content-writer li .info {
    margin-top: 5px;
    font-size: 14px;
}

.content-writer li .info .right {
    margin-left: 10px;
}

.content-writer li label {
    color: #555;
}

.writer {
    font-size: 16.5px;
    font-weight: 500;
    margin-bottom: 10px;
    z-index: 2;
}

.writer2 {
    font-size: 16.5px;
    font-weight: 500;
    z-index: 2;
}

/* 通知公告 */
.layui-tab-content {
    padding: 5px 0 6px;
}

.layui-tab-title {
    white-space: nowrap;
    overflow: scroll;
    height: 50px;
}

.layui-tab-title li {
    font-weight: 600;
    font-size: 18px;
    padding: 0 3%;

}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #0661b1;
}

.layui-tab-brief > .layui-tab-title .layui-this:after {
    color: #0661b1;
    width: 26.5px;
    margin-left: 35px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #0661b1;
}

.picsmall {
    width: 4px;
    height: 4px;
    position: relative;
    left: 11.5px;
    top: 15px;
    background-color: #085eae;
}

.write {
    margin-left: 21px;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.6;
}

.write span {
    font-size: 15px;
    text-align: right;
    color: #8e8e8e;
    margin-left: 10px;
}

.imaginarLine {
    border-bottom: #dddddd 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* 查看更多 */
.box-sear {
    background-color: #edf7ff;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.sea-text {
    font-size: 15px;
    font-weight: 400;
    color: #0661b1;
}

/* 图标 */
.box {
    width: 42.5%;
    height: 113.5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04),
    0 6px 20px 0 rgba(0, 0, 0, 0.09);
    float: left;
    margin: 15px 12px;
    text-align: center;
}

.box-img {
    margin-top: 17px;
}

.box-text {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #0662b1;
    padding: 0 15px;
}