.article-list {
    position: relative;
}

.article-list .item {
    width: 33.3%;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding: 0 20px;
    position: relative;
}

.article-list .item:nth-child(3n+1) {
    clear: left;
}

.article-list .name {
    padding-bottom: 10px;
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 51px;
    margin: 0;
}

.article-list .box:hover .name {
    color: #0650A4;
}

.article-list .description {
    color: #666666;
    font-size: 16px;
    height: 50px;
    line-height: 1.8;
    border-top: 1px solid #E3E3E3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 7px;
    margin: 0 0 10px;
}

.article-list .box .num {
    color: #0850a4;
    font-size: 18px;
}

.article-list .date,
.article-header .date {
    display: block;
    background: #0850a4;
    width: 93px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    position: absolute;
    z-index: 2;
    transition: all .6s ease;
    left: 0;
    padding: 3px 0;
    letter-spacing: 0;
    bottom: -15px;
    font-family: 'Roboto Condensed';
}

.article-header .date {
    position: relative;
    bottom: 0
}

.article-list .box:hover .date {
    background: #8bb7e2;
}

.article-list .pic-box {
    position: relative;
}

.article-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
    border-radius: 0;
    transition: all .6s ease;
    border: 1px solid #e5e5e5;
}

.article-list .box:hover .pic {
    border-radius: 25px;
}

.article-list .pic img {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition-delay: 0s;
    transition-duration: 4s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.article-list .box:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.article-list .pic:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 0;
    transition: all 0.5s;
}

.article-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
    border-radius: 25px;
}

.article-list .txt {
    margin: 30px 0 0;
}

/*-- detail --*/

.article-header h1 {
    color: #193D85;
    font-size:28px;
    font-weight: bold;
    margin: .1em 0 .3em;
    line-height: 1.5;
}

.infor {
    margin: 10px auto;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    position: relative;
    color: #333;
    vertical-align: top;
}

.infor .col.col3 {
    border: none;
    width: 254px;
    height: 55px;
    padding: 0;
    position: relative;
    z-index: 2;
}

.infor .col.col3 .write-question {
    text-align: left;
    background: #fff;
    letter-spacing: 2px;
    letter-spacing: 2px;
    border: 2px solid #92cdf1;
    transition: all 0.2s ease;
    position: relative;
    display: block;
    height: 55px;
    padding: 0 20px;
    line-height: 55px;
    box-shadow: 5px 10px 20px 0 rgba(43, 53, 98, .4);
}

.infor .col.col3 .write-question:hover {
    color: #fff;
    background: #084ea0;
    border-color: #084ea0;
}

.infor .no.btn {
    text-align: center;
    background: #e0e0e0;
    letter-spacing: 2px;
    position: relative;
    display: block;
    height: 55px;
    padding: 0 20px;
    color: #666666;
    line-height: 55px;
    border-radius: 0;
    margin: 3px 0 0;
    cursor: not-allowed;
    font-weight: bold;
}

.infor .col.col3:after {
    content: '\e902';
    font-family: 'icon-font-5' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    top: 17px;
    right: 20px;
}

.infor .col.col3:hover:after {
    color: #fff;
}

.article-detail {
    padding: 30px 0 140px;
    position: relative;
}

.article-detail .editor {
    max-width: 1100px;
    margin: auto;
}

.article-detail .btn-box {
    max-width: 1100px;
    margin: 20px auto 0;
}

#message-form {
    background: #ebebeb;
    padding-bottom: 20px;
}

#message-form .container {
    max-width: 1100px;
    background: #fff;
    padding-top: 20px;
}

#message-form .form-box {
    max-width: 890px;
}

#message-form .reminder {}

.btn-box.line {
    max-width: 890px;
    margin: 10px auto 25px;
    text-align: center;
}

.article-box .form-title {
    margin: auto;
    max-width: 1100px;
    background: #EEEAEC;
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}

.article-box .form-title span {
    display: block;
    color: #4B3D44;
    font-size: 16px;
}

.article-box .form-title b {
    font-size: 30px;
    color: #4B3D44;
    font-weight: normal;
}

.article-box .form-title .tit {
    padding: 25px;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1000px) {
    .article-list .item {
        width: 50%;
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .article-list .item:nth-child(3n+1) {
        clear: none;
    }

    .article-list .item:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .form-box {
        padding: 0;
    }

    .article-header h1 {
        font-size: 18px;
        line-height: 1.6;
        margin: 10px 0;
    }

    .article-detail {
        padding: 10px 0 80px;
    }

    .article-detail .btn-box {
        margin: 0px auto;
    }

    #message-form .container {
        padding: 10px;
        margin: 0 10px;
    }

    .btn-box.line {
        margin: 0px auto 20px;
    }

    .article-box .form-title {
        font-size: 18px;
    }

    .article-box .form-title .tit {
        padding: 20px 10px;
    }

    .article-box .form-title b {
        font-size: 22px;
    }

    .article-box .form-title span {
        font-size: 14px;
    }

    .article-box .infor {
        display: block;
    }

    .article-box .infor .col.col3 {
        width: 100%;
        height: 55px;
    }

    .infor .no.btn,
    .infor .col.col3 .write-question {
        height: 45px;
        line-height: 45px;
    }

    .infor {
        font-size: 16px;
    }

    .reminder {
        margin-top: 0;
    }
}