/********************************重置部分bootstrap部分样式*********************************/

/*全局*/
@media (max-width:767px){
.row{ margin:0; }
.col-md-8{ padding:5px; }
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.pd0 {
    padding-left: 0;
    padding-right: 0
}

.pd30 {
    padding: 0 45px 0 15px
}
@media (max-width:767px){
	.pd30{padding:0 15px;}
}

.bgw {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.geay {
    color: #888b90;
}

body {
    font-family: "微软雅黑";
    background: #e5e5e5;
    overflow-x: hidden
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

.loading {
    background: #91c2d5;
    border-radius: 5px;
    text-align: center;
    padding: 8px;
    color: #446b7a
}

.label {
    font-weight: normal;
    padding: .3em .6em .3em;
}

.label-blue {
    background: #00acee
}

.label-green {
    background: #6aa71b
}

.label-yellow {
    background: #faa701
}

.label-purple {
    background: #a286c0
}

.label-gray {
    background: #888b90
}

.label-red {
    background: #f75a53
}

/*头部文件*/
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{ margin:0;}
.navbar-default {
    background: #fff;
}

.navbar-nav {
    padding: 20px 0;
}

.nav a .caret{
	margin:0px 0 8px 3px !important;
	color:#0073dd;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #0073dd;
    border-radius: 5px;
    color: #fff
}

.nav .child_cat{
	font-size:14px;
    text-indent: 1em;
	width: auto;
	background-color:#fff;
	margin:auto;
	z-index:999;
	padding: 0 0 10px;
}

.nav .child_cat ul{
	margin: 0 auto;
	padding: 0;
}

.nav .child_cat ul li{
	list-style:none;
	height: 28px;
	line-height: 32px;
	margin: 8px 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav .child_cat ul li:first-of-type{
	border-top:0;
}

.nav .child_cat ul li a{
	color:#777;
}

.nav .child_cat ul li a:hover{
	color:#178fe6;
}

/* 数据库排行榜 */
.navbar-header img {
    margin-left: 100px;
}

.navbar-nav .vote {
    font-size: 19px;
    font-family: Noto Sans S Chinese, Noto Sans S Chinese-Bold;
    font-weight: 700;
    color: #0092e2;
    padding-left: 30px;
    background: url("/statics/dbaplus/images/ranking_database/ico01.png") center left no-repeat;
    background-size: 27px;
}

.navbar-rightbar {
    display: flex;
    position: relative;
    list-style: none;
    float: right;
    margin: 0 100px 0 0;
    padding: 20px 0;
}

@media (max-width:768px) {
    .navbar-header img {
        margin-left: 10px;
    }
}

@media (min-width:768px) {
    .navbar-nav > li {
        margin: 0 5px;
    }
	
    .navbar-nav > li > a {
        padding: 3px 10px;
    }

    .nav .child_cat{
        display: none;
	    position:absolute;
	    text-align:center;
	    text-indent: 0;
    }
    
    .nav .child_cat ul li{
    	border-top:1px solid #eee;
    }
}

/*推荐新闻*/
.hot-news.media-list {
    padding: 0;
    margin: 0
}

.hot-news.media-list .media-object {
    display: block
}

.hot-news.media-list .media {
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
	border-radius:0;
	padding:5px 0 20px;
}

.hot-news.media-list .media:first-child {
    margin-top: 0
}

.hot-news.media-list .media:last-child {
    padding-bottom: 5px;
    border: none
}

.hot-news.media-list .media-body {
    height: 40px;
}

.hot-news.media-list .btnbox span {
    margin:0 10px;
	color:#999;
	font-size:13px;
}

.hot-news.media-list h5 {
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 5px;
    height: 40px;
}

.hot-news.media-list h5>a{
    word-break:break-all;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}

/*广告*/
.advertising img {
    width: 100%;
    margin: 0 0 20px;
}

/*活动预告*/
.activity.panel-body {
    padding-bottom: 0;
    position: relative;
    max-height: 500px;
    overflow-y: auto;
}

.activity.panel-body .lines {
    position: absolute;
    width: 2px;
    background: #ccc;
    top: 30px;
    bottom: 0;
}

.activity ul {
    margin: 0;
    padding-left: 20px;
}

.activity ul li {
    list-style-type: none;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    position: relative
}

.activity ul li .state {
    width: 21%
}

.activity ul li .state .label {
    width: 100%;
    display: inline-block
}

.activity ul li .text {
    width: 79%;
    padding-left: 10px;
    box-sizing: border-box
}

.activity ul li .label-gray {
    background: #dcdcdf
}

.activity ul li .date {
    margin-top: 5px;
    color: #999
}

.activity ul li .date span {
    padding-right: 15px;
}

.activity ul li:first-child {
    padding-top: 0
}

.activity ul li:last-child {
    border: none;
    margin-bottom: 0
}

.activity ul li .dot {
    background: #fff;
    display: inline-block;
    position: absolute;
    left: -24px;
    line-height: 14px;
    top: 17px;
}

.activity ul li:first-child .dot {
    top: 10px;
}

.activity ul li .dot em {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00acee
}

/*资讯列表页*/
@media (max-width:767px){
	a.pull-left .media-object { width: 100%; }
}

/*文章*/
.new-show h2.title {
    font-size: 18px;
    font-weight: bold;
    font-family: "微软雅黑";
    margin: 0;
	word-break:break-all;
}

.new-show .adress {
    margin-top: 10px;
}

.new-show .adress span {
    color: #999;
    padding-right: 15px;
}

.new-show .adress .glyphicon {
    background: url(/statics/dbaplus/images/icon.png) no-repeat;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    padding-right: 5px;
}

.new-show .adress .glyphicon-timea {
    background-position: -14px 0;
}

.new-show .adress .glyphicon-hits {
    background: url(/statics/dbaplus/images/hits-icon.png) no-repeat;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    padding-right: 5px;
}

.new-show .new-detailed {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    text-align:justify;
}

/*底部*/
footer {
    background: #3f3f3f;
    color: #fcfcff;
    padding: 0 0 10px 0;
    margin: 20px 0 0;
}

footer dl, footer ul {
    margin: 0;
    padding: 0;
}

footer dl dt, footer .nav p{
    border-bottom: 1px dashed #fcfcff;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    color: #fff;
    margin: 0 0 15px;
}

footer ul{
	display:inline-block;
	margin-right:30px;
	vertical-align: top;
}
footer ul li{
	margin-bottom:9px;
}
footer dl dd, footer ul li{
    margin-top: 3px;
    font-size: 13px;
    color: #B1D1E8;
    list-style-type:none;
}

footer dl dd p {
    text-align: justify;
}

footer ul li b{
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
    background: #00acee;
    margin: 0 10px 2px 0;
}

footer ul li a {
    color: #B1D1E8;
}

footer ul li a:hover {
    color: #f8ffff;
    text-decoration: none;;
}

footer .sao {
    margin-top: 10px;
    color: #888b90;
    text-align: right
}

.footer-bottom {
    background: #2b2b2b;
    color: #fff;
}

.footer-bottom .foot-info {
    margin: 10px 0 0;
}

.footer-bottom .cnzz {
    float: right;
}

.footer-bottom .link {
    padding: 7px 4px;
    color:#494949;
}

.footer-bottom .link .label {
    padding: 20px 4px;
    color:#707070;
    font-weight: bold;
}

.footer-bottom .link a {
    display: inline-block;
    color:#707070;
    padding: 0 4px 0 7px;
    font-size: 10px;
}

.footer-bottom .link .space {
    font-weight: bold;
    text-align: center;
}

footer .dba {
    text-align: right
}

@media (max-width: 768px) {
    footer .sao, footer .dba {
        text-align: left
    }
}

/*表单*/
.form {
    padding: 20px 88px 20px;
}

.form .panel-heading, .form .panel-body {
    padding-left: 0;
    padding-right: 0
}

.form .form-title {
    background: #fff;
}

.form .btn-primary {
    background: #00acee;
    padding-left: 40px;
    padding-right: 40px;
}

.form label b {
    color: red;
    font-size: 16px;
    vertical-align: middle;
    padding-left: 3px;
}

.form .botton {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
}

/*活动列表*/
.n-activity ul li {
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.n-activity ul li .media-body {
    padding: 20px 20px 0 20px;
}

.n-activity ul li .media-body .activ-date span {
    color: #999;
    padding-right: 40px;
}

.n-activity ul li .media-body .btn-primary {
    background: #00acee;
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 1025px) {
    .n-activity ul li img {
        width: 630px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .n-activity ul li img {
        max-width: 500px;
    }

    .n-activity ul li .mt10 {
        margin: 0 0 10px;
    }
}

@media (max-width: 767px) {
    .media-left, .media > .pull-left {
        padding-right: 0;
		width:100%;
    }

    .n-activity ul li img {
        width: 100%;
    }

    .n-activity ul li .mt10 {
        margin: 0 0 10px;
    }
}

.n-activity ul li b.zhuangtai {
    display: block;
    background: rgba(247, 90, 83, .8);
    position: absolute;
    left: 0;
    top: 30px;
    color: #fff;
    font-weight: normal;
    padding: 5px 15px;
}

.n-activity ul li b.zhuangtai .over {
    background: rgba(136, 139, 144, 0.8)
}

/*活动内容页面*/
.activity-show {
    padding: 40px 93px;
    line-height: 1.8;
}

.activity-show h1{ font-size:24px; font-weight:500; line-height: 1.8; }

.new-detailed img, .activity-show img {
    max-width: 100%
}

.navbar-brand > img{ max-height: 44px; }
@media (max-width: 767px) {
	.activity-show{padding:10px;}
	.navbar-brand > img{ height:100%;margin-top:0; }
	.col-md-4{ display:none; }
	.campaign-detail { padding: 15px; }
    .form { padding: 20px }
}

/*---最新评论列表---*/
#comment_iframe{min-height:360px;}
.newcomment{list-style:none;padding:10px;background:#fff;margin-bottom:20px;}
.newcomment>div{margin-bottom:25px;padding:0 1px;height:18px;line-height:32px;font-size:18px;font-weight:600;color:#505050;background:#fff}
.newcomment>div i{color:#08a1ef;margin-right:5px;}
.newcomment>div:after{border-bottom:1px solid #e5e5e5;display:inherit;position:relative;margin:-15px 0 0 116px;padding:0;width:100%;content:'';background:#fff}
.newcomment dl{border-bottom:1px dotted #ccc;padding:5px;clear:both;}
.newcomment .userPic{border-radius:50%;width:50px;float:left;padding:2px;margin-right:15px;}
.newcomment .userPic img{max-width:100%;}
.newcomment .userName{float:left;color:#08a1ef;}
.newcomment .time{float:right;color:#999;font-size:12px;line-height:20px;}
.newcomment p{overflow:hidden;padding:5px 0 0 0;line-height:24px;font-size:14px;color:#505050;white-space:nowrap;text-overflow:ellipsis;clear:right;}
.newcomment a{color:#505050;}
.newcomment a:hover{text-decoration:underline!important;}
.newcomment .content{display:none;}

/*---内容页评论框---*/
.comment-form,.comment{border:0;border-top:1px solid #eee;margin-top:50px;padding:0 10px;background:none;}
.comment-form h5,.comment h5{border:0;margin:-10px 0 30px;font-size:18px;color:#505050;}
.comment-form h5 i,.comment h5 i{background:#fff;color:#08a1ef;}
.comment-form strong,.comment strong{background:#fff;padding:0 20px 0 10px;float:none;}
.comment-form .email{height:30px;margin:10px 0;border:1px solid #DCDDDD;padding:5px;width:50%;max-width:320px;}
.comment-form label{height:24px;margin-top:10px;}
.comment-form label input{height:24px;}
.comment-form .btn{border:0;padding:0;height:40px;}
.comment-form .btn input{background:#08a1ef;padding:10px 40px;height:40px;line-height:1;}

.comment h5 span{background:#fff;margin-left:-10px;padding-right:10px;font-size:14px;color:#08a1ef;}
.comment .title,.comment .title a{font-size:15px;color:#08a1ef;}
.comment .title span{top:0;}
.comment .title .time{margin:0 10px;font-size:12px;color:#999;}
.comment .content,.comment .content pre{border:1px solid #eee;background:#fff;}
.comment>.content{border:0;}

#top_src{display:none;}

/*发起人*/
.fqr .popup {
    position: absolute;
    z-index: 50;
    border-collapse: collapse;
    background: #fff;
    width: 330px;
    box-sizing: border-box;
    border: 1px solid #e1e1e4;
    display: none;
}

.fqr .popup .popinfo {
    position: relative;
    padding: 10px;
    z-index: 9999
}

.fqr .popup .sj {
    background: url(/statics/dbaplus/images/sj.png) no-repeat;
    width: 13px;
    height: 11px;
    position: absolute;
    top: -11px;
    left: 20px;
}

.fqr .bgw {
    border-radius: 5px;
    position: relative;
    min-height: 400px;
}

.fqr .bgw .imgbox img {
    width: 100%
}

.fqr .caption {
    padding: 20px 0;
}

.fqr .bgw .caption img {
    width: 50px;
    height: 50px;
}

.fqr .bgw .city {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 5px 10px;
}

.popup .popinfo h4 {
    text-align: left;
}

.jumbotron {
    background: #141616 url(/statics/dbaplus/images/jm,.jpg) center center no-repeat;
    height: 250px;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
}

.jumbotron p {
    font-size: 14px;
}

.why .thumbnail {
    background: none;
    border: none
}

.why .bgw {
    padding: 20px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 250px;
}

.fqrcate .thumbnail {
    background: none;
    border: none
}

.fqrcate .bgw {
    padding: 20px 50px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

@media (max-width: 767px) {
    .jumbotron h3 {
        margin-top: 5px;
        font-size: 18px;
    }

    .jumbotron p {
        font-size: 0.8em;
        margin-bottom: 5px;
        font-weight: normal;
    }

    .fqrcate .bgw {
        padding: 20px 10px;
    }
}

.fqrcate .bgw p.geay {
    padding: 0 80px;
}

.tiaojian dl dd {
    line-height: 28px;
    padding-left: 23px;
    text-align: justify;
    font-family: "微软雅黑";
}

@media (min-width: 768px) {
    .tiaojian dl dd {
        padding-left: 23px;
    }
}

@media (max-width: 767px) {
    .tiaojian dl dd {
        padding: 0 5px 0 23px;
    }
}

.tiaojian dl dt b {
    background: url(/statics/dbaplus/images/icona.png) no-repeat;
    width: 23px;
    height: 26px;
    display: inline-block;
    vertical-align: middle
}

.fqrcate .tiaojian dl .join b {
    background: url(/statics/dbaplus/images/icon_join.jpg) no-repeat;
    width: 23px;
    height: 26px;
    display: inline-block;
    vertical-align: middle
}

.tiaojian dl .zige1 b {
    background-position: -23px 0
}

@media (max-width: 767px) {
    .fqrcate .bgw p.geay {
        padding: 0;
    }

    .col-xs-6 {
        width: 100% !important;
        margin: 20px 0 0;
    }

    .col-sm-6 {
        text-align: center;
        margin: 10px 0 0;
    }
}

/*关于我们*/
.banner-about-us {
    background: url(/statics/dbaplus/images/banner-about-noword.jpg) no-repeat center center;
    width: 100%;
    text-align: center;
}

.banner-bottom-about-us {
    background: url(/statics/dbaplus/images/about-us-bottom-banner.jpg) no-repeat center center;
    width: 100%;
    height: 300px;
}

.shequn .thumbnail {
    background: none;
    border: none
}

.shequn .bgw {
    padding: 20px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 250px;
}

.bactivity .list {
    vertical-align: bottom;
    margin-top: 20px;
    height: 90px;
}

.ceo .thumbnail {
    background: none;
    border: none
}

.ceo .bgw {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    min-height: 400px;
}

.ceo .bgw p.geay {
    padding: 0 80px;
}

.container{
	padding:0;
	max-width:1170px;
}

@media (min-width:768px){
	.box-l,.box-r{
		width:50%;
	}
}

@media (max-width:767px){
	.box-l,.box-r{
		width:100%;
	}
}

.box-l,.box-r{
	display:inline-block;
	margin:10px auto;
	text-align:center;
	vertical-align:text-top;
}

.box-l .col-xs-6,.box-r .col-xs-6{
	float:none;
	display:inline-block;
	padding:2%;
}

.box-l-inner,.box-r-inner{
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	margin:10px 10px;
}

.citys h3,.products h3{
	margin:40px 0 0;
}

.box-l img,.box-r img{
	text-align:center;
	max-width:100%;
}

.citys img,.products img{
	padding:50px 20px;
}

.citys .citys-text,.products .products-text{
	margin:10px 20px 50px;
	border:1px solid #ccc;
	border-radius:20px;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
}

@media (min-width:1200px) {
	.citys .citys-text,.products .products-text{
		height:120px;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.citys .citys-text,.products .products-text{
		height:180px;
	}
}
	
.citys p,.products p{
	color:#888B90;
	margin:20px;
}

@media (min-width: 768px) {
    .banner-about-us {
        height: 301px;
        margin-top: -20px;
    }

    .banner-ab-title1 {
        padding: 55px 0 20px 0;
    }

    .banner-ab-title2 {
        display: none;
    }

    .banner-ab-w {
        color: #fff;
        width: 790px;
        margin-right: auto;
        margin-left: auto;
    }

    .container-abous-us {
        width: 1110px;
        margin-top: 20px;
    }

    .about-us-target {
        padding: 20px;
        border-radius: 5px;
        border: 1px solid #ccc;
        background: white;
        width: 50%;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .about-us-3 {
        width: 50%;
        margin-bottom: 12px;
    }

    .bactivity {
        margin-left: auto;
        margin-right: auto;
        width: 540px;
        padding: 20px;
        border-radius: 5px;
        border: 1px solid #ccc;
        background: white;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        left: 285px;
        position: relative;
        margin-top: -638px;
    }

    .about-us-4 {
        width: 500px;
        float: left;
        position: absolute;
        margin-top: 15px;
    }

    .about-us-7 {
        text-align: center;
        width: 100%;
        height: 44%;
    }

    .about-us-7 img {
        width: 30%;
    }

    .about-us-8 {
        text-align: center;
        width: 100%;
    }

    .about-us-5 {
        width: 50%;
        margin-bottom: 15px;
    }

    .about-us-6 {
        border-radius: 5px;
        border: 1px solid #ccc;
        height: 163px;
        padding: 20px;
    }

    .comment-height-2 {
        /*height: 749px;*/
    }

    .comment-height-2 .bgw {
        /*height: 749px;*/
    }
}

@media (max-width: 768px) {
    .banner-about-us {
        height: 251px;
    }

    .banner-ab-title1 {
        display: none;
    }

    .banner-ab-title2 {
        display: block;
        padding: 30px 0 10px 0;
        color: #fff;
        font-weight: 900;
    }

    .banner-ab-w {
        color: #eee;
        font-size: 12px;
        padding: 0 30px;
        text-align: left;
    }

    .bactivity {
        padding: 15px
    }

    .bactivity .container {
        padding: 15px;
    }

    .ceo .bgw p.geay {
        padding: 0;
    }

    .about-us-7 {
        text-align: center;
        width: 50%;
        float: left;
    }

    .about-us-7 img {
        width: 50%;
    }

    .about-us-8 {
        text-align: center;
        width: 50%;
        float: left;
    }

    .about-us-6 {
        border-radius: 5px;
        border: 1px solid #ccc;
        height: 113px;
        padding: 20px;
    }
}

.infobtn {
    padding: 15px 0
}

.infobtn .btn {
    padding: 8px 30px;
}

.infobtn .btn.btn-blue {
    background: #00acee;
    color: #fff
}

.infobtn .btn.btn-yellow {
    background: #faa701;
    color: #fff
}

/*首页*/
.banner-sider {
    border-radius: 15px;
}

.banner-sider img {
    width: 100%;
}

.banner-sider .mask {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1500;
    height: 40px;
    line-height: 40px;
}

.banner-sider .carousel-indicators {
    position: static;
    left: auto;
    margin-left: 0;
    width: auto;
    text-align: right;
    padding-right: 15px;
}

.banner-sider .carousel-caption {
    font-size: 1.3em;
    background: rgba(0, 0, 0, 0.6);
    height: 40px;
    line-height: 40px;
    bottom: 0;
    z-index: 999;
    padding: 0 10px;
    left: 0;
    text-align: left;
    right: 0
}

.banner-sider .glyphicon {
    width: 34px;
    height: 34px;
    font-family: "微软雅黑";
    background: url(/statics/dbaplus/images/btn.png) no-repeat;
    text-indent: -999em
}

.banner-sider .glyphicon-chevron-right {
    background-position: -35px 0;
    margin-right: -17px;
}

.banner-sider .glyphicon-chevron-left {
    margin-left: -17px;
}

.banner-sider .carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #888b90;
    border: none;
    margin: 0
}

.banner-sider .carousel-indicators .active {
    background: #fff
}

.ban-right img {
    width: 100%
}

.ban-right dl {
    position: relative;
    margin-bottom: 15px;
}

.ban-right dd {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.categeay {
    background: none;
    border: none;
    box-shadow: none
}

.categeay .panel-body {
    padding: 0
}

.categeay .media-list .media-heading {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.categeay .media-list li {
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

@media (min-width: 768px) {
    .categeay .media-list li .pull-left img {
        width: 180px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .categeay .media-list li .pull-left {
        float: none !important;
    }

    .categeay .media-list li .pull-left img {
        max-width: 100% !important;
        height: auto !important;
    }

    .media-body {
        width: 100%;
        padding: 10px 0;
		display:block;
    }

    .hot-news.media-list .btnbox span {
        margin: 0 0 0 10px;
    }

    .new-show .new-detailed {
        word-break: break-all;
        width: 100%;
    }
}

.categeay .media-list .adress span {
    color: #999;
    padding-right: 15px;
}

.categeay .adress .glyphicon {
    background: url(/statics/dbaplus/images/icon.png) no-repeat;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.categeay .adress .glyphicon-timea {
    background-position: -14px 0;
}

.categeay .media-list .adress .glyphicon {
    padding-right: 5px;
}

.categeay .nav-pills {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.categeay .nav-pills > li {
    position: relative
}

.categeay .nav-pills > li a {
    color: #999
}

.categeay .nav-pills > li.active > a {
    background: #0073dd;
    color: #fff
}

.categeay .caret {
    position: absolute;
    bottom: -5px;
    color: #0073dd;
    font-size: 24px;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    left: 50%;
    margin-left: -4px
}

/* 资讯三级栏目 20170802*/
.categeay .nav-pills > li> div.son{
	display:none;
	font-size:14px;
	width: 100%;
	text-align:center;
	position:absolute;
	background-color:#fff;
	margin:auto;
	z-index:999;
	padding: 0;
	border-radius:0 0 4px 4px;
}

.categeay .nav-pills > li> div.son ul{
	padding:0;
}

.categeay .nav-pills > li> div.son li{
	list-style:none;
	line-height: 32px;
	height:32px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.categeay .nav-pills > li> div.son li a{
	display:block;
	border-radius:4px;
}

.categeay .nav-pills > li> div.son li a:hover{
	color:#000;
	background-color:#eee;
}

/* 资讯四级栏目 20170908*/
.categeay .nav-pills > li> div.son .son2{
	display:none;
	position:relative;
	top:-32px;
	left:100%;
	background-color:#fff;
	margin:auto;
	padding:0;
}


/*返回顶部*/
.side-pannel {
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 50px;
    padding: 0;
    margin: 0
}
@media (max-width:767px){
	.side-pannel { right:5px; }
}
.side-bar {
    border: 1px solid #E7E7E7;
    border-bottom: none;
    bottom: 100px;
    background: #fff
}

.side-bar a {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    color: #676767;
    text-align: center
}

.side-bar a s {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.side-bar a span {
    line-height: 20px
}

.side-bar a.qr s {
    position: absolute;
}

.side-bar a.qr i {
    width: 128px;
    height: 128px;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -109px;
    display: none;
    background-position: 0 0
}

.side-bar a.qr:hover i {
    display: block
}

.side-bar a.qr i {
    background-image: url(/statics/dbaplus/images/dma.png)
}

.g-icon-top {
    height: 40px;
    width: 40px;
	background-image: url(/statics/dbaplus/images/bottomicon-top.png)
}

.g-icon-survey1 {
    height: 23px;
    width: 26px;
    background-position: 0 -53px
}

.g-icon-qr1 {
    height: 40px;
    width: 40px;;
	background-image: url(/statics/dbaplus/images/bottomicon-weixin.png)
}

.g-icon-qr2 {
    height: 40px;
    width: 40px;;
	background-image: url(/statics/dbaplus/images/bottomicon-weibo.png)
}

#pages {
    margin: 50px 10px;
    text-align: center;
}

#pages .a0 {
    display: inline-block;
    width: 120px;
    margin: auto;
    text-align: center;
}

#pages li {
    display: none;
}

#pages > .a1 {
    text-align: center;
    font-weight: 500;
    width: 108px;
    height: 37px;
    display: inline-block;
    border: 1px solid #008CD6;
    border-radius: 19px;
    box-shadow: 0px 0px 1px #97D1EF;
    font-size: 1em;
    padding: 0.6em;
    color: #008CD6;
    background-color: #fff;
    cursor: pointer;
}

#pages > .a1:hover {
    text-decoration: none;
    background-color: #EEF3FA;
    color: #77BFE8;
    border-color: #008CD6;
}

#pages .a0 #currpage {
    cursor: pointer;
}

#bottomDiv {
    box-shadow: 0px 0px 2px rgba(212, 212, 212, 0.8);
}

.relative {
    position: relative;
}

/*-------------------------*/
/*DAMS架构师 -- by Lizhihao
/*-------------------------*/
.dams-mid-block {
    float: left;
    background: white;
}

.dams-mid-block-icon {
    width: 98px;
    height: 98px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding-top: 22px;
    margin: 0 auto;
    text-align: center;
}

.dams-mid-block-icon.c1 {
    background: #FFA543;
}

.dams-mid-block-icon.c2 {
    background: #B27CDA;
}

.dams-mid-block-icon.c3 {
    background: #F75A53;
}

.dams-ReArticles {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dams-ReArticles-title {
    font-size: 18px;
    color: #337ab7;
    font-weight: 800;
}

.dams-ReArticles-words {
    color: #999;
}

/*PC side*/
@media (min-width: 768px) {
    .banner-dams {
        background: url(/statics/images/image_architect/banner-1920x300-7.jpg) no-repeat center center;
        width: 100%;
        height: 301px;
        margin-top: -20px;
    }

    .banner-dams-mobile {
        display: none;
    }

    .dams-mid {
        margin-bottom: 20px;
    }

    .dams-mid-block {
        width: 31%;
        padding: 36px 36px 10px 36px;
    }

    .dams-mid-block-left {
        margin-left: 3%;
    }

    .dams-mid-block-w {
        text-align: center;
    }

    .dams-ReArticles-in {
        margin-bottom: 20px;
        padding: 20px;
        background: white;
    }

    .dams-ReArticles-img {
        float: left;
        display: inline-block;
        width: 18%;
    }

    .dams-ReArticles-img img {
        width: 180px;
        height: 120px;
    }

    .dams-ReArticles-title {
        float: left;
        width: 80%;
        margin: -2px 0 10px;
        display: inline-block;
    }

    .dams-ReArticles-words {
        float: left;
        width: 80%;
        padding: 0 0 0 0;
        text-align: justify;
    }
}

/*Mobile side*/
@media (max-width: 767px) {
    .banner-dams {
        display: none;
    }

    .banner-dams-mobile {
        background: url(/statics/dbaplus/images/banner-1920-top.jpg) no-repeat center center;
        width: 100%;
        height: 251px;
        text-align: left;
    }

    .banner-dams-title {
        padding: 60px 0 20px 20px;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
    }

    .banner-dams-w {
        color: #fff;
        font-size: 12px;
        padding: 0 20px;
        line-height: 24px;
    }

    .dams-mid-block {
        margin-bottom: 15px;
        padding: 5px 15px;
        border-radius: 4px;
    }

    .dams-mid-block-icon {
        float: left;
        margin-top: 20px;
    }

    .dams-mid-block-w {
        float: left;
        width: 62%;
        margin-left: 20px;
        text-align: center;
    }

    .dams-ReArticles-in {
        margin-bottom: 20px;
        padding: 20px 20px 10px 20px;
        background: white;
        border-radius: 4px;
    }

    .dams-ReArticles-img {
        width: 100%;
    }

    .dams-ReArticles-img img {
        width: 100%;
    }

    .dams-ReArticles-title {
        margin: 10px 0;
    }

    .dams-ReArticles-words {
        text-align: justify;
    }
}

/*-------------------------*/
/*加入社群页面 -- by Lizhihao
/*-------------------------*/
@media (min-width: 768px) {
    #timeline {
        padding: 6px;
    }

    .time-left-child {
        margin-top: -163px;
    }

    .time-left-child .timeline-content {
        float: left;
    }

    .time-right-child {
        margin-top: -285px;
    }

    .time-right-child .timeline-content {
        float: right;
    }

    .timeline-city-item {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        padding: 45px 50px 40px 70px;
    }
}

@media (max-width: 767px) {
    .timeline-content {
        float: right;
    }

    .timeline-city-item {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        padding: 20px;
    }
}

/*-------------------------*/
/*  发起人 -- by Lizhihao  */
/*-------------------------*/
.or-top-a:hover {
    color: #8A8888;
}

.media{background-color:#fff;border-radius:4px;padding:20px;}

.or-top-a.ot-margin {
    padding: 2px 7px;
    display: inline-block;
    margin: 6px 0;
}

.or-top-a.ot-active {
    background-color: #0079FE; 
    color: #fff;
}

.originator-block {
    margin-bottom: 20px;
    padding: 20px;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}


@media (min-width: 768px) {
    .originator-city-menu {
		text-align:justify;
        padding: 15px 0px;
    }
	
	.media-body {
		padding:0 0 0 10px;
	}

    .or-top-a {
        padding: 4px 7px;
        font-size: 17px;
        text-decoration: none;
        color: #8A8888;
    }

    .originator-img {
        width: 180PX;
		display:inline-block;
    }

    .originator-img img {
        width: 180px;
        height: 120px;
    }

    .originator-words {
        padding: 7px 0 0 10PX;
        color: #5d5d5d;
    }
	
/* 	.fqrcate{
		display:table;
	}
	
	.fqrcate .pd0{
		display:table-row;
	} */
	
    .comment-height-3 {
		/* display:table-cell;
		width:50%;
		margin:0 15px;
		padding:20px 50px;
		background:#fff;
		border:1px solid #ccc;
		border-radius:5px; */
		height:730px;
    }

    .comment-height-3 .bgw {
		height:730px;
    }
	
	.originator .comment-height-3{
		height:1030px;
	}
	
	.originator .comment-height-3 .bgw{
		height:1030px;
	}
}

@media (max-width: 767px) {
	
    .originator-city-menu {
		text-align:center;
        padding: 5px 6px 15px;
    }

    .or-top-a {
        /*padding: 0px 15px 5px 15px;*/
        font-size: 17px;
        text-decoration: none;
        color: #8A8888;
        line-height: 29px;
    }

    .originator-img img {
        width: 100%;
        margin-bottom: 10px;
    }

    .originator-words {
        color: #5d5d5d;
    }

    .jumbotron p {
        text-align: justify;
        padding: 2px 5px;
    }
}

.fqrcate .pass{background:#55D8C7;border-radius:8px;width:146px;margin:10px auto;}
.fqrcate .pass a,.fqrcate .pass a:hover{color:#fff;}
.fqrcate .pass a p{padding:10px 25px;margin:0;font-size:24px;font-weight:bold;}



/*-------------------------*/
/*   理事 lishi 20220427   */
/*-------------------------*/
ul.lishi {
    /* background-color: #fff; */
    padding: 30px 20px;
    border-radius: 4px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.lishi li {
    width: 20%;
    /* margin: 5px; */
    padding: 20px;
    text-align: center;
    transition: box-shadow 0.5s ease-in-out;
}

ul.lishi li img {
    width: 100%;
}

ul.lishi li h3 {
    font-size: 20px;
    line-height: 1;
    color: #5d5d5d;
    margin: 5px 0 10px 0;
}

ul.lishi li p {
    font-size: 13px;
    line-height: 1.8;
    color: #888b90;
}

ul.lishi li:hover{
    box-shadow: 0 0 8px #a2b0bf;
}

ul.lishi li:hover h3,
ul.lishi li:hover p {
    color: #0067db;
}


@media (max-width: 767px) {
    ul.lishi li {
        width: 50%;
        margin: 0;
    }

    ul.lishi li h3 {
        font-size: 16px;
    }

    ul.lishi li p {
        font-size: 12px;
        line-height: 1.5;
    }
}



/*--------------------------------*/
/*   理事 professional 20230731   */
/*--------------------------------*/
ul.professional li {
    width: 14%;
    /* margin: 5px; */
    padding: 15px;
    text-align: center;
    transition: box-shadow 0.5s ease-in-out;
}

ul.lishi li img {
    width: 100%;
}

ul.professional li h3 {
    font-size: 16px;
    line-height: 1;
    color: #5d5d5d;
    margin: 5px 0 10px 0;
}


@media (max-width: 767px) {
    ul.professional li {
        width: 50%;
        margin: 0;
    }
}
/*-------------------------*/
/*   专家博客 specialist 20170829
/*-------------------------*/

.blog{ width:100%;display:inline-block; margin-right:-3px; vertical-align:top;}
.banner.blog,.banner.mvp{background:none;height:auto;}
.banner.blog img,.banner.mvp img{width:100%;}
@media (min-width:1200px){
	.container .blog{width:50%;}
}
.blog-box{ margin:10px; background:#fff; padding:15px; }
.specialist{ min-height:200px; }
.specialist img{ margin-right:15px; float:left; }
.specialist .name,.blogs p{ font:15px/22px 微软雅黑; color:#0073dd; margin-bottom:5px; }
.blog .specialist .introduce{ font-size:12px; word-wrap:break-word; color:#666; line-height:22px; text-align:justify; overflow:auto; padding:0; }
@media (max-width:767px){
	.specialist p.name{ text-align:center; }
	.specialist>a>img{float:none; display:block; margin:0 auto 10px; }
}
.blogs{ border-top:1px dashed #d4d4d4; margin-top:10px; padding-top:10px; }
.blogs .more{ float:right; }
.blogs .more a{ font:13px/22px 微软雅黑; color:#888; }
.blogs ul{ padding-left:0px; }
.blogs ul li{ background:url(images/blog/dian.gif) no-repeat left center; box-shadow:none; color:#666; list-style-type:none; padding-left:10px; }
.blogs li p{ font:normal 12px/22px 微软雅黑; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.blogs li p,.blogs li a{ color:#666; }
.blogs li a:hover{ color:#2295ff; }


.specialist{ 
	font-family:PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
}
.specialist>ul{ padding:0; }
.specialist>ul>li{ list-style-type:none; }
.specialist .introduce .name{ font-size:20px; color:#fff; }
.specialist .description{ margin: 20px 0 0; word-wrap:break-word; color:#cecece; font-size:14px; line-height:24px; text-align:justify; }
.specialist .article{ padding:20px 30px; border-top:1px dashed #d4d4d4; }
.specialist .article>p{ color:#ffa422; }
.specialist .article ul{ padding-left:0px; }
.specialist .article ul li{ background:url(images/blog/dian.gif) no-repeat left center; box-shadow:none; list-style-type:none; padding-left:10px; }
.specialist .article li p{ font-size:12px; line-height:22px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.specialist .article li a{ color:#cecece; }
.specialist .article li a:hover{ color:#fff; }
.specialist .article .more{ margin-top:30px; text-align:center; float:none; }
.specialist .article .more a{ padding:5px 15px; border-radius:32px; background:#ffa422; background:-webkit-linear-gradient(left,#ffa422,#ff7621); background:linear-gradient(90deg,#ffa422,#ff7621); font-size:12px; color:#fff; }
.specialist .article .more a img{ margin:0 0 4px 5px; width:10px; height:10px; float:none; }

@media (min-width:1200px){
	.specialist>ul>li{ float:left; position:relative; width:525px; height:480px; margin:60px 30px 10px; }
	.specialist>ul>li>img{ z-index:9; position:absolute; margin-left:-30px; margin-top:-30px; box-shadow:0 0 8px 0 rgba(0,0,0,.1); }
	.specialist .outbox{ width:520px; height:480px; background:#26292f; position:absolute; top:50%; left:50%; margin-left:-260px; margin-top:-240px; transition:all .3s ease; }
	.specialist .outbox:hover{ width:540px; height:500px; margin-left:-270px; margin-top:-250px; }
	.specialist .outbox .innerbox{ width:520px; height:480px; position:absolute; top:50%; left:50%; margin-left:-260px; margin-top:-240px; }

	.specialist .introduce{ padding:30px 30px 20px 150px; }
	.specialist .introduce .name{ white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.specialist .description{ height:100px; overflow:auto; padding: 0 15px 0 0; }

	/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
	.specialist .description::-webkit-scrollbar{
		width: 6px;
		height:auto;
		border-radius: 6px;
		background-color:#fff;
	}
	 
	.specialist .description::-moz-scrollbar{
		width: 6px;
		height:auto;
		border-radius: 6px;
		background-color:#fff;
	}
	 
	/*定义滚动条轨道 内阴影+圆角*/
	.specialist .description::-webkit-scrollbar-track{
		border-radius: 6px;
		background-color:rgba(38, 41, 47,.2);
	}
	 
	/*定义滑块 内阴影+圆角*/
	.specialist .description::-webkit-scrollbar-thumb{
		border-radius: 6px;
		background-color:rgba(38, 41, 47,.6);
	}

	.specialist .description:hover::-webkit-scrollbar-thumb{
		background-color:rgba(38, 41, 47,.8);
	}
}

@media (max-width:1199px){
	.specialist>ul>li{ border-radius:4px; margin:10px; background:#26292f; }
	.specialist>ul>li:not(:last-child){ margin:20px 10px; }
	.specialist>ul>li>img{ display:block; float:left; margin:0 20px; padding-top:25px;text-align:center; }
	.specialist .innerbox>div{ padding:25px; }
	.specialist .description{ min-height:155px; }
}

@media (max-width:767px){
	.specialist>ul>li>img{ float:none; margin:auto; }
	.specialist .introduce{ text-align:center; }
	.specialist .introduce .name{ font-size:16px; }
	.specialist .description{ min-height:auto; }
}

/*-------------------------*/
/*   MVP 20170826
/*-------------------------*/
.mvp{ width:100%;display:inline-block; margin-right:-3px; vertical-align:top;}
@media (min-width:1200px){
	.container .mvp{width:50%;}
}
.mvp-box{ margin:10px; background:#fff; padding:15px; }
.mvp .introduce{ min-height:200px; }
.mvp .introduce img{ margin-right:15px; float:left; }
.mvp .introduce .name,.mvp .list p{ font:15px/22px 微软雅黑; color:#0073dd; margin-bottom:5px; }
.mvp .introduce .description{ font-size:12px; word-wrap:break-word; color:#666; line-height:22px; text-align:justify; overflow:auto; }
@media (max-width:767px){
	.mvp .introduce{ text-align:center; }
	.mvp .introduce img{ float:none; margin:0 0 10px; }
}
.mvp .list{ border-top:1px dashed #d4d4d4; margin-top:10px; padding-top:10px; }
.mvp .list .more{ float:right; }
.mvp .list .more a{ font:13px/22px 微软雅黑; color:#888; }
.mvp .list ul{ padding-left:0px; }
.mvp .list ul li{ background:url(images/blog/dian.gif) no-repeat left center; box-shadow:none; color:#666; list-style-type:none; padding-left:10px; }
.mvp .list li p{ font:normal 12px/22px 微软雅黑; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.mvp .list li p,.mvp .list li a{ color:#666; }
.mvp .list li a:hover{ color:#2295ff; }

/*-------------------------*/
/*  MVP-top 20180824 wind  */
/*-------------------------*/
.mvp-top-a.mvp-margin {
    padding: 2px 7px;
    display: inline-block;
    margin: 6px 0;
}

.mvp-top-a.mvp-active {
    background-color: #0079FE; 
    color: #fff;
}

@media (min-width: 768px) {
    .mvp-menu {
		text-align:justify;
        padding: 15px 0px;
    }
	
    .mvp-top-a {
        padding: 4px 7px;
        font-size: 17px;
        text-decoration: none;
        color: #8A8888;
    }
}

@media (max-width: 767px) {
    .mvp-menu {
		text-align:center;
        padding: 5px 6px 15px;
    }
}

/*-------------------------*/
/*   合作伙伴 20170824
/*-------------------------*/
.cooperative{ width:100%;display:inline-block; margin-right:-3px; vertical-align:top;}
@media (min-width:1200px){
	.container .cooperative{width:50%;}
}
.cooperative-box{ margin:10px; background:#fff; padding:15px; }
.cooperative .introduce{ min-height:200px; }
.cooperative .introduce img{ margin-right:15px; float:left; }
.cooperative .introduce .name,.cooperative .list p{ font:15px/22px 微软雅黑; color:#0073dd; margin-bottom:5px; }
.cooperative .introduce .description{ font-size:12px; word-wrap:break-word; color:#666; line-height:22px; text-align:justify; overflow:auto; }
@media (max-width:767px){
	.cooperative .introduce{ text-align:center; }
	.cooperative .introduce img{ float:none; margin:0 0 10px; }
}
.cooperative .list{ border-top:1px dashed #d4d4d4; margin-top:10px; padding-top:10px; }
.cooperative .list .more{ float:right; }
.cooperative .list .more a{ font:13px/22px 微软雅黑; color:#888; }
.cooperative .list ul{ padding-left:0px; }
.cooperative .list ul li{ background:url(images/blog/dian.gif) no-repeat left center; box-shadow:none; color:#666; list-style-type:none; padding-left:10px; }
.cooperative .list li p{ font:normal 12px/22px 微软雅黑; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.cooperative .list li p,.cooperative .list li a{ color:#666; }
.cooperative .list li a:hover{ color:#2295ff; }

/*-------------------------*/
/*   搜索框
/*-------------------------*/
.search{margin:-5px 0;}
.search a{font-size:12px;}
.search a img{display:block;width:25px;margin:5px 10px;}
.search-box{ display:none;position:absolute; left:-160px; background:#fff; z-index:99999; padding: 12px 0 0; }
@media (max-width:768px){
  .search{
      
    margin: auto 0;
    padding-right: 10px;
  }
  .search-box{ left:0; }
  .search a img{margin:0;}
}
.search-box form{  padding: 35px 20px 25px; border:1px solid #eee; border-radius:1px; }
.search-box input{ width:200px; padding:4px 8px; border:1px solid rgb(178,178,178); border-radius:3px; }
.search .link{ position:absolute; left:190px; width:30px; height:30px; background:#0073dd; border-radius:0 3px 3px 0; }
.search .link img { padding:5px;}

/*-------------------------*/
/*   搜索结果
/*-------------------------*/
.search-result{ background:#fff; height:40px; padding:10px 15px; border-radius:2px; font:16px/1.2 'Lantinghei SC',微软雅黑, sans-serif; }
.search-result p{ color:#666; display:inline; }
.search-result .search-word,.search-result .search-coun{ color:#f60; }
.search-result-r{ float:right; }
.no-result{ color:#aaa; font-size:16px; margin:15px 0; height:30px; padding:3px;text-align:center; background:#f4f4f4; cursor:not-allowed; }

/* 内页banner 20170329 */
.banner.inner{margin-top:-20px;height:auto;width:100%;}
.banner.inner img{height:auto;width:100%;}

/* 下载页面 20170823 */
.download{padding:10px;text-align:justify;transition:all .3s ease;}
.download:hover{transform:scale(1.02,1.02);}
.download-box{background:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.1);}
.download-box:hover{box-shadow:0 0 12px 0 rgba(200,200,200,.88);}
.download-box>div{overflow:hidden;box-sizing:border-box;}
.download-box .word{width:60%;float:left;padding:40px;font-family:PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";}
.download-box .word p{margin-bottom:20px;}
.download-box .word .title{font-size:20px;color:#26292f;}
.download-box .word .title2{font-size:16px;color:#464c56;}
.download-box .word .description{font-size:14px;color:#969fa9;}
.download-box .thumb{width:40%;float:right;}
.download-box .thumb img{width:100%;}
.download-box .downloadlink{display:inline-block;position:absolute;bottom:40px;left:40px;padding:5px 20px;background:#ffa422;text-align:center;color:#fff;font-size:14px;border-radius:36px;}
.download-box .downloadlink img{width:13px;height:13px;margin:0 0 5px 10px;}
.download .clear{clear:both;}
@media (max-width:1024px) and (min-width:769px){
	.download-box .word{padding:20px;}
	.download-box .downloadlink{bottom:20px;left:30px;}
}
@media (max-width:768px){
	.download-box .word{padding:20px;float:right;}
	.download-box .word p{margin-bottom:10px;}
	.download-box .word .title{font-size:16px;}
	.download-box .word .title2{font-size:14px;}
	.download-box .thumb{float:left;}
	.download-box .downloadlink{bottom:20px;left:auto;margin-left:20px;}
}

/*-------------------------*/
/*       会员模块          */
/*-------------------------*/
/* 导航 */
.navbar-rightbar li.member{
  margin:3px 0 auto 10px;
  text-align:center;
  border-left:1px solid #ccc;
}

.navbar-rightbar li.member a{
  color:#777;
  margin:auto 2px;
  padding:5px;
}

.navbar-rightbar li.member a:hover{
  color:#fff;
  background:#0073dd;
}

@media (max-width:767px){
	
	.navbar-rightbar {
        display: none;
	    float: none;
        margin: 0;
	}
	
	.navbar-rightbar li.member{
	  text-align:left;
	}

	.navbar-rightbar li.member a{
		display:block;
	}
}

@media (min-width:768px){
	.navbar-rightbar li.member .logged a{
		display:inline-block;
		vertical-align:bottom;
		margin-top: -5px;
	}
		
	.navbar-rightbar li.member .logged a.nickname{
		width:60px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-rendering: optimizelegibility;
	}
}

/* 注册页面 */
.register{
  background:#fff;
  border-radius:3px;
}

.register .title,.login .title{
  border-bottom:1px solid #eee;
  padding:20px 20px 10px;
}

.register .title span,.login .title span{
  font-size:18px;
  font-weight:bold;
  border-bottom:3px solid #008df3;
  padding-bottom:8px;
}

.register .title a,.login .title a{
  float:right;
  color:#008df3;
}

.register form{
  margin:30px auto;
  max-width:700px;
}

.register form>div{
  text-align:center;
  margin:15px auto;
  max-width:317px;
}

.register .input input,.register .input select{
  padding:5px 10px 5px 40px;
  height:50px;
  width:100%;
  border:1px solid #ccc;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  background-position-x:10px;
}

.register .input input:focus,.register .input select:focus{
  height:50px;
  border-color:#66afe9;
  outline: 0;
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.register .input select{
  color:#aaa;
}

.register .input select.active{
  color:#333;
}

.register .input #code,.login .input #code{
  width:50%;
}

.register .input #code_img,.login .input #code_img{
  margin-left:5%;
  width:43%;
  margin-bottom:5px;
}

.register form>div.signIn input{
  background:url(images/member/signIn.png) no-repeat 10px center;
}

.register form>div.phone input{
  background:url(images/member/phone.png) no-repeat 10px center;
}

.register form>div.email input{
  background:url(images/member/email.png) no-repeat 10px center;
}

.register form>div.company input{
  background:url(images/member/company.png) no-repeat 10px center;
}

.register form>div.job input{
  background:url(images/member/job.png) no-repeat 10px center;
}

.register form>div.industry select{
  background:url(images/member/industry.png) no-repeat 10px center;
}

.register form>div.password input{
  background:url(images/member/password.png) no-repeat 10px center;
}

.register form>div.pwdconfirm input{
  background:url(images/member/pwdconfirm.png) no-repeat 10px center;
}

.register form>div.code>input{
  background:url(images/member/code.png) no-repeat 10px center;
}

.register .submit,.login .submit{
  margin-top:20px;
}

.register .submit #dosubmit,.login .submit #dosubmit{
  width:100%;
  color:#fff;
  padding:12px 0;
  background:#008df3;
  border-radius:3px;
  border-color:transparent;
}

.register .submit #dosubmit:active,.register .submit #dosubmit:focus,.login .submit #dosubmit:active,.login .submit #dosubmit:focus{
  outline:0;
}

@media (max-width:767px){
  .register .title, .login .title{
    text-align:center;
  }
  
  .register .title a, .login .title a{
    float:none;
    display:block;
    margin-top:20px;
  }
  
  .register form>div.code{
    padding:0 15px;
  }

  .register .submit{
    padding:0 15px;
  }
}

/* 登录页面 */
.login{
  min-height:600px;
  padding:50px 0;
}

.login form{
  width:100%;
  max-width:375px;
  border-radius:3px;
  background:#fff;
  float:right;
  padding:20px;
}

.login form .title{
  margin:0 -20px;
  padding-top:5px;
}

.login form>div{
  position:relative;
  margin:15px 0;
}

.login form>div label{
  width:20px;
  height:20px;
  position:absolute;
  top:15px;
  left:10px;
}

.login form>div label.signIn{
  background:url(images/member/signIn.png) no-repeat;
}

.login form>div label.password{
  background:url(images/member/password.png) no-repeat;
}

.login form>div label.code{
  background:url(images/member/code.png) no-repeat;
}

.login .input input{
  padding:5px 10px 5px 40px;
  height:50px;
  width:100%;
  border:1px solid #ccc;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  background-position-x:10px;
}

.login .input input:focus{
  height:50px;
  border-color:#66afe9;
  outline: 0;
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.login .take a{
  float:right;
  color:#008df3;
}

.login .take a:hover,.login .take a:focus{
  color:#337ab7;
}

/*-------------------*/
/*      视频栏目     */
/*        wind       */
/*      20180619     */
/*-------------------*/
@font-face {
    font-family: 'iconfont';
    src: url('fonts/iconfont.eot');
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('fonts/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'),url('fonts/iconfont.svg#iconfont') format('svg')
}

.icon {
    font-family: "iconfont"!important;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

i.icon {
    margin-right: 4px;
	padding-left:15px;
}

.video{
	margin-top:50px;
}

.video-hot,
.video-new {
	margin-top:20px;
	margin-bottom:10px;
	font-size:20px;
	color:#ff5303;
}

.video-box {
	padding:12px;
}

.video-box>div{
	background:#fff;
	border:1px solid rgba(0,0,0,0.12);
	transition:all 0.8s ease;
}

.video-box>div:after{
	clear:both;
}

.video-box>div>a div{
	overflow:hidden;
	height:100%;
}

.video-box>div img{
	max-width:100%;
	vertical-align:middle;
	transition:all 0.65s ease;
}

.video-box>div:hover img{
	transform:scale(1.1);
}

.video-box>div .brief{
	padding:10px;
}

.video-box>div .title{
	height:44px;
	margin-bottom:8px;
	line-height:22px;
	font-size:16px;
	font-family:"Helvitica Neue",Helvetica,Arial,"Microsoft YaHei","Hiragino Sans GB",sans-serif;
	text-align:justify;
	word-break:break-all;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	color:#202020;
	transition:all 0.65s ease;
}

.video-box>div:hover .title{
	color:#ff5303;
}

.video-box .author,
.video-box .hits{
	width:50%!important;
	color:#898989;
	padding:0;
	font-size:13px;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
}

.video-box .hits{
	text-align:right;
}

@font-face {
    font-family: 'icon-mooc';
    src: url(fonts/icon-mooc.eot?eg7jim);
    src: url(fonts/icon-mooc.eot?eg7jim#iefix) format("embedded-opentype"), url(fonts/icon-mooc.ttf?eg7jim) format("truetype"), url(fonts/icon-mooc.woff?eg7jim) format("woff"), url(fonts/icon-mooc.svg?eg7jim#icon-mooc) format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^='u-icon-'],[class*=' u-icon-'] {
    font-family: 'icon-mooc';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.u-icon-person{
	padding-right:10px;
}

.u-icon-person:before{
	content:'\e95f';
}

/*-------视频详情页面--------*/

.video-top {
	background:#fff;
	padding:25px 0 55px;
	font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
}

/* 面包屑导航条 */
.video-top .catpos{
	padding:0 0 15px;
}

.video-top .catpos a{
	padding:0 2px;
	font-size: 13px;
	color:#333333;
}

.video-top .catpos a:hover{
	color:#0085ff;
}

/* 视频 */
.video-top .video{
	margin:0;
	padding:0;
}

.video-top .video img {
    width: 100%;
}

.video-top .click-btn-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	position:absolute;
    background-color: rgba(0, 0, 0, 0.3);
	margin-right:30px;
}

.video-top .click-btn-wrapper .clickBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    padding: 12.5px 0;
	font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: white;
    text-align: center;
    font-size: 16px;
    color: #111111;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-top .click-btn-wrapper .clickBtn:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.video-top .u-icon-play:before{
	content:'\e619';
}

/* 标题 */
.video-top .brief{
	padding-left:30px;
}

.video-top h1.title{
	margin:0;
	padding:0;
	font-size: 24px;
    color: #333333;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
}

/* 分享按钮 */
.video-top .bdshare-button-style0-24{
	text-align:right;
	padding:0;
}

.video-top .bdshare-button-style0-24 span{
	padding-right:5px;
}

.video-top .bdshare-button-style0-24 a{
	float:none!important;
    font-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    padding:5px!important;
	width:25px!important;
	height:25px!important;
}

.video-top .bdshare-button-style0-24 a.u-icon-weixin{
	background:#71c96a;
	color:#fff;
	text-decoration:none;
}

.video-top .bdshare-button-style0-24 a.u-icon-weixin:before{
	content:'\e623';
}

.video-top .bdshare-button-style0-24 a.u-icon-weixin:hover{
	background:#71c96a;
	color:#fff;
	opacity:1;
}

.video-top .bdshare-button-style0-24 a.u-icon-weibo{
	background:#ed5b57;
	color:#fff;
	text-decoration:none;
}

.video-top .bdshare-button-style0-24 a.u-icon-weibo:before{
	content:'\e603';
}

.video-top .bdshare-button-style0-24 a.u-icon-weibo:hover{
	background:#ed5b57;
	color:#fff;
	opacity:1;
}

.video-top .bdshare-button-style0-24 a.u-icon-qq{
	background:#73c3ed;
	color:#fff;
	text-decoration:none;
}

.video-top .bdshare-button-style0-24 a.u-icon-qq:before{
	content:'\e951';
}

.video-top .bdshare-button-style0-24 a.u-icon-qq:hover{
	background:#73c3ed;
	color:#fff;
	opacity:1;
}

/* 简要信息 */
.video-top #course-enroll-info {
	clear: both;
    padding-top: 18px;
    max-width: 540px;
}

/* 课时 */
.video-top .course-enroll-info_course-info{
	padding:15px 0px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}

.video-top .ux-dropdown_hd {
	padding:0 20px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}

.video-top .ux-dropdown i {
    float: right;
	font-size:12px;
    line-height: 16px;
    color: #666;
    padding: 0 0 0 10px;
}

.video-top .u-icon-caret-down:before {
    content: "\E613";
}

.video-top .u-icon-caret-up:before {
    content: "\E61C";
}

.video-top .course-enroll-info_course-info_term-info{
	margin:10px 0 0;
	padding:0 20px;
	font-size:12px;
}

.video-top .ux-dropdown .ux-dropdown_listview{
	display:block;
	position: absolute;
    z-index: 1;
    width: 130px;
    margin-top: 5px;
    background: #fff;
	border: 1px solid #ddd;
    box-sizing: border-box;
}

.video-top .ux-dropdown .ux-dropdown_listview ul{
    list-style-type: none;
	padding:0;
	text-align:center;
}

.video-top .ux-dropdown .ux-dropdown_listview ul a{
    color:#333;
	display:block;
	padding:8px;
}

.video-top .ux-dropdown .ux-dropdown_listview ul a:hover{
    color:#0085ff;
}

/* 开课时间 */
.video-top .course-enroll-info_course-info_term-info_term-time{
	color:#666666;
	float: left;
}

.video-top .course-enroll-info_course-info_term-info_term-progress.ongoing{
	color:#0085ff;
	text-align:right;
}

.video-top .course-enroll-info_course-info_term-workload{
	margin:5px 0 0;
	padding:0 20px;
	font-size:12px;
	color:#666;
}

/* 参加人数 */
.video-top .course-enroll-info_course-enroll_price-enroll_enroll-count {
    font-size: 13px;
    color: #999;
}

/* 立即参与 */
.video-top .course-enroll-info_course-enroll_buttons_enroll-btn {
	margin:30px 0 0;
}

.video-top .course-enroll-info_course-enroll_buttons_enroll-btn a {
	padding:18px 75px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1;
    font-size: 18px;
    background-color: #ff7a3e;
	text-decoration:none;
	color:#fff;
}

.video-top .course-enroll-info_course-enroll_buttons_enroll-btn a:hover {
	background:#ff8c58;
	color:fff;
}

/* 内容-导航*/
.video-content{
	margin-top:40px;
	font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
}

.video-content .nav{
	border-bottom:1px solid #e6e6e6;
}

.video-content .nav li:not(:last-child){
	margin-right:50px;
}

.video-content .nav li a{
	padding:7px 0;
	color:#333;
	background:none;
	font-size:18px;
}

.video-content .nav li a:hover{
	color:#0085ff;
}

.video-content .nav li.active a{
	color:#0085ff;
	background:none;
	border-bottom:4px solid #0085ff;
	border-radius: 0;
}

/* 内容-摘要*/
.video-content .panel {
	border:0;
	border-radius:0;
	padding:15px 25px;
}

.video-content .content{
	margin-top:30px;
}

.video-content .description{
	padding: 30px 30px 20px;
	background:#F5F8F4;
	color:#333;
}

.video-content .description .author{
	text-align: right;
	font-size:16px;
}

/* 内容-课程*/
.video-content h2{
	margin:50px auto 20px;
	font-size:18px;
	font-weight:bold;
}

.video-content h2>i{
	font-size:16px;
	color:#0085ff;
	margin-right:5px;
}

.video-content .u-icon-summary:before{
	content:"\e993";
}

.video-content .u-icon-syllabus:before{
	content:"\e992";
}

.video-content .u-icon-preliminaries:before{
	content:"\e994";
}

.video-content .u-icon-certificate:before{
	content:"\e995";
}

.video-content .u-icon-reference:before{
	content:"\e990";
}

.video-content .u-icon-question:before{
	content:"\e991";
}

/* 内容-评论-评分*/
.video-content .score{
	margin-top:45px;
	color:#FF7A3E;
}

.video-content .score>span{
	font-size:48px;
	font-weight:bold;
}

.video-content .score .stars{
	display:inline-block;
	margin-left:15px;
	position:relative;
}

.video-content .score .z0{
	color:#ddd;
	position:relative;
}

.video-content .score .z1{
	position:absolute;
	top:0;
}

.video-content .score i{
	display:inline-block;
	font-size:20px;
	overflow:hidden;
}

.video-content .score i:not(:last-child){
	margin-right:5px;
}

.video-content .u-icon-star:before{
	content:"\e919";
}

.video-content .score p{
	font-family: "Arial","Hiragino Sans GB", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
	font-size:13px;
	color:#999;
}

/* 内容-评论-分项*/
.video-content .comment{
	margin-top:15px;
	padding:0;
	border:0;
	box-shadow:none;
}

.video-content .comment .panel-body{
	padding:0;
}

.video-content .comment ul{
	list-style:none;
	padding:0;
}

.video-content .comment .panel-body>ul{
    padding: 10px 15px;
    border: 1px solid #ededed;
	float:right;
}

.video-content .comment ul li{
	display:inline-block;
}

.video-content .comment .panel-body>ul li{
	text-align:center;
}

.video-content .comment .panel-body>ul li:first-child{
	border-right: 1px solid #E6E6E6;
    padding-right: 16px;
	margin-right:12px;
}

.video-content .comment .panel-body>ul li a{
	color:#999;
}

.video-content .comment .panel-body>ul li.active a,
.video-content .comment .panel-body>ul li a:hover{
	color:#0085ff;
}

/* 内容-评论-列表*/
.video-content .comment .tab-content{
	clear:both;
    padding-top: 20px;
	font-family: "Arial","Hiragino Sans GB", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
}

.video-content .comment .tab-content img{
	width:100%;
	max-width:40px;
	border-radius:50%;
}

.video-content .comment .tab-content li:not(:first-child){
	margin-top:50px;
}

.video-content .comment .tab-content li>div{
	float:right;
	margin-left:15px;	
    width: calc(100% - 40px - 15px);
}

.video-content .comment .tab-content li>div a{
	font-size:13px;
	color:#333;	
}

.video-content .comment .tab-content li>div a:hover{
	color:#0085ff;	
}

.video-content .comment .tab-content li>div .stars{
	display:inline-block;
	position:relative;
	margin-left:10px;
}

.video-content .comment .tab-content li>div .stars .z0{
	color:#ddd;
	position:relative;
}

.video-content .comment .tab-content li>div .stars .z1{
	color:#FF7A3E;
	position:absolute;
	top:0;
}

.video-content .comment .tab-content li>div .stars i{
	display:inline-block;
	font-size:14px;
	overflow:hidden;
}

.video-content .comment .tab-content li>div .stars i:not(:last-child){
	margin-right:1px;
}

.video-content .comment .tab-content li>div p{
	margin-top:10px;
	color: #666;
    font-size: 14px;
    line-height: 24px;
    word-break: break-word;
}

.video-content .comment .tab-content .comment-bottom,
.video-content .comment .tab-content .comment-bottom a{
	color:#999;
	font-size:13px;
	text-align:right;
}

.video-content .comment .tab-content .comment-bottom span{
	float:left;
}

@font-face{
	font-family:"ux-icon-edu";
	src:url(fonts/ux-icon-edu.eot?#iefix);
	src:url(fonts/ux-icon-edu.eot?#iefix) format("embedded-opentype"), url(fonts/ux-icon-edu.ttf?86ac34de807ea7ceb401c8ef7b43b120) format("truetype"), url(fonts/ux-icon-edu.woff?b1e61cb43271a8e2facda77a6dc5af8e) format("woff"), url(fonts/ux-icon-edu.svg?b894520997224d4a52cd1af3f1827d5c) format("svg");
	font-weight:normal;
	font-style:normal;
}

[class^='ux-icon-'],[class*=' ux-icon-'] {
    font-family: 'ux-icon-edu';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.video-content .comment .tab-content .comment-bottom .ux-icon-good{
	font-size:13px;
	padding-right:8px;
}

.video-content .comment .tab-content .comment-bottom .ux-icon-good:hover{
	color:#0085ff;
}

.video-content .comment .tab-content .comment-bottom .ux-icon-good:before{
	content:"\e100";
}

/*  视频播放页面-顶部  */
.video-play{
	font-family: "Arial","Hiragino Sans GB","Microsoft YaHei", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
}

.video-play.top{
	background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 10px 0;
}

.video-play.top .logo{
	text-align:center;
}

.video-play.top .logo img{
	max-width:220px;
	max-height:43px;
}

.video-play.top .title{
    border-left: 1px solid #ccc;
	padding-left:40px;
}

@media (max-width:767px){
	.video-play.top .title{
		border-left: 0;
		padding-top:10px;
		padding-left:0;
		text-align:center;
	}
}

	
.video-play.top .title h1{
	margin:0;
    font-size:14px;
	font-weight:bold;
	line-height:1.5;
}

.video-play.top .title h1 a{
	color:#333;
}

.video-play.top .title h1 a:hover{
	color:#0085ff;
}

.video-play.top .title p{
	margin:5px auto 0;
	font-size:12px;
	color:#0073dd;
}

.video-play.top .title p a{
	color:#0073dd;
}

.video-play.top .title p a:hover{
	color:#2d9bff;
}

/*  视频播放页面-侧边栏  */
.video-play.content .sidebar{
	padding:20px 10px;
}

.video-play.content .sidebar img{
	padding: 0;
	border-radius:6px;
	max-width:100%;
}

.video-play.content .sidebar p{
	margin-top:10px;
	padding: 10px;
	background:#fff;
	font-size:14px;
	line-height:1.8;
	color:#999;
	word-break:break-all;
	text-align:justify;
}

/*  视频播放页面-内容   */
.video-play.content .video{
	margin:0;
	padding:20px 10px;
	background:#fff;
	box-shadow:0px 1px 1px 1px #ccc;
	text-align:center;
}

.video-play.content .video video{
	max-width:100%;
}

/* 控制条 */
.plyr .plyr__play-large{
	padding:20px;
	border:0;
	border-radius:0;
	background:rgba(33,33,33,.8);
}



/* …………………………………………………………………… */
/* 《奖项评选》栏目 20240710  */
/* …………………………………………………………………… */
.award {
    width: 100%;
    margin: -20px auto;
    padding-bottom: 120px;
    background: #fff;
    font-family: "微软雅黑";
    font-weight: 500;
    overflow: hidden;
}

.award .banner img {
    width: 100%;
}

.award .title {
    text-align: center;
    max-width: 100%;
    /*margin: 80px auto 40px;*/
}

.award .title img {
    max-width: 100%;
}

.award h2 {
    color: #2079E7;
    font-size: 24px;
    text-align: center;
    margin: 0;
}

.award p {
    max-width: 1120px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin: 0 auto 0;
}

@media (min-width:768px){
    .award .small {
        display: none;
    }
}

@media (max-width:1440px){
    .award p {
        max-width: 830px;
    }
}

@media (max-width:767px){
    .award {
        padding-bottom: 60px;
    }
    
    .award .large {
        display: none;
    }
    
    .award .title {
        /*margin: 20px auto 10px;*/
    }
    
    .award p {
        margin-top: 10px;
        padding: 0 10px;
        font-size: 12px;
        line-height: 20px;
    }
}

.award .introduce,
.award .review {
    max-width: 1920px;
    margin: auto;
}

.award .introduce p {
    color: #888B90;
    margin-top: 30px;
}

.award .introduce p.mt30 {
    margin-top: 30px;
}

.award .direction,
.award .settings,
.award .process,
.award .introduce,
.award .review {
    max-width: 1920px;
    margin: 50px auto 0;
    text-align: center;
}

.award .direction {
    padding: 50px 10px;
    background: url(/statics/dbaplus/images/award-direction-bg.png) no-repeat;
    background-size: cover;
}

.award .direction .text,
.award .settings .text {
    max-width: 1120px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.award .direction .text>div {
    padding: 10px 30px 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 10px 5px #afd1ffa1;
}

.award .direction .text2 {
    margin: 0 50px;
}

.award .direction h3 {
    font-size: 18px;
    color: #000;
    margin: 30px 0 30px;
}

.award .direction p {
    color: #888B90;
    line-height: 24px;
}

.award .direction img {
    max-width: 100%;;
}

.award img.small,
.award .process img {
    width: 100%;
}

.award .settings {
    /*padding: 50px 10px;*/
}

.award .settings .text>div {
    width: 223px;
    padding: 30px 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 10px 5px #E1E8F2;
}

.award .settings p {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
}

.award .process {
    /*margin: 0 auto;*/
}

.award .process h2 {
    position: relative;
    top: 70px;
}

.award .review h2 {
    margin-bottom: 36px;;
}

.award .review>p {
    color: #888B90;
    margin-top: 36px;
}

.award .review .lists {
    max-width: 1120px;
    margin: 10px auto 0;
}

.award .review .lists ul {
    margin-top: 40px;
    padding: 0;
}

.award .review .lists li {
    width: 100%;
    margin: 20px auto 0;
    background: #F0F7FF;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-radius: 35px 15px 15px 35px;
    padding: 10px;
}

.award .review .lists img {
    /*width: 100%;*/
}

.award .review .lists li img {
    max-width: 100%;
}

.award .review .lists li p {
    color: #888B90;
    line-height: 1;
    padding: 0;
    margin: 0 0 0 20px;
}

.award .name {
    max-width: 1920px;
    margin: 40px auto 0;
    text-align: center;
}

.award .name img {
    /*max-width: 100%;*/
    width: 295px;
}

.award .name h2 {
    font-weight: bold;
    font-size: 52px;
    line-height: 1;
    color: #FFFFFF;
    text-shadow: 5px 5px 10px #65C3FF;
    border-radius: 30px 30px 30px 30px;
    width: 427px;
    height: 121px;
    background: #4891FE;
    margin: auto;
    padding-top: 30px;
}

.award .name p {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-top: 32px;
}

.award .name a {
    color: #000;
}


@media (max-width: 1440px) {
    .award .introduce p {
        margin-top: 40px;
        padding: 0 10px;
    }
    
    .award .introduce p.mt30 {
        margin-top: 20px;
    }

    .award .direction .text,
    .award .settings .text {
        max-width: 830px;
        padding: 0 10px;
    }
    
    .award .settings .text {
        /*flex-wrap: wrap;*/
        justify-content: space-around;
        /*align-items: center;*/
    }
    
    .award .direction .text>div,
    .award .settings .text>div {
        margin: 0 10px;
    }
    
    .award .review .lists {
        max-width: 830px;
        margin: 10px auto 0;
        padding: 0 10px;
    }
    
    .award .name img {
        width: 160px;
    }
    
    .award .name p {
        font-size: 18px;
    }
}

@media (max-width:767px){
    .award .introduce,
    .award .review {
        margin: 0;
    }
    
    .award .introduce p {
        margin-top: 20px;
    }

    .award .direction,
    .award .settings,
    .award .process {
        margin: 20px auto 0;
        background: none;
        padding: 0;
    }
    
    .award .settings,
    .award .process {
        max-width: 1120px;
        margin: 0px auto;
    }

    .award .review>p {
        /*line-height: 30px;*/
        margin: 0;
    }
    
    .award .review .lists {
        margin: 20px auto 0;
        padding: 0 10px;
    }

    .award .name {
        margin: 0;
    }

    .award .name img {
        /*width: 140px;*/
    }
    
    .award .name p {
        font-size: 12px;
        margin-top: 0;
    }
}