.suctionSecondWrap{
    background: rgba(244, 244, 244, .9);
}
/* 内容部分 */
.contentWrap{
    width: 100%;
    min-height: calc(100% - 388px);
}
.contentTop{
    width: 1190px;
    height: 80px;
    margin: 0 auto;
    padding: 30px 0px;
    box-sizing: border-box;
}
.topLine{
    width: 100%;
    height: 20px;
    overflow: hidden;
}
.topIcont{
    width: 9px;
    height: 11px;
    display: block;
    float: left;
    margin-top: 5px;
    background: url('/public/protal/images/d-address.png') no-repeat center;
    background-size: cover;
}
.topText{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #a4a4a4;
    display: block;
    float: left;
    margin-left: 6px;
}
.topText a{
    color: #a4a4a4;
}
.topLine a>.topText:hover{
    color: #19b1b6!important;
}
.topText-on{
    color: #19b1b6;
}
.contentCenter{
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}
.centerLeft{
    width: 854px;
    min-height: 300px;
    float: left;
    border-right: 1px solid #e6e6e6;
    padding-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}
.leftTitle{
    width: 100%;
    height: 51px;
    margin: 50px auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.leftTitleBox{
    width: auto;
    height: 51px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
}
.titleLeft{
    width: 43px;
    height: 51px;
    display: block;
    float: left;
    background: url('/public/protal/images/title-left.png') no-repeat center;
    background-size: contain;
}
.titleMiddle{
    width: auto;
    line-height: 51px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #19b1b6;
    font-family: "宋体";
    height: 51px;
    display: block;
    float: left;
    background: url('/public/protal/images/title-middle.png') no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.titleRight{
    width: 43px;
    height: 51px;
    display: block;
    float: left;
    background: url('/public/protal/images/title-right.png')no-repeat center;
    background-size: contain;
}
.leftTitlePay{
    width: 120px;
    height: 72px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 999;
}
.titlePay{
    width: 100%;
    height: 100%;
    display: block;
    background: url('/public/protal/images/d-pay.png') no-repeat center;
    background-size: cover;
}
.leftContent{
    width: 100%;
    overflow: hidden;
}
.leftContent>p{
	text-indent:2em;
}
.leftContent>span{
	text-indent:2em;
	display:block;
}
.leftText{
    width: 100%;
    font-size: 18px;
    margin-bottom: 40px;
}
.leftImg{
    width: 808px;
    height: 480px;
    display: block;
    margin-bottom: 40px;
}
.centerRight{
    width: 335px;
    float: left;
    padding: 30px 20px;
    box-sizing: border-box;
}
.rightTitle{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #4d4d4d;
}
.rightLine{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e3e3e3;
}
.rightLine a{
    width: 100%;
    height: 45px;
    display: block;
    line-height: 45px;
    font-size: 16px;
    color: #b0b0b0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #b0b0b0;
}
.rightLine a:hover{
    color: #19b1b6;
}
.rightLineTime{
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 5px;
}
.controlWrap{
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    overflow: hidden;
}
.prevControl{
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
}
.nextControl{
    width: 100%;
    height: 20px;
}
.controlTitle{
    width: 68px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    display: block;
    float: left;
    color: #979797;
}
.controlText{
    width: 880px;
    height: 20px;
    display: block;
    float: left;
    line-height: 20px;
    font-size: 16px;
    color: #979797;
    overflow: hidden;
}
.controlText:hover{
    color: #19b1b6;
}
/* detail2样式 */
.detailLeftTitle{
    width: 100%;
    min-height: 130px;
    padding: 30px 0px;
    box-sizing: border-box;
    overflow: hidden;
}
.detailLeftTitleTwo{
    width: 700px;
}
.detailTitleTop{
    width: 100%;
    min-height: 25px;
    line-height: 30px;
    font-size: 22px;
    color: #545454;
    overflow: hidden;
    text-align: center;
}
.detailTitleContent{
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #989898;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
}
/* 头部的导航条的样式调整 */
.suctionTopWrap{
    box-shadow: 0px 3px 3px #F4F4F4;
}
/* 2.0版本样式 */
.centerTitle{
    width: 100%;
    height: 51px;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.centerTitleBox{
    width: auto;
    height: 51px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50%;
}
.centerTitleLeft{
    width: 43px;
    height: 51px;
    display: block;
    float: left;
    background: url('/public/protal/images/title-left.png') no-repeat center;
    background-size: contain;
}
.centerTitleMiddle{
    width: auto;
    line-height: 51px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #19b1b6;
    font-family: "宋体";
    height: 51px;
    display: block;
    float: left;
    background: url('/public/protal/images/title-middle.png') no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.centerTitleRight{
    width: 43px;
    height: 51px;
    display: block;
    float: left;
    background: url('/public/protal/images/title-right.png')no-repeat center;
    background-size: contain;
}
.narrator{
    width: 100%;
    height: 100%;
    display: block;
    background: url('/public/protal/images/d-narrator.png') no-repeat center;
    background-size: cover;
}
.protalDetailVideo{
    width: 550px;
    height: 400px;
    background: #000;
}