.body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}

.background {
    width: 100%;
    height: auto;
    min-width: 1200px;
    background-color: #ffffff;
}

/*banner*/
.banner {
   /*  width: 100%; */
    height: 400px;
    min-width: 1200px;
    margin: 0 auto;
    background-image: url(banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/*��Ȩ*/
.bottom {
    width: 100%;
    height: 120px;
    line-height: 180%;
    background-color:#202f44;
}

    .bottom div p {
        margin-top:20px;
    }            
        .bottom div p span {
            font-family: 'Microsoft YaHei';
            font-size: 14px;
            color: #ffffff;
        }

/* ==================��ҳ������ҳ==================*/
.div_part{
    width: 1200px;
    height: auto;
    text-align: left;
    margin: 0px auto;
    border:1px solid #e0e4e7;
}


/* ==================play==================*/
.div_content_play {
    width: 1160px;
    height: auto;
    text-align: left;
    margin: 0px auto;
}

/* ���Ŵ��� */
.div_play {
    width: 1160px;
    height: 660px;
    text-align: left;
    margin: 30px auto;
}

/* ������� */
.p_title {
    width: 100%;
    display: block;
    overflow: hidden;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    text-align: justify;
    font-weight: bold;
    line-height: 160%;
    color: #ffffff;
    margin-bottom:30px;
}

/* ���м�� */
.p_abstract1 {
    width: 100%;
    display: block;
    overflow: hidden;
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    text-align: justify;
    line-height: 160%;
    color: #ffffff;
    margin-bottom:30px;
}

/* ���м�� */
.p_abstract2 {
    width: 100%;
    display: block;
    overflow: hidden;
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    text-align: justify;
    line-height: 160%;
    color: #515761;
    margin-bottom:10px;
    min-height: 30px;
    text-indent:-4em;
    padding-left:4em;
}
