﻿.actnews_box {
    position: relative;
    width: 1200px;
    height: 500px;
    overflow: hidden;
}

.actnews_left {
    position: absolute;
    width: 690px;
    height: 387px;
    top: 90px;
    left: 0px;
}

.actnews_right {
    position: absolute;
    width: 450px;
    height: 387px;
    top: 90px;
    right: 0px;
}

    .actnews_right .noticelist {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .actnews_right .noticelist li {
            list-style: none;
            background: url(../images/noticelist.png) no-repeat 0px 5px;
            background-size: 14px 14px;
            padding-left: 20px;
            position: relative;
            height: 60px;
        }

            .actnews_right .noticelist li a {
                display: block;
                line-height: 150%;
                width: 368px;
            }

                .actnews_right .noticelist li a:hover {
                    color: #009675;
                }

            .actnews_right .noticelist li .date {
                position: absolute;
                right: 0px;
                top: 0px;
                width: 50px;
                height: 45px;
                background: #009675;
                color: #fff;
                font-size: 13px;
                text-align: right;
                border-bottom-right-radius: 8px;
            }

                .actnews_right .noticelist li .date div {
                    font-size: 18px;
                    font-weight: bold;
                    width: 100%;
                    height: 21px;
                    line-height: 21px;
                    text-align: center;
                    font-family: 'Georgia';
                }

                .actnews_right .noticelist li .date span {
                    font-size: 12px;
                    width: 100%;
                    display: block;
                    text-align: center;
                    height: 20px;
                    line-height: 20px;
                    font-family: 微软雅黑 !important;
                }

.actinfo_box {
    position: relative;
    width: 1200px;
    height: 270px;
    overflow: hidden;
}

.actinfo_con {
    position: absolute;
    width: 1200px;
    height: 160px;
    top: 90px;
    left: 0px;
}

    .actinfo_con .tnewslist {
        width: 100%;
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .actinfo_con .tnewslist li {
            position: relative;
            list-style: none;
            line-height: 150%;
            background: url(../images/ind_newsdot.png) no-repeat 0px 7px;
            padding: 5px 0px 5px 26px;
            margin: 2px 88px 10px 5px;
            float: left;
            width: 40%;
            font-size: 15px;
            color: #333;
        }

            .actinfo_con .tnewslist li a:hover {
                color: #009675;
                text-decoration: underline;
            }

            .actinfo_con .tnewslist li .date {
                font-size: 12px;
                color: #009675;
                position: absolute;
                right: -52px;
                bottom: 5px;
                text-align: right;
            }

.actvideo_box {
    position: relative;
    width: 1200px;
    height: 520px;
    overflow: hidden;
}

.actvideo_left {
    position: absolute;
    width: 575px;
    height: 415px;
    top: 90px;
    left: 0px;
}

    .actvideo_left .pnews_box {
        float: left;
        width: 250px;
        height: 210px;
        margin: 0px 35px 0px 0px;
    }

    .actvideo_left .pnews_img {
        float: left;
        width: 250px;
        height: 150px;
        position: relative;
    }

        .actvideo_left .pnews_img img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 250px;
            height: 150px;
            z-index: 9;
        }

        .actvideo_left .pnews_img .playbg {
            position: absolute;
            top: 60px;
            left: 110px;
            width: 40px;
            height: 40px;
            background: rgba(0,0,0,0.5);
            z-index: 10;
            border-radius: 100px;
        }

        .actvideo_left .pnews_img .play {
            position: absolute;
            top: 68px;
            left: 126px;
            width: 16px;
            height: 24px;
            background: url(../images/play.png) no-repeat center;
            background-size: 12px 18px;
            z-index: 11;
        }

    .actvideo_left .pnewsinfo {
        float: right;
        width: 250px;
    }

    .actvideo_left .pnews_title {
        padding: 0px 0px 10px 5px;
        position: relative;
    }

        .actvideo_left .pnews_title a {
            font-size: 15px;
            color: #333;
        }

            .actvideo_left .pnews_title a:hover {
                text-decoration: underline;
            }

    .actvideo_left .pnewsdate {
        font-size: 12px;
        color: #009675;
        position: absolute;
        right: 15px;
        top: 24px;
        text-align: right;
    }


.actvideo_right {
    position: absolute;
    width: 610px;
    height: 415px;
    top: 90px;
    right: 0px;
}

    .actvideo_right .pnews_box {
        float: left;
        width: 610px;
        height: 415px;
        margin: 0px 35px 0px 0px;
    }

    .actvideo_right .pnews_img {
        float: left;
        width: 610px;
        height: 360px;
        position: relative;
    }

        .actvideo_right .pnews_img img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 610px;
            height: 360px;
        }

        .actvideo_right .pnews_img .playbg {
            position: absolute;
            top: 145px;
            left: 284px;
            width: 65px;
            height: 65px;
            background: rgba(0,0,0,0.5);
            z-index: 10;
            border-radius: 100px;
        }

        .actvideo_right .pnews_img .play {
            position: absolute;
            top: 152px;
            left: 306px;
            width: 32px;
            height: 48px;
            background: url(../images/play.png) no-repeat center;
            background-size: 23px 35px;
            z-index: 11;
        }

    .actvideo_right .pnewsinfo {
        float: right;
        width: 610px;
    }

    .actvideo_right .pnews_title {
        padding: 0px 0px 10px 5px;
        position: relative;
    }

        .actvideo_right .pnews_title a {
            font-size: 15px;
            color: #333;
            display: block;
            width: 500px;
        }

            .actvideo_right .pnews_title a:hover {
                text-decoration: underline;
            }

    .actvideo_right .pnewsdate {
        font-size: 12px;
        color: #009675;
        position: absolute;
        right: 15px;
        top: 2px;
        text-align: right;
    }

