@charset "utf-8";
/* CSS Document */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px"Microsoft Yahei", "Arial Narrow", HELVETICA;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #341b00;
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word;
    color: #666;
}

.g-wp p {
    color: #000;
}

/*通用定义*/
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearer {
    clear: both;
    height: 0;
    display: block;
    font-size: 1px;
    overflow: hidden;
}

.layout,
.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.boxMo {
    min-width: 1200px;
}

.banner {
    height: 746px;
    background: url(banner.png) no-repeat center top;
}

.box_tem {
    padding: 80px 0;
    background-color: #d2f5ff
}

.box_tem2 {
    padding: 80px 0;
    background-color: #eefaff
}


.container-1 {
    clear: both;
    width: 1200px;
    margin: 35px auto 0;
    overflow: hidden
}

.container-1 .imgtxt1 li {
    clear: both;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #EEE;
    overflow: hidden
}

.container-1 .imgtxt1 img {
    float: left;
    width: 256px;
    height: 144px;
    border-radius: 5px;
    margin-right: 16px
}

.container-1 .imgtxt1 h3 {
    min-height: 100px;
    font-size: 20px;
    line-height: 31px;
    margin: .5em 0;
    *display: inline
}

.container-1 .author {
    text-align: center;
    margin-top: 16px
}

.container-1 .info {
    font-size: 14px;
    line-height: 23px;
    color: #777
}

.container-1 .info1 {
    float: left
}

.container-1 .info1 span {
    margin-right: 18px;
}

.container-1 .info1 .media {
    padding-left: 25px;
    background: url("icons.png") no-repeat 0 -46px
}

.container-1 .info2 {
    float: right;
    padding-left: 25px;
    background: url("icons.png") no-repeat 0 -75px
}

.container-1 .more {
    background: #F5F5F5;
    line-height: 36px;
    text-align: center;
    color: #888;
    margin-top: 30px;
    cursor: pointer
}


@media screen and (max-width: 1200px) {
    .banner {
        height: 466px;
        background: url(banner-m.png) no-repeat center top;
    }

    .layout,
    .content {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .boxMo {
        min-width: 1200px;
    }

    .container-1 {
        min-width: 1200px;
    }

}

@media screen and (max-width: 768px) {
    .container-1 .imgtxt1 li {
        padding: 16px 0;
    }

    .container-1 .imgtxt1 h3 {
        font-size: 18px;
        min-height: auto;
    }
}

@media screen and (max-width: 480px) {
    .container-1 .imgtxt1 h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .info {
        flex-direction: column;
    }

    .info2,
    .info-source {
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }
}