<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
}

a {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

a:hover {
    color: #FFF;
    cursor: pointer;
}

/*Title Style*/
.header {
    width: 100%;
    min-width: 1180px;
    height: 100px;
    line-height: 100px;
    background: url(../../img/index/bg-title.png);
    background-size: 100% 100%;
}

.header h1 {
    width: 1180px;
    margin: auto;
    font-size: 30px;
    font-weight: bolder;
    font-family: SimHei;
    color: #3e3d3d;
}

.header img {
    margin-right: 8px;
    position: relative;
    top: 5px;
}

/* 导航栏 */
.content-nav {
    width: 100%;
    height: 45px;
    background: #1D7EBD;
    border-bottom: 0px solid #1D7EBD;
    position: fixed;
    z-index: 20;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

ul li {

    list-style: none;

}

.tab {
    width: 1180px;
    margin: 0 auto;

}

.tab .tab-nav {
    height: 45px;
    margin: 0 auto;

}

.tab .tab-nav li {
    display: inline;
    width: 140px;
    float: left;
    text-align: center;
    margin-right: 26px;
    background-color: #1D7EBD;
    cursor: pointer;
}

.tab .tab-nav li:hover {
    width: 140px;
    height: 45px;
    margin-top: 0px;
    color: white;
    background-color: #008adb;
}

.tab .tab-nav li:hover a {
    color: white;
}

.tab .tab-nav li a {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    display: block;
    height: 45px;
    /* padding: 10px 20px;  */
    color: #fff;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
}

.tab .tab-nav li a.actived {
    width: 140px;
    height: 45px;
    margin-top: 0px;
    color: #009640;
    background-color: #ffffff;
}

/* 内容显示区域 */
.content-wrap {
    width: 1180px;
    margin: 45px auto 0 auto;
    overflow: hidden;
}

/*form表单登录*/
.content-item-login {
    margin-top: 60px;
    height: 320px;
    background: url(../../img/index/banner-sd.jpg) no-repeat center;
    width: 1180px;
    margin-left: -1px;
    position: relative;
    background-size: 1180px 100%;
}

.content-item-login .login-box {
    float: left;
    width: 280px;
    height: 320px;
    box-sizing: border-box;
    background: rgba(1, 30, 66, .8);
}

.content-item-login .login-box .title {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    letter-spacing: 0;
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.form-content {
    padding-left: 20px;
    width: 280px;
    height: 272px;
    overflow: hidden;
    box-sizing: border-box;
}

.form-item {
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    width: 240px;
    height: 36px;
    text-align: center;
    padding: 10px 10px -1px 30px;
    background: #FFFFFF no-repeat 12px;
    margin-bottom: 12px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1180px white inset;
    -webkit-text-fill-color: #333;
}

.form-item input {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    float: right;
    border: none;
    background: none;
    height: 36px;
    line-height: 20px;
    width: 85%;
}

.form-item-username {
    background-image: url(../../img/index/use.png);
}

.form-item-password {
    background-image: url(../../img/index/pass.png);
}

.form-item-validateCode {
    float: left;
    width: 160px;
    background-image: url(../../img/index/yanzhengma.png);
}

.form-item-image {
    display: block;
    cursor: pointer;
    float: right;
    width: 76px;
    height: 36px;
    margin-right: 18px;
}

.form-item-image img {
    width: 69px;
    height: 36px;
}

.password-register {
    margin: 10px 20px;
    overflow: hidden;
    padding: 5px;
}

.password-register a {
    float: right;
}

.password-register a:first-child {
    float: left;
}

.errMsg {
    line-height: 28px;
}

.errMsg span {
    color: red;
    font-size: 12px;
}

.form-item-errorMsg {
    float: left;
    width: 100%;
    height: 36px;
    position: relative;
}

.form-item-errorMsg span {
    display: block;
    color: #ed3f14;
    font-size: 12px;
}

.form-item-forget {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    padding-left: 89px;
    margin-top: 15px;
}

.form-item-back {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
    top: 15px;
    margin-left: 92px;
}

#verificationCode {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    float: right;
    border: none;
    background: none;
    height: 36px;
    line-height: 20px;
    width: 78%;
}

.hbj-login {
    padding-top: 20px;
    background: none !important;
}

.hbj-login .title {
    height: 48px !important;
    line-height: 48px !important;
    padding-top: 0px !important;
    margin: 0px 6%;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: rgba(1, 30, 66, 0.8);
    position: relative;
}

.hbj-login .title a {
    text-decoration: none;
    color: #fff;
    float: right;
}

.hbj-login .title i {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
}

.hbj-login .sc-icon-close:before {
    font-size: 20px;
}

.button-container {
    letter-spacing: -3px;
    font-size: 0;
    margin: 0px 6%;
}

.button-container a {
    display: inline-block;
    width: 31%;
    color: #fff;
    margin: 5px 0%;
    text-align: center;
    background-color: rgba(1, 30, 66, 0.8);
    padding: 12px 0;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
}

.button-container a:hover {
    background-color: #1e90ff;
}

.button-container a .icon-container {
    padding-bottom: 10px;
}

.check-disabled:hover {
    background-color: rgba(1, 30, 66, 0.8) !important;
    cursor: text !important;
}

.check-disabled p {
    color: #999;
}

check-disabled .sc-icon-examine:before {
    color: #999;
}

.sc-icon-function:before, .sc-icon-examine:before, .sc-icon-analysis:before, .sc-icon-data:before {
    font-size: 22px !important;
}

.sc-icon-function:before {
    font-size: 22px !important;
}

/*手机 验证码 */
form &gt; button {
    margin-top: -6px;
    margin-left: 0px;
    width: 240px;
    height: 36px;
}

button.primary {
    margin-top: -9px;
    cursor: pointer;
    white-space: nowrap;
    background: #2B7DE1;
    border: 1px solid #2B7DE1;
    color: #3b8af1;
    border-radius: 4px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 9px 3px;
    font-size: 14px;
}

button.primary:focus,
button.primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}

button.primary:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
}