.actpic_box {
    position: relative;
    width: 1200px;
    height: 650px;
    overflow: hidden;
}

.actpic_con {
    position: absolute;
    width: 1230px;
    height: 543px;
    top: 90px;
    left: 0px;
}

    .actpic_con .pbox {
        float: left;
        width: 372px;
        height: 249px;
        text-align: left;
        background: url(../images/pbg.png) no-repeat bottom right;
        margin: 0px 37px 32px 0px;
        position: relative;
    }

        .actpic_con .pbox img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 355px;
            height: 235px;
            border: 1px solid #f6f6f6;
            z-index: 8;
        }

    .actpic_con .ptitlebg {
        position: absolute;
        top: 190px;
        left: 0px;
        width: 355px;
        height: 45px;
        background: rgba(0,0,0,0.5);
        z-index: 9;
    }

    .actpic_con .ptitle {
        position: absolute;
        top: 200px;
        left: 10px;
        width: 340px;
        height: 35px;
        color: #fff;
        font-size: 16px;
        z-index: 10;
    }

.actbrand_box {
    position: relative;
    width: 1200px;
    height: 200px;
    overflow: hidden;
}

.actbrand_con {
    position: absolute;
    width: 1200px;
    height: 90px;
    top: 95px;
    left: 0px;
}

    .actbrand_con .mbox {
        float: left;
        width: 239px;
        text-align: center;
    }

        .actbrand_con .mbox img {
            width: 234px;
            height: 72px;
            border: none;
        }

.actmedia_box {
    position: relative;
    width: 1200px;
    height: 300px;
    overflow: hidden;
}

.actmedia_con {
    position: absolute;
    width: 1200px;
    height: 150px;
    top: 90px;
    left: 0px;
}

    .actmedia_con .mbox {
        float: left;
        width: 170px;
        text-align: center;
    }

        .actmedia_con .mbox span {
            display: block;
            font-weight: bold;
            text-align: center;
        }

        .actmedia_con .mbox img {
            width: 84px;
            height: 84px;
            border: none;
        }

.actbottombox {
    width: 100%;
    background: #DFEAEE;
    height: 125px;
}

