﻿
.container{
    background: #FFFFFF;
    padding: 20px;
}
.container_header{
    width: 265px;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    background: #004593;
}
.container_content{
    width: 802px;
    padding-left: 140px;
    padding-right: 140px;
}
.container_content_video{
    width: 882px;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 40px;
}
.magashow{
     width: 150px;
     height: 255px;
     text-align: center;
     margin: 0 50px 0 0;
     float: left;
 }
.videoshow{
    width: 184px;
    height: 210px;
    text-align: center;
    margin: 0 35px 0 0;
    float: left;
    margin-bottom: 100px;
    position: relative;
}
.videoshow .videoshowbtn{
    position: absolute;
    top:0;
    left: 0;
    z-index: 9999;
}
.magashow .mage_date{
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.videoshow .mage_date{
    width: 150px;
    height: 45px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    text-align: left;
}
.videoshow .downbtn{
    width: 24px;
    height: 18px;
    background: url("imgcommondownloadbtn.png");
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.container_page{
    width: 448px;
    color: #004593;
    margin: 0 auto;
    margin-top: 40px;
}
.container_page p{
    margin-right: 16px;
    float: left;
}
.container_page p .nonact{
    width: 44px;
    height: 24px;
    border: #bbbbbb 1px solid;
    color: #bbbbbb;
    background: none;
    cursor: pointer;
}
.container_page p .act{
    width: 44px;
    height: 24px;
    color: #FFFFFF;
    background: #004593;
    cursor: pointer;
}
.container_page p input{
    width: 24px;
    height: 24px;
    border: #004593 1px solid;
}
.container_page .p-tt{
    line-height: 24px;
}