.forget-left {
    margin-left: -84px;
}

.forget-left:hover {
    color: #3a8ee6;
    cursor: pointer;
}

.forget-right {
    margin-left: 90px;
}

.forget-right:hover {
    color: #3a8ee6;
    cursor: pointer;
}

/*内容（左）*/
.main-left {
    float: left;
    width: 260px;
}

.main-left &gt; div {
    margin-top: 20px;
}

.standard-item {
    width: 260px;
    height: 298px;
    display: inline-block;
    border: 1px solid #dddee1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.main-left .content-title-item {
    background: none;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.main-left .content-title-item span {
    color: #009640;
}

.main-left .content-title-item a {
    color: #009640;
    border: none;
    position: absolute;
    right: 15px;
    height: 42px;
    line-height: 42px;
}

.standard-ul {
    height: calc(100% - 42px);
}

.standard-ul li {
    width: 220px;
    height: 50px;
    margin-left: 20px;
    border-bottom: 1px solid #eeeeee;
}

.standard-ul li a {
    float: left;
    display: block;
    height: 50px;
    width: 180px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.standard-ul li a:hover {
    color: #009640;
}

.standard-ul li span {
    display: block;
    width: 70px;
    height: 50px;
    font-size: 12px;
    float: right;
    line-height: 50px;
    color: #333333;
}

.main-left .content-right {
    border: 1px solid #dddee1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.main-left .teach-file {
    height: auto;
}

/*新闻轮播*/
.content-item-news {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.content-item-news .swiper-slide p {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
}

.content-item-news .swiper-slide p a {
    cursor: pointer;
}

.gallery-top {
    height: 100%;
    width: 79%;
    float: left;
}

.gallery-top .swiper-slide {
    background-size: 100% 100%;
}

.gallery-thumbs {
    height: 100%;
    width: 20%;
    float: right;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    background-size: 100% 100%;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

/* 公开信息 */
.content-item-public {
    border-top: 2px solid #1e90ff;
    margin-top: 20px;
    width: 100%;
}

.public-title {
    background: url(../../img/index/gongkaixinxi.png) no-repeat center;
    height: 65px;
    width: 900px;
    position: relative;
    background-size: 900px 100%;
}

.public-title span {
    font-size: 18px;
    color: #009640;
    line-height: 42px;
    display: block;
    text-align: center;
}

.public-title span img {
    display: block;
    margin: auto;
}

.public-content {
    width: 900px;
    margin: 0 auto 20px auto;
    height: 291px;
}

.public-content-item {
    width: 440px;
    height: 290px;
    float: left;
    overflow: hidden;
    margin-right: 2px;
    border: 1px solid #dddee1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.content-title-item {
    height: 34px;
    background: #1D7EBD;
    border-bottom: 2px solid #1D7EBD;
    position: relative;
}

.content-title-item span {
    color: #fff;
    padding-left: 20px;
    line-height: 34px;
    font-size: 15px;

}

.button-title {
    width: 60px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    right: 15px;
    font-size: 13px;
}

.public-errors {
    height: 338px;
    line-height: 338px;
    font-size: 14px;
    color: #555;
    text-align: center;
}

.law-errors {
    height: 259px;
    line-height: 259px;
    font-size: 14px;
    color: #555;
    text-align: center;
}

.class-errors {
    height: 215px;
    line-height: 215px;
    font-size: 14px;
    color: #555;
    text-align: center;
}

button.primarys {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #009640;
    border: none;
    color: #3b8af1;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 4px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
}

button.primarys:focus,
button.primarys:hover {
    background: #009640;
    color: #fff;
}

button.primarys a {
    text-decoration: none;
    out-line: none;
    color: #fff;
}

button.primarys:active {
    background: #009640;
    color: #fff;
}

.customers {
    width: 100%;
    padding: 5px;
    padding-bottom: 0px;
    box-sizing: border-box;
    table-layout: fixed;
}

.customers td {
    font-size: 12px;
    color: #333333;
    height: 40px;
    padding: 0 5px;
    border-bottom: 1px solid #eeeeee;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.customers tr:last-child td {
    border-bottom: 0px;
}

.customers td a {
    text-decoration: none;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #333333;
}

.customers td a:hover {
    color: #009640;
}

.table-th-z {
    width: 100px;
}

.table-th-t {
    width: 200px;
}

.table-th-w {
    width: 86px;
}

.table-th-wz {
    width: 70px;
}

.table-th {
    text-align: left;
    height: 29px;
    font-size: 12px;
    padding: 0 5px;
    color: #666666;
    background: #f2f4f7;

}

.table-t {
    width: 135px;
}

/* 政策法规 */
.content-item-law {
    border-top: 2px solid #1e90ff;
    margin-top: 20px;
    height: 367px;
    width: 100%;
}

.law-content {
    margin: 0 auto;
}

.law-item {
    width: 440px;
    height: 293px;
    display: inline-block;
    border: 1px solid #dddee1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.law-title {
    background: url(../../img/index/zhengcefagui.png) no-repeat center;
    height: 65px;
    width: 900px;
    position: relative;
    background-size: 900px 100%;
}

.law-title span {
    font-size: 18px;
    color: #009640;
    line-height: 42px;
    display: block;
    text-align: center;
}

.law-title span img {
    display: block;
    margin: auto;
}

.law-ul {
    height: calc(100% - 34px);
}

.law-ul li {
    width: 400px;
    height: 50px;
    margin-left: 20px;
    border-bottom: 1px solid #eeeeee;
}

.law-ul li a {
    float: left;
    display: block;
    height: 50px;
    width: 180px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.law-ul li a:hover {
    color: #009640;
}

.law-ul li span {
    display: block;
    width: 70px;
    height: 50px;
    font-size: 12px;
    float: right;
    line-height: 50px;
    color: #333333;
}

/* 公开服务 */
.content-item-service {
    margin-top: 0px !important;
    width: 900px;
    height: 170px;
}

.service-img {
    border-top: 2px solid #1e90ff;
    background: url(../../img/index/gongkaifuwu.png) no-repeat center;
    height: 65px;
    width: 900px;
    position: relative;
    background-size: 900px 100%;
}

.service-img span {
    font-family: MicrosoftHei-Bold;
    font-size: 18px;
    color: #009640;
    line-height: 42px;
    display: block;
    text-align: center;
}

.service-img span img {
    display: block;
    margin: auto;
}

.service-div {
    /*margin-left: 20px;*/
}

.service-btn {
    float: left;
    display: block;
    width: 209.7px !important;
    height: 100px !important;
    text-align: center;
    margin: 0px 19px 0px 0;
    background: -webkit-linear-gradient(left, #1D7EBD, #1D7EBD);
    background: -ms-linear-gradient(left, #1D7EBD, #1D7EBD);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    /* IE 10 */
    background: -ms-linear-gradient(left, #1D7EBD, #1D7EBD);
    /* IE &lt; 10 */
    /* 注意：这一行必须写在最后 */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#077738', endColorStr='#009640');
    box-shadow: -3px 2px 2px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.service-btn span {
    display: block;
    float: left;
    width: 170px;
    text-align: center;
    margin: 17px 20px 0px 20px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;

}

.sc-icon-transfer:before, .sc-icon-licence:before, .sc-icon-question:before, .sc-icon-download:before {
    color: #fff;
    font-size: 30px !important;
    position: relative;
    top: 10px;
}

/* 固废讲堂 */
.content-item-teach {
    margin-top: 20px;
    height: 314px;
}

.teach-title {
    border-top: 2px solid #1e90ff;
    background: url(../../img/index/gufeijiangtang.png) no-repeat center;
    height: 65px;
    width: 900px;
    position: relative;
    background-size: 900px 100%;
}

.teach-title span {
    font-family: MicrosoftHei-Bold;
    font-size: 18px;
    color: #009640;
    padding-left: 20px;
    line-height: 42px;
    display: block;
    text-align: center;
}

.teach-title span img {
    display: block;
    margin: auto;
}

.teach-content {
    width: 900px;
    height: 253px;
    margin: 0 auto;
}

.teach-content .content-left {
    width: 440px;
    float: left;
    height: 253px;
    display: inline-table;
    border: 1px solid #dddee1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.teach-content .content-right {
    width: 440px;
    height: 253px;
    float: right;
    border: 1px solid #dddee1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.teach-ul {
    height: 217px;
    overflow: hidden;
}

.teach-ul ul {
    width: 100%;
    border-bottom: 0.5px solid #eeeeee;
}

.teach-ul ul li {
    width: 400px;
    height: 50px !important;
    font-size: 14px;
    color: #333333;
    margin: 0 20px;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
}

.teach-ul ul li a {
    float: left;
    display: block;
    height: 50px;
    width: 400px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teach-ul ul li a:hover {
    color: #009640;
}

.teach-ul ul li a span:first-child {
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
    background-color: #009640;
    border-radius: 50%;
}

.teach-ul ul li a span:last-child {
    float: right;
    font-size: 14px;
}

.teach-file {
    padding: 15px;
    height: 277px;
}

.teach-file a {
    display: inline-block;
    width: 223px;
    height: 126px;
    border: 1px solid #eeeeee;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 1px;
}

/*友情链接*/
.content-item-link {
    margin-top: 15px !important;
    width: 900px;
    height: 170px;
}

.link-title {
    width: 100px;
    margin: auto;
    height: 20px;
    text-align: center;
    background: #fff;
    position: relative;
    top: 10px;
    color: #009640;
    font-size: 16px;
}

.link-content {
    padding: 15px;
    margin-top: 10px;
}

.link-content ul {
    overflow: hidden;
}

.link-content ul li {
    float: left;
    width: 15%;
    text-align: center;
    margin: 0px 1% 5px 1%;
}

.link-content ul li:first-child {
    margin-left: 0;
}

.link-content ul li:last-child {
    margin-right: 0;
}

.link-content ul li a {
    color: #333333;
}

.link-content ul li a:hover {
    color: #009640;
}

/* 底部信息 */
.content-item-footer {
    height: auto;
    border-top: 1px solid #dddee1;
}

.content-item-footer .copy {
    text-align: center;
    margin: 15px auto 10px auto;
    font-size: 14px;
    color: #666666;
}

#browserDownload {
    margin: auto;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
}

#browserDownload p {
    color: red;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
}

#browserDownload a {
    color: #009640;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

#browserDownload a:visited, #browserDownload a:active {
    color: #009640;
}

/* 悬浮框 */
.levitate {
    width: 268px;
    height: 95px;
    font-size: 14px;
    background-color: rgba(225, 225, 225, 0);
    text-align: center;
    line-height: 50px;
    color: white;
    border-radius: 3px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    cursor: pointer;
}

.removeMW {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 2px;
    float: right;
    cursor: pointer;
    z-index: 50;
    background: url(../../img/index/can.png);
}

.imgStat {
    width: 268px;
    height: 85px;
}

/*覆盖样式*/
.el-form {
    margin: 0 20px;
}

.el-input {
    height: 36px;
}

.el-input__inner {
    height: 36px;
    line-height: 36px;
}

.el-form-item__content {
    line-height: 36px;
}

.el-form-item__error {
    left: 10px;
}

.swiper-container-service {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

/*视频播放*/

.video-show {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    display: none;
    z-index: 2001;
    background: rgba(0, 0, 0, 0.5);
}

.video_container {
    background-color: #FFFFFF;
}

.title {
    padding: 8px 0 14px;
}

.title span {
    border-left: 3px solid #006ad7;
    color: #006AD7;
    font-size: 16px;
    padding-left: 8px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}

.video_container .video_play_container {
    height: 518px;
    margin-bottom: 20px;
    border: 1px solid #ddedff;
}

.video_container .video_play_container .video_play {
    float: left;
    width: 69%;
}

.video_container .video_play_container .video_content {
    width: 100%;
    height: 468px;
}

.video_container .video_play_container .video_content img {
    width: 100%;
    height: 100%;
}

.video_container .video_play_container .video_play .video_msg {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background-color: #F5F9FF;
}

.video_container .video_play_container .video_play .video_msg &gt; span:first-child {
    font-size: 14px;
    color: #333333;
}

.video_container .video_play_container .video_play .video_msg &gt; span:first-child + span {
    font-size: 14px;
    color: #87A0B5;
    float: right;
}

.video_container .video_play_container .collapse_icon {
    width: 16px;
    height: 24px;
    background: url(../../img/collapse_icon.png) center center no-repeat;
    background-size: 100% 100%;
    margin-top: 14px;
    display: inline-block;
}

.video_container .video_play_container .collapse_icon:hover {
    background: url(../../img/collapse_icon_active.png) center center no-repeat;
    background-size: 100% 100%;
}

.video_container .video_play_container .video_des {
    float: right;
    width: 31%;
}

.video_container .video_play_container .video_des .des_title {
    text-align: center;
    background: #f5f9ff;
    border: 1px solid #DDEDFF;
    height: 50px;
    line-height: 50px;
    color: #006AD8;
    font-size: 14px;
}

.video_container .video_play_container .video_des .des_content {
    padding: 10px;
    font-size: 12px;
    line-height: 25px;
    height: 446px;
    overflow-y: auto;
}

.video_container .video_play_container .video_des .des_content h3 {
    margin-top: 10px;
    font-weight: bold;
}

.video_container .video_play_container .video_des .des_content p {
    text-indent: 2em;
}

.video_container .video_play_container .video_des .des_title .collapseDiv {
    width: 28px;
    text-align: center;
    float: left;
    border-right: 1px solid #DDEDFF;
    display: inline-block;
    height: 50px;
}

/*.video_container .video_play_container.des_hide .video_play {*/
/*width: 970px;*/
/*}*/

.video_container .video_play_container.des_hide .video_des {
    width: 29px;
}

.video_container .video_play_container.des_hide .video_des .des_content {
    display: none;
}

.video_container .video_play_container.des_hide .video_des .des_title &gt; span + span {
    display: none;
}

/*.video_container .video_play_container.des_hide .video_play .video_msg {*/
/*width: 958px;*/
/*}*/

.video_container .video_list {
    width: 100%;
    display: inline-block;
}

.video_container .video_list .video_item {
    width: 205px;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    cursor: pointer;
}

.video_container .video_list .video_item:first-child {
    margin-left: 10px;
}

.video_container .video_list .video_item:last-child {
    margin-right: 0px;
}

.video_container .video_list .video_item .video_img {
    position: relative;
}

.video_container .video_list .video_item p.video_img {
    width: 100%;
}

.video_container .video_list .video_item .time {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    font-size: 12px;
    background: rgba(158, 164, 187, .6);
    width: 81px;
    text-align: right;
    height: 29px;
    line-height: 29px;
    padding-left: 124px;
}

.video_container .video_list .video_item .time label {
    margin-right: 10px;
    padding-left: 15px;
}

.video_container .video_list .video_item .time .time_icon {
    position: absolute;
    width: 8px;
    height: 8px;
    background: url(../../img/time_icon.png) center center no-repeat;
    background-size: 100% 100%;
    margin-top: 10.4px;
    /*margin-left: 252px;*/
    /*float: left;*/
    /*margin-left: 248px;*/
    margin-top: 10px;
}

.video_container .video_list .video_item img {
    width: 100%;
    height: 152px;
}

.video_container .video_list .video_item .video_bg {
    position: absolute;
    background: rgba(40, 48, 78, .5);
    width: 205px;
    height: 190px;
    text-align: center;
    display: none;
}

.video_container .video_list .video_item:hover .video_bg {
    display: block;
}

.video_container .video_list .video_item .video_bg img {
    width: auto;
    height: auto;
    margin-top: 56px;
}

.video_container .video_list .video_item .video_name {
    padding-left: 26px;
    color: #333333;
    font-size: 12px;
    margin: 12px 0 9px;
    text-align: center;
}

.video_container .video_list .video_item .video_icon {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../../img/video_icon.png) center center no-repeat;
    background-size: 100% 100%;
    margin-left: -26px;
    margin-top: 2px;
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}</pre></body></html>