.homecontent {
    width: 100%;
}

.module-title {
    margin: 35px 0;
    text-align: center;
    color: #0d1a26;
}

.module-title-wrap {
    position: relative;
    padding: 0 50px;
    display: inline-block;
}

.module-title-wrap:after,
.module-title-wrap:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 120px;
    height: 1px;
    margin: auto;
    background: #0d1a26;
    opacity: .28;
    content: "";
}

.module-title-wrap:after {
    right: 0;
    left: 100%;
}

.module-title-wrap h2 {
    margin: 0;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 34px;
}

.news-content {
    max-width: 1200px;
    margin: 30px auto;
    text-align: center;
}

.homelist {
    padding: 10px 10px;
}

.home-list {
    overflow: hidden;
}

.home-excerpt {
    position: relative;
    float: left;
    vertical-align: top;
    width: 25%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
}

.home-excerpt h2 {
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.home-excerpt .meta {
    font-size: 12px;
    color: #bbb;
}

.home-excerpt .meta time {
    margin-right: 8px;
}

.home-excerpt .meta a {
    margin-right: 8px;
}

.home-excerpt .meta a {
    color: #bbb;
}

.home-excerpt .focus {
    position: relative;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.home-excerpt img {
    width: 100%;
    border-radius: 4px;
}

.catus {
    max-width: 1200px;
    text-align: left;
    position: relative;
    margin: 20px auto;
    padding-left: 15px;
    padding-right: 15px;
}

.catus .itemsbox {
    overflow: hidden;
}

.catus .itemsbox ul {
    overflow: hidden;
}

.catus .itemsbox ul li {
    text-align: center;
    float: left;
    vertical-align: top;
    width: 33.3333%;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 40px 30px;
}

.catus .itemsbox ul li h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.catus .itemsbox ul li .iconfont {
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 15px;
    color: #202935;
}

.catus .itemsbox ul li h3 {
    margin: 0 0 15px;
    color: #bbb;
    overflow: hidden;
    height: 38px;
    font-size: 14px;
    line-height: 1.4;
}

.tjdes {
    text-align: center;
    font-size: 16px;
}

.blog-main {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.blog-left-w3-agile {
    flex-basis: 49%;
    -webkit-flex-basis: 49%;
    text-align: left;
}

.sub-hdng {
    font-size: 1.5em;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-top: 11px;
    color: #273b7b;
}

.para-w3-agileits {
    font-size: 16px;
    color: #404040;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 1.1em;
}

.blog-right-agileinfo {
    flex-basis: 49%;
    -webkit-flex-basis: 49%;
}

.blog-top,
.blog-bottom {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 1px;
}

.blog-inner {
    flex: 1;
    margin: 2px;
    padding: 1em 1em 1em 1.5em;
}

.a1 {
    background: rgba(115, 113, 183, 0.64);
}

.a2 {
    background: rgba(252, 99, 107, 0.64);
}

.a3 {
    background: rgba(59, 232, 176, 0.6);
}

.a4 {
    background: rgba(253, 159, 62, 0.77);
}

.blog-right-agileinfo h3 {
    display: inline-block;
    font-size: 1.3em;
    color: #273b7b;
    font-weight: 600;
}

.home_center_content2 {
    max-width: 1200px;
    margin: 50px auto;
}

.home_center_content2>ul {
    overflow: hidden;
}

.home_center_content2 ul li {
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #D7D9E6;
    box-sizing: border-box;
}

.home_center_content2_title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 400;
}

.home_center_content2 p {
    font-size: 13px;
    color: #666666;
    margin: 8px 0 0 0;
    font-weight: 400;
    line-height: 24px;
}

.home_center_content2 i {
    font-size: 50px;
    padding: 10px 0;
}

.text-center {
    text-align: center;
    margin-bottom: 20px;
}

.more-link,
.more-link i {
    transition: all .3s ease-out;
}

.more-link {
    padding: 10px 30px;
    line-height: 1;
    color: #666;
    border: 1px solid #999;
    border-radius: 30px;
}

.more-link:hover {
    text-decoration: none;
    background: #07c;
    border-color: #07c;
}

.more-link:hover,
.more-link:hover i {
    color: #fff;
    transition: all .3s ease-out;
}

@media (max-width: 1024px) {
    .blog-main {
        display: block;
    }
    .tjdes>p {
        font-size: 16px;
    }
    .sub-hdng {
        font-size: 1.3em;
    }
    .para-w3-agileits {
        font-size: 16px;
    }
    .blog-right-agileinfo h6 {
        font-size: 1.2em;
    }
    .home_center_content2_title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .home-excerpt {
        width: 49%;
    }
    .module-title-wrap h2 {
        font-size: 16px;
    }
    .module-title-wrap:after,
    .module-title-wrap:before {
        width: 60px;
    }
    .module-title-wrap {
        padding: 0 30px;
    }
    .module-title {
        margin: 15px 0;
    }
    .news-content {
        margin: 0px auto;
    }
    .catus .itemsbox ul li {
        width: 48%;
        margin-bottom: 10px;
        padding: 30px 20px;
    }
    .home_center_content2 ul li {
        width: 50%;
        border-bottom: 1px solid #D7D9E6;
    }
    .tjdes>p {
        font-size: 14px;
    }
    .sub-hdng {
        font-size: 1.1em;
    }
    .para-w3-agileits {
        font-size: 15px;
    }
    .blog-right-agileinfo h6 {
        font-size: 1.1em;
    }
    .home_center_content2_title {
        font-size: 16px;
    }
    .home_center_content2 p {
        font-size: 12px;
    }
}

@media screen and (min-width:0px) and (max-width:544px) {
    .catus .itemsbox ul li {
        width: 98%;
        margin-bottom: 10px;
        padding: 30px 20px;
    }
    .tjdes>p {
        font-size: 12px;
    }
    .sub-hdng {
        font-size: 1.0em;
    }
    .para-w3-agileits {
        font-size: 13px;
    }
    .blog-right-agileinfo h6 {
        font-size: 1.0em;
    }
    .home_center_content2_title {
        font-size: 13px;
    }
}