.actbottom {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.actbottom_contact {
    position: absolute;
    top: 17px;
    left: 300px;
    height: 60px;
    width: 910px;
    background: url("../images/act/contact.png") no-repeat;
}

.read_leftbox {
    float: left;
    width: 840px;
    overflow: hidden;
}

.read_rightbox {
    float: right;
    width: 305px;
}

.read_title {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 20px;
    color: #009675;
    letter-spacing: 2px;
}

.read_more {
    position: absolute;
    right: 10px;
    top: 25px;
    border-radius: 30px;
    width: 50px;
    height: 20px;
    color: #009675;
    border: 1px solid #009675;
    text-align: center;
    padding: 2px 5px 0px 5px;
    font-size: 12px;
}

.read_hotbox {
    width: 100%;
    height: 350px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .read_hotbox li {
        position: relative;
        list-style: none;
        line-height: 150%;
        background: url(../images/noticelist.png) no-repeat 0px 7px;
        background-size: 16px auto;
        padding: 5px 0px 5px 26px;
        margin: 0px 41px 10px 0px;
        width: 260px;
        font-size: 15px;
        color: #333;
    }

        .read_hotbox li a:hover {
            color: #009675;
            text-decoration: underline;
        }

        .read_hotbox li .date {
            font-size: 12px;
            color: #009675;
            position: absolute;
            right: -15px;
            top: 28px;
            text-align: right;
        }

.read_readbox {
    width: 280px;
    overflow: hidden;
    margin-left: 25px;
}

.read_sbox {
    width: 100%;
    position: relative;
}

    .read_sbox .vediobox {
        width: 278px;
        border: 1px solid #ccc;
        height: 160px;
        margin-bottom: 20px;
    }

    .read_sbox .imgbox img {
        width: 90px;
    }

    .read_sbox .textbox {
        line-height: 150%;
        color: #666;
        margin-bottom: 50px;
    }

.readnewslist {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .readnewslist li {
        height: 290px;
        margin-bottom: 50px;
        position: relative;
    }

        .readnewslist li .newspic {
            position: absolute;
            left: 0;
            top: 0;
            width: 515px;
            height: 290px;
        }

            .readnewslist li .newspic img {
                width: 515px;
                height: 290px;
            }

        .readnewslist li .newstitle {
            position: absolute;
            left: 560px;
            top: 0;
            width: 277px;
            height: 50px;
            color: #009675;
            font-size: 18px;
            overflow: hidden;
        }

        .readnewslist li .newsinfo {
            position: absolute;
            left: 560px;
            top: 70px;
            width: 277px;
            height: 215px;
            line-height: 150%;
            color: #333;
            overflow: hidden;
        }

/*activity_video 相关*/

.actvlist_box .pnews_box {
    float: left;
    width: 536px;
    height: 415px;
    margin: 0px 35px 0px 26px;
}

.actvlist_box .pnews_img {
    float: left;
    width: 536px;
    height: 360px;
    position: relative;
}

    .actvlist_box .pnews_img img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 536px;
        height: 360px;
    }

    .actvlist_box .pnews_img .playbg {
        position: absolute;
        top: 145px;
        left: 248px;
        width: 65px;
        height: 65px;
        background: rgba(0,0,0,0.5);
        z-index: 10;
        border-radius: 100px;
    }

    .actvlist_box .pnews_img .play {
        position: absolute;
        top: 152px;
        left: 270px;
        width: 32px;
        height: 48px;
        background: url(../images/play.png) no-repeat center;
        background-size: 23px 35px;
        z-index: 11;
    }

.actvlist_box .pnewsinfo {
    float: right;
    width: 536px;
}

.actvlist_box .pnews_title {
    padding: 0px 0px 10px 5px;
    position: relative;
}

    .actvlist_box .pnews_title a {
        font-size: 15px;
        color: #333;
        display: block;
        width: 500px;
    }

        .actvlist_box .pnews_title a:hover {
            text-decoration: underline;
        }

.actvlist_box .pnewsdate {
    font-size: 12px;
    color: #009675;
    position: absolute;
    right: 15px;
    top: 2px;
    text-align: right;
}
/*activity_pilcture 相关*/
.actplist_box{
    width:1300px;
}
.actplist_box .pbox {
    float: left;
    width: 372px;
    height: 249px;
    text-align: left;
    background: url(../images/pbg.png) no-repeat bottom right;
    margin: 0px 37px 32px 0px;
    position: relative;
}

    .actplist_box .pbox img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 355px;
        height: 235px;
        border: 1px solid #f6f6f6;
        z-index: 8;
    }

.actplist_box .ptitlebg {
    position: absolute;
    top: 190px;
    left: 0px;
    width: 355px;
    height: 45px;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}

.actplist_box .ptitle {
    position: absolute;
    top: 200px;
    left: 10px;
    width: 340px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    z-index: 10;
}
