body{
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", Arial;
    /*background-color: #f7f9f6;*/
    background: url(../images/base.jpg) repeat;
}

a, a:hover{
    cursor: pointer;
    text-decoration: none !important;
}

.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.fit{
    object-fit: cover;
    flex: 1;
}

#head{
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.top{
    display: block;
    width: 100%;
    height: 80px;
    background-color: rgba(65, 123, 27, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.logo{
    display: inline-block;
    float: left;
    width: 115px;
    height: 60px;
    margin: 10px 0 10px 20px;
}

.logo img{
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.en{
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    margin: 25px 15px 25px 0;
}

.en img{
    width: 30px;
    height: 30px;
}

#banner{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#banner img{
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#link{
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 25px;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
}

#link a{
    display: inline-block;
    float: left;
    width: 24.25000%;
    height: auto;
    max-height: 80px;
    margin-right: 1%;
}

#link a:nth-child(4){
    margin-right: 0;
}

#link img{
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

#album{
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 30px;
}

#album .title{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 50px;
    padding: 0 10px;
    margin-bottom: 10px;

    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;

    background-image: url(../images/titlebg2.png);
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: 100% auto;
}

#album .content{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

#album .content .box{
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    background-color: rgba(65, 123, 27, .9);
    padding: 15px 10px 10px;
    border-radius: 10px;

    background-image: url("../images/spbg.png");
    background-repeat: no-repeat;

    position: relative;
}

#album .content .box:nth-child(2){
    margin-bottom: 0;
}

#album .content .box .spcove{
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 3px 3px 3px rgba(51, 51, 51, .3);
}

#album .content .box .play{
    display: inline-block;
    width: 60px;
    height: 60px;
    opacity: .5;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -45px;
    z-index: 2;
}

#album .content .box p{
    display: block;
    width: 100%;
    height: 28px;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0;
}

#content{
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 8px 0 0 0;
    
    background-image: url("../images/dw_top.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
#content1{
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 8px 0 0 0;
    
    background-image: url("../images/dw_top1.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
#content1 .title{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    padding: 0 40px;
    margin-top: 3px;
    margin-bottom: 45px;

    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;

    text-shadow: 3px 3px 3px rgba(0, 0, 0, .3);

    /*background-image: url(../images/titlebg2.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 100% auto;*/
}
#content .title{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    padding: 0 40px;
    margin-top: 3px;
    margin-bottom: 45px;

    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;

    text-shadow: 3px 3px 3px rgba(0, 0, 0, .3);

    /*background-image: url(../images/titlebg2.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 100% auto;*/
}

@media (min-width: 640px) {
    #content .title{
        margin-top: 10px;
        margin-bottom: 50px;
        height: 55px;
        line-height: 55px;
    }
}

#content .c-yq{
    width: 100%;
    height: auto;
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

#content .c-yq h3{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    text-shadow: 3px 3px 3px #bbb;
}

#content .c-yq img{
    width: 100%;
    height: auto;
    margin: 10px 0;
}

#content .c-yq .wz{
    float: right;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#content .c-yq .wz p{
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-indent: 2em;
    margin-bottom: 0;
}

#content .readmore{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

#content .readmore a, #content .readmore a:hover{
    color: #333;
    text-decoration: none;
}

#copyright{
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background-color: #333333;
    padding: 15px;
}

.sydw{
    display: inline-block;
    float: left;
    width: 17px;
    height: 20px;
    margin-top: 7px;
}

.wa{
    display: inline-block;
    float: left;
    width: 18px;
    height: 20px;
    margin: 7px 5px 0 8px;
}

.bq{
    display: inline-block;
    float: left;
    line-height: 25px;
    color: #FFFFFF;
    margin: 5px 10px 0 10px;
}

.ba{
    display: inline-block;
    float: left;
    line-height: 25px;
    color: #FFFFFF;
    margin: 5px 10px 0 58px;
}

.bq a, .bq a:hover, .ba a, .ba a:hover{
    color: #FFFFFF;
    text-decoration: none;
}