* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: æ°“æˆ®åºçŒ«é™†ç‚‰èŒ…éˆ¥è¡¡ï¿½Î³â”žçƒ©ï¿½ï¿½;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.section1 {
    border-top: 15px solid #efefef;
}

.learn {
    border-top: 30px solid #d1d3d2;
    border-bottom: 30px solid #d1d3d2;
    background-color: #a0c8ac;
}

.study>ul>li {
    float: left;
    width: 49%;
}

.study>ul>li:first-child {
    margin-left: 0;
}

.study>ul>li:first-child+li {margin-left: 2%;}

.study>ul>li>a {
    display: block;
}

.pic1 {
    display: block;
    overflow: hidden;
    padding-top: 60%;
    position: relative;
}

.pic1 img {
    display: block;
    width: 100%;
    transition: all .3s;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.pic1:hover img {
    transform: scale(1.2);
}

.study {
    position: relative;
}

.title-tt {
    position: absolute;
    left: 20px;
    top: -43px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #229e40;
}

.title-tt h2 {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.text1>h2 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text1>p {
    line-height: 22px;
    font-size: 13px;
    color: #333;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.child1 .text1>h2 {
}

.child1 .text1>p {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.more-ly {
    position: absolute;
    right: 0;
    bottom: -28px;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #1f9b38;
}

.more-ly>a {
    font-size: 14px;
    color: #fff;
}

.section2 {
    border-top: 10px solid #e8e8e8;
    margin-top: 20px;
}

.farming {
    position: relative;
}

.farm {
    border-top: 15px solid #d5d5d3;
    background-color: #b3c8b6;
    padding-top: 20px;
    border-bottom: 30px solid #d1d3d2;

    margin-bottom: 10px;
}

.farm ul li a {
    display: block;
    position: relative;
}

.farm ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(49, 87, 28, .6);
    font-size: 16px;
    color: #fff;
    padding: 4px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.farm ul li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.pic-l {
}

.pic-l>ul>li {
    float: left;
    width: 30%;
}

.pic-l>ul>li:first-child {
    width: 69%;
    margin-right: 1%;
}

.pic-l>ul>li ul li {
    margin-top: 1%;
}

.pic-l>ul>li ul li:first-child {
    margin-top: 0;
}

.pic-r {
    float: right;
    width: 44%;
position:relative;
}

.pic-r>ul>li {
    margin-top: 1%;
}

.pic-r>ul>li:first-child {
    margin-top: 0;
}

.pic-r>ul>li>ul>li {
    float: left;
    width: 49.5%;
    margin-left: 1%;
}

.pic-r>ul>li>ul>li:first-child {
    margin-left: 0;
}

.one>a {
    position: relative;
    padding-top: 71.5%;
}

.one>a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.two>a {
    position: relative;
    padding-top: 87.6%;
}

.two>a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.three>a {
    position: relative;
    padding-top: 76%;
}

.three>a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.four>a {
    position: relative;
    padding-top: 65%;
}

.four>a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.five>a {
    position: relative;
    padding-top: 65%;
}

.five>a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.six>a {
    position: relative;
    padding-top: 28%;
}

.six>a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-pic {
    position: relative;
    padding-top: 65%;
}
.video-pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
 
.video-play {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    z-index: 8;
}
.video-play::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/video-play.png) no-repeat;
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
    z-index: 9;
}
@media screen and (max-width: 1400px) {
    .study>ul,
    .farming>ul {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .farm ul li a p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .study>ul>li:first-child {
    }
    .study>ul>li {
        margin-top: 20px;
    }
    .pic-l {
        float: none;
        width: 100%;
    }
    .pic-r {
        margin-top: 10px;
        float: none;
        width: 100%;
        overflow: hidden;
    }
}

@media screen and (max-width: 414px) {
    .pic-l>ul>li:first-child {
        width: 100%;
    }
    .pic-l>ul>li {
        float: left;
        width: 100%
    }
    .pic-l>ul>li ul li {
        float: left;
        width: 49%;
        margin-left: 2%;
    }
    .pic-l>ul>li ul :first-child {
        margin-left: 0;
    }
    .pic-l>ul>li ul li {
        margin-top: 0;
    }
    .three>a {
        padding-top: 86.7%;
    }
}
.pic-r a{display:block;float:left;width:49%;position: relative;overflow: hidden;margin-bottom: 10px;}
.pic-r a:nth-child(3){
margin-left:2%;
}
.pic-r a:first-child{clear:both;float:none;width:100%;}