*{
    margin: 0;
    padding: 0;
}
.img_s{

}
.bacEEE{
    background-color: #eeeeee;
}
.img_s img{
    width: 100%;
    /*width: auto;*/
    /*height: 100%;*/
}
.container{
    margin-top: 20px;
    /*width: 60%;*/
    /*background-color: #ffffff;*/
    /*margin: 20px auto;*/
    padding: 10px;
    color: #000000;
}
.container .title{
    font-size: 1.25em;
    text-align: justify;
    text-indent: 2em;
    position: relative;
    top: -100px;
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    left: 0;
    right: 0;
}
.container .title .conntent{
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: #000000;
    text-indent: 2em;
    position: absolute;
    top: -22px;
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    left: 0;
    right: 0;
}
.line{
    height: 1px;
    background-color: #cccccc;
    margin-bottom: 30px;
}
.content_,.content_ p, .content_ h2, .content_ h3{
    font-size: 1.1em;
    margin: 8px 0;
    text-align: justify;
    text-indent: 2em;
}
.list_con > div{
   background-color: #ffffff;
    width: 49%;
    margin-top: 20px;
    /*padding: 20px;*/
    float: left;
    display: flex;
}
.list_con .list_con_item_desc{
    padding: 20px;
    position: relative;
}
.list_con .list_con_item_desc .list_con_item_desc_t{
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
}
.list_con .list_con_item_desc .list_con_item_desc_c{
    text-align: justify;
    color: #828282;
    font-size: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:7;
    -webkit-box-orient: vertical;
}
.list_con .list_con_item_desc > p > a{
    position: absolute;
    bottom: 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #c1d5f9;
    width: 120px;
    font-size: 14px;
    background-color: #166cfd;
}
.list_con > div:nth-child(odd){
    margin-right: 1%;
}
.list_con > div:nth-child(even){
    margin-left: 1%;
}
.d3e2f5{
    background-color: #d3e2f5
}
.w80{
    /*width: 80%;*/
}
.fwb{
    font-weight: bold;
}
.w62{
    width: 62%;
    margin: auto;
}

.fz18pt{
    font-size: 18pt;
}
.fz16pt{
    font-size: 16pt;
}
.logo > p{
    width: 224px;
    /*height: 45px;*/
    padding: 20px 0;
}
.logo > p img{
    width: 100%;
    height: auto;
}
.mt20{
    margin-top: 3rem;
}
.mt3rem{
    margin-top: 3rem;
}
.downFile{
    color: blue;
    cursor: pointer;
}
.fz11em{
    font-size: 1.1em;
}
.w60{
    width: 60%;
    padding: 0px 0 20px 0;
    margin: auto;
}
.footer .footer_colcumn{
    /*display: -webkit-box;      !* OLD - iOS 6-, Safari 3.1-6 *!*/
    /*display: -moz-box;         !* OLD - Firefox 19- (buggy but mostly works) *!*/
    /*display: -ms-flexbox;      !* TWEENER - IE 10 *!*/
    /*display: -webkit-flex;     !* NEW - Chrome *!*/
    /*display: flex;*/
    /*width: 60%;*/
    padding: 0px 0 20px 0;
    margin: auto;
}
.flex_{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.flex_ > div{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    /*width: 20%;               !* For old syntax, otherwise collapses. *!*/
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;
}
.publishPerson{
    width: 300px;
    margin-top: 2em;
}
.publishPersonV{
    width: 100%;
    margin-top: 4em;
}
.content_  .publishPerson p,
.content_  .publishPersonV p{
    text-align: center;
}

@media (max-width: 768px) {
    .img_s img{
        width: 100%;
        height: 100px;
    }
    .container .title,
    .container .title .conntent{
        top: 0;
        position: relative;
    }
    .list_con .list_con_item > div{
        flex: l;
    }
    .list_con .list_con_item > div > img{
        width: 100%;
    }
    .list_con .list_con_item_desc .list_con_item_desc_c{
        position: relative;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;

        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .list_con .list_con_item_desc{
        width: 93%;
    }
    .list_con .list_con_item_desc .list_con_item_desc_t{
        line-height: 18px;
    }
    .list_con > div{
        width: 100%;
    }
    .list_con > div:nth-child(odd){
        margin-right: 0;
    }
    .list_con > div:nth-child(even){
        margin-left: 0;
    }
    .container .title, .container .title .conntent{
        padding: 6px;
    }
}