body {
    position: relative;
}

/*重置*/

a:hover {
    color: #d34e52;
}

.popup .layui-form-label {
    width: 150px;
}

.popup .layui-input-block {
    margin-left: 150px;
}

.layui-btn-red {
    background: #d34e52;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.flex-1 {
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.header .topbar {
    padding: 8px 15px;
    background: #d34e52;
    color: #ffffff;
}

.header .topbar .layui-form-label {
    padding: 4px 15px;
}

.header .topbar .layui-input {
    height: 30px;
    border: 0;
}

.header .topbar .layui-btn {
    font-size: 14px;
    border: 0;
}

.header .topbar a.layui-btn {
    margin-left: 0;
}

.header .topbar .login {
    text-align: right;
}

.header .menu {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
}

.header .menu .logo img {
    position: relative;
    top: 5px;
    width: 80px;
    height: 80px;
    padding: 10px;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
}

.header .menu a:hover {
    color: #d34e52;
}

.topbanner {
    height: 200px;
    margin-bottom: 15px;
    background: url("/static/index/img/min-banner.jpg") top center no-repeat;
}

.footer {
    margin-top: 30px;
    padding: 25px 0;
    line-height: 26px;
    background: #f0f0f0;
    color: #666666;
    text-align: center;
    width: 100%;
    height: 70px;
}

.main-index .banner {
    height: 450px;
    background: url("/static/index/img/max-banner2.jpg") top center no-repeat;
}

.main-index .content {
    margin: 30px 0;
}

.main-index .content .title {
    font-size: 36px;
    text-align: center;
    margin: 30px 0;
}

.main-index .content .con .con-title {
    font-size: 16px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background: #d34e52;
    color: #fff;
}

.main-index .content .con .con-con {
    padding: 10px;
    border: 1px solid #d34e52;
    min-height: 205px;
}

.main-index .content .con .con-con li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.main-index .content .con .con-con .time {
    font-size: 12px;
    color: #999999;
}

.newslist {
    width: 900px;
    margin: 30px auto;
}

.newslist li {
    line-height: 40px;
    font-size: 16px;
}

.newslist h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #bc1313;
    padding-top: 20px;
}

.newslist .content {
    line-height: 35px;
    font-size: 16px;
    margin-top: 50px;
    letter-spacing: 2px;
    position: relative;
}

.newslist .content .zh {
    position: absolute;
    bottom: -10px;
    right: 0;
    opacity: 0.5;
}

.newslist .timeShow {
    letter-spacing: 8px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    border-bottom: 3px solid #bc1313;
    position: relative;
    padding: 30px 0 50px 0;
    color: #666;
}

.newslist .timeShow .star {
    position: absolute;
    width: 50px;
    height: 40px;
    background: #fff;
    left: 50%;
    margin-left: -25px;
    bottom: -20px;
}

.projectList a {
    font-weight: both;
    color: #235fc8;
}

.projectList a:hover {
    font-weight: both;
    color: #f61403;
}

.td-label {
    width: 15%;
    background: #f9f9f9;
}

.td-con {
    width: 35%;
}

.search {
    text-align: center;
    padding: 50px 10px;
}

.search .Number {
    font-size: 20px;
    padding: 21px 10px;
}

.search .submit {
    font-size: 20px;
    padding: 8px 20px;
}

.loginbg {
    background: #f3f3f3;
    padding: 20px 0;
    margin-bottom: 15px;
}