.currentPage{
    padding: 16px 4% 0;
}

.main{
    margin-top: 26px;
    padding: 50px 4%;
    background-color: #f5f5f5;
}
.title1{
    font-size: 30px;
    color: #343434;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px #d2d2d2 solid;
    padding-bottom: 20px;
}

.intr{
    padding: 20px 0;
}
.intr span{
    width: 50%;
    font-size: 16px;
    color: #666;
}
.intr .fl{
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}


.con{
    padding-top: 34px;
}
.con table{
    margin: 0 auto;
}
.con p{
    font-size: 20px;
    color: #343434;
    /*text-indent: 2em !important;*/
    background: rgb(255, 255, 255, 0) !important;
    text-align: left;
    line-height: 1.5em;
}
.con video{
   min-height:600px
}
.con div {
    background: rgb(255, 255, 255, 0) !important;
    /*line-height: 1.5em;*/
    width: 100% !important;
}
.con p span{
    font-size: 20px;
}
.con p strong {
    font-weight: bold;
}
.con img{
    /*width: auto;*/
    /*display: block;*/
    /*max-width: 100%;*/
    /*margin: 20px auto;*/
    /*margin: 20px 0 !important;*/
    margin: 20px 0;
}

.bottom{
    padding: 32px 4% 68px;
}
.bottom .left{
    width: 90%;
}
.bottom .left ul li{
    height: 34px;
    line-height: 34px;
}
.bottom .left ul li span{
    float: left;
    font-size: 16px;
    color: #343434;
}
.bottom .left ul li a{
    float: left;
    font-size: 16px;
    color: #343434;
    width: 94%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bottom .left ul li a:hover{
    color: #006cef;
}

.bottom .right a{
    background: url(../images/return.png)no-repeat right center;
    background-size: 22px 14px;
    font-size: 16px;
    color: #343434;
    padding-right: 30px;
    line-height: 60px;
}

.con_main{
    padding-bottom: 20px;
}
.main_tit{
    line-height: 40px;
    font-size: 28px;
    padding: 10px 0;
}

.content{
    border: 1px #d2d2d2 solid;
    padding: 30px;
}