/* 超大屏幕 lg */
@media (min-width: 1200px) {

    .container {
        width: 1230px;
    }
    .ui-banner {
        display: block;
        position: relative;
        width: 100%;
        margin: 10px auto 20px;
        border: 1px solid #ccc;
    }
    /*div高度不一样导致错位*/
    .col-md-6:nth-child(4n+1){
        clear:left!important;
    }
    .br-img-height{
        width: 100%;
        /* height: 200px; */
		overflow:hidden;
    }	
    .br-img-height a>img {
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px;
        width: 100%;
		max-height: 200px;
		transition: all 1.2s;
		-moz-transition: all 1.2s;
		-webkit-transition: all 1.2s;
		-o-transition: all 1.2s;
		object-fit: cover;
		/* position: absolute; */
		top: 0;
		/* left: 0; */
		display: block;
		height: 100%;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		max-width: 300%;
    }
	.ja-article-list .article-main ol ul {
    margin-left: 280px;

}

.ja-article-list .article-main ol ul .article-info {
    position: absolute;
    width: 100%;
    left: 0;
    /* bottom: -120px; */
    margin-left: 30px;
    padding-right: 50px;
}

	.ja-article-list .article-main ol ul h3 {

    padding-left: 0px;
}
.ja-article-list .article-main ol ul .article-info {
    margin-left: 15px;
    padding-right: 15px;
}

.ja-article-list .article-main ol ul .article-info {
    position: absolute;
    width: 100%;
    left: 0;
    /* bottom: -120px; */
    /* margin-left: 30px; */
    padding-right: 15px;
}
.ja-article-list .article-main ol ul li:nth-child(2) {
    line-height: 25px;
	/* margin-left: -15px; */
}
ol.clear.list {
    /* margin-bottom: 120px; */
	/* margin-left: -15px; */
    margin-right: 15px;
}


.ja-article-list .article-main .tab_list_con.db_download ol ul .article-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -150px;
    /* margin-left: 30px; */
    padding-right: 50px;
}
.ja-article-list .article-main .tab_list_con.db_download ol ul li:nth-child(2) {
    line-height: 25px;
	margin-left: -15px;
}
.tab_list_con.db_download ol.clear.list {
    /* margin-bottom: 120px;  */
	margin-left: -15px; 
    margin-right: 15px;
}
.db_download a.article-img {
    margin-top: 0px;
}
.clear.list .row {
    margin-left: 0;
}
.ja-article-list .article-main .db_download ol ul h3 {
    font-size: 22px;
    font-weight: 700;
    height: 60px;
	margin-left:0px
}
    .ui-banner .ui-banner-slides li {
        width: 100%;
        height: 455px;
    }
    .br-img-logo{
        width: 285px;
        height: 60px;
		float:left;		
    }

    .br-img-height-tabs{
        width: 370px;
        height: 220px;
    }
    .br-img-height-pub{
        width: 100%;
        height: 200px;
    }
	.br-tabs-height{
        height: 200px;
    }
    .br-img-icon{
        width: 26px;
        height: 24px;
        float: left;
        margin-top: 5px;
        margin-right: 10px;
    }
    .br-img-ad-l{
        width: 100%;
        height: 130px;
    }
    .br-img-ad-r{
        width: 100%;
        height: 455px;
    }
    .br-img-ft-logo{
        width: 230px;
        height: 44px;
    }
    .br-img-ft-center{
        width: 320px;
        height: 135px;
    }
    .br-img-ft-r{
        width: 38px;
        height: 38px;
    }
    .main .page-header a.more {
        top: 0px;
    }
    .row.finance .page-header a.more {
        top: 20px;
    }
    .row.Special .page-header a.more {
        top: 20px;
    }
    .row.culture .page-header a.more {
        top: 10px;
    }
	.row.tab_list_con {
    margin-left: 0px;
    margin-right: 0px;
}


}

/* 中等屏幕iPad pro md */
@media only screen and (min-width: 972px) and (max-width: 1199px) {
    body{
        font-size:14px;
    }
    h3{
        font-size: 18px;
        line-height: 22px;
    }
    p{
        line-height: 20px;
    }
	.row.tab_list_con {
    margin-left: 0px;
    margin-right: 0px;
}
.ja-article-list {
    margin-top: 0px;
}
    .ui-banner .ui-banner-slogans li {
        cursor: pointer;
        color: #000;
        text-align: left;
        font-weight: bold;
        line-height: 25px;
        padding: 3px 0 10px 10px;
        margin-left: 5px;
        border-bottom: 1px solid #c9c9c9;
    }
    .ui-banner-slogans li p {
        font-size: 14px;
        line-height: 30px;
    }
    .main .page-header h3 {
        padding: 30px 0 20px;
        font-size: 22px;
        line-height: 26px;
    }
	.br-tabs img.img-responsive {
    width: 280px;
    height: 135px;
}
.br-img-ft-center {
    width: 255px;
    height: 135px;
}
.ja-article-list .article-main ol ul {
    /* margin-left: 303px; */
    height: 167px;
    display: block;
    position: relative;
    width: 342px;
    float: right;
}
.ja-article-list .article-main ol ul .article-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-left: 15px;
    padding-right: 20px;
}

    /*div高度不一样导致错位*/
    .col-md-6:nth-child(4n+1){
        clear:left!important;
    }

    .col-md-6 a>img {
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px;
        width: 100%;
        border: none;
		 overflow: hidden;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 10px;
		width: 100%;
		max-height: 200px;
		transition: all 1.2s;
		-moz-transition: all 1.2s;
		-webkit-transition: all 1.2s;
		-o-transition: all 1.2s;
		object-fit: cover;
		/* position: absolute; */
		top: 0;
		/* left: 0; */
		display: block;
		height: 100%;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		max-width: 300%;
    }
    /*图片自适应*/
    .ui-banner .ui-banner-slides li {
        width: 100%;
        height: 350px;
    }
    .br-img-height {
        width: 100%;
        height: 160px;
    }
    .br-img-ad-l {
        width: 100%;
        height: 100px;
    }
    .br-img-icon {
        width: 20px;
        height: 17px;
        float: left;
        margin-top: 5px;
        margin-right: 10px;
    }
    .br-img-height-tabs {
        width: 315px;
        height: 175px;
    }
    .br-img-height-pub {
        width: 100%;
        height: 162px;
    }
    .br-img-ad-r {
        width: 100%;
        height: 415px;
    }



    /*图片自适应结束*/
    .br-aside-publish p {
        max-height: 72px;
        overflow: hidden;
    }

    .time span{
        font-size: 12px;
    }
    .time a.typename{
        font-size: 12px;
    }
    .br-tabs .nav-tabs>li>a {
        font-weight: bold;
        font-size: 18px;
    }
    #mytab-content .row {
        padding-top: 20px;
         padding-bottom: 0px;
    }
    .main .page-header span.modal-title {
        display: inline-block;
        position: relative;
        color: #000;
        font-size: 18px;
        font-weight: bold;
    }
    .main .page-header a.more {
        position: absolute;
        line-height: 33px;
        font-size: 12px;
        top: 0px;
        right: 15px;
        color: #16b2e9;
    }
    .row.finance .page-header a.more {
        top: 15px;
    }
    .row.Special .page-header a.more {
        top: 15px;
    }
    .br-aside-l {
        padding-right: 30px;
    }
    .new-article h3 {
        font-size: 17px;
        line-height: 22px;
        margin: 10px 0;
        max-height: 50px;
    }
    .br-aside-r .new-article h3 {
        font-size: 17px;
        line-height: 22px;
        margin: 10px 0;
        max-height: 100%;
    }
    .publish-text h4{
        font-size: 15px;
        line-height: 22px;
        min-height: auto;
    }
    .ui-banner, .ui-banner .ui-banner-slides, .ui-banner .ui-banner-slogans, .ui-banner .ui-banner-arrow {
        height: 351px;
    }
    .ui-banner .ui-banner-slides {
        width: 617px;
        height: 349px;
        left: 0px;
    }
    .middle-header .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 13px;
    }
    .ui-banner .ui-banner-arrow.ui-banner-arrow-prev {
        left: 600px;
        top: 145px;
        background: transparent url("../images/hero-slider-arrow-left.png") no-repeat 0 0;
    }

    .ui-banner .ui-banner-arrow.ui-banner-arrow-next {
        left: 588px;
        top: 178px;
        background: transparent url("../images/hero-slider-arrow-right.png") no-repeat 0 0;
    }
    .ui-banner .ui-banner-slogans {
        background: #f9fafa;
        height: 348px;
        overflow: hidden;
        padding: 10px 20px 10px 15px;
        width: 320px;
        right: 0;
    }
    .button-small {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
    }
    .row.culture .page-header a.more {
        top: 8px;
    }
    .br-aside-publish .col-md-6{
        padding-right: 0px;
    }
    .br-aside-publish .col-md-6.new-article{
        padding-right: 15px;
    }
	
	
	
	
	
	
	
}

/* 小屏幕iPad sm */
@media only screen and (min-width: 768px) and (max-width: 971px) {
    body{
        font-size:12px;
    }
    p{
        font-size:14px;
        line-height: 22px;
    }
    /*div高度不一样导致错位*/
    .col-sm-6:nth-child(4n+1){
        clear:left!important;
    }
    /*图片自适应*/
    .br-img-logo {
        width: 210px;
        height: 44px;
        margin-top: 8px
    }
    .ui-banner .ui-banner-slides li {
        width: 503px;
        height: 268px;
    }
    .br-img-icon {
        width: 19px;
        height: 17px;
    }
    .br-img-height {
        width: 100%;
        height: 125px;
    }
    .br-img-ad-l {
        width: 100%;
        height: 80px;
    }
    .br-img-height-tabs {
        width: 247px;
        height: 123px;
    }
        .br-img-height-pub {
		width: 80px;
		height: 125px;
    }
    .br-img-ft-center {
        width: 180px;
        height: 82px;
    }
.br-img-ft-logo {
    width: 205px;
    height: 44px;
}
.br-tabs img.img-responsive {
    width: 370px;
    height: 200px;
}


    /*图片自适应结束*/

    .br-tabs .nav-tabs>li>a {
        font-weight: bold;
        font-size: 18px;
    }
    .row.culture .page-header {
        border-bottom: none;
        padding-bottom: 0px;
        margin: 0px 0 20px;
    }

    .topbar-button {
        margin-right: 0px;
        margin-top: 13px;
    }
    .topbar-icons ul li {
        float: left;
        margin-right: 10px;
		font-size: 12px;
    }
	.ja-article-list .article-main ol .article-img {
    width: 180px;
    height: 120px;
    display: block;
    float: left;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.ja-article-list .article-main ol ul {
    /* margin-left: 303px; */
    height: 167px;
    display: block;
    position: relative;
    width: 310px;
    float: right;
}
.ja-article-list .article-main ol ul .article-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-left: 15px;
    padding-right: 15px;
}
.ja-article-list {
    margin-top: 0px;
}
    .ui-banner {
        display: block;
        position: relative;
        width: 100%;
        margin: 0px auto 20px;
        border: 1px solid #ccc;
    }
    .br-aside-l {
        padding-right: 20px;
    }
    .br-aside-r {
        padding: 15px 20px 0;
        background-color: #fafafa;
    }
    .br-aside-ad {
        padding: 20px 0;
    }
    .main .page-header h3 {
        padding: 20px 0 10px;
        font-size: 18px;
        line-height: 26px;
    }
    .main .page-header p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .main .page-header span.modal-title {
        display: inline-block;
        position: relative;
        color: #000;
        font-size: 18px;
        font-weight: bold;
    }
    .main .page-header a.more {
        position: absolute;
        line-height: 33px;
        font-size: 12px;
        top: 0px;
        right: 15px;
        color: #16b2e9;
    }
    .main .page-header {
        padding-bottom: 10px;
        margin: 0px 0 15px;
        border-bottom: 1px solid #eee;
    }
    a.typename {
        line-height: 33px;
        font-size: 12px;
        color: #16b2e9;
        float: right;
        margin-top: -5px;
    }
    .time {
        margin-top: 10px;
        margin-bottom: 0px;
        color: #666;
    }
    .time span.typename{
        font-size: 12px;
    }
    .icon img {
        margin-top: -7px;
        margin-right: 0px;
        height: 20px;
    }
    .row.br-con{
        margin-bottom: 20px;
    }
    .br-aside-r.br-edu{
        margin-top: 20px;
    }
    .row.br-aside-publish{
        margin-bottom: 20px;
    }
    .br-aside-r .row.br-con {
        margin-bottom: 0px;
    }
    .row.finance .page-header {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 20px;
        margin-top:20px;
    }
    .row.Special .page-header {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 20px;
        margin-top:20px;
    }
    .col-xs-5 a>img {
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px;
        width: 100%;
        height: 235px;
        background: 50%/cover;
		border: none;
		 overflow: hidden;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 10px;
		width: 100%;
		max-height: 200px;
		transition: all 1.2s;
		-moz-transition: all 1.2s;
		-webkit-transition: all 1.2s;
		-o-transition: all 1.2s;
		object-fit: cover;
		/* position: absolute; */
		top: 0;
		/* left: 0; */
		display: block;
		height: 100%;
		/* width: auto; */
		min-height: 100%;
		min-width: 100%;
		max-width: 300%;
    }
	.br-tabs img.img-responsive {
    width: 370px;
    height: 130px;
}
    .row.br-aside-publish .col-xs-5 a>img {
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px;
        width: 100%;
        height: 100%;
        background: 50%/cover;
    }
	
    .new-article h3 {
        line-height: 24px;
        color: #333;
        font-size: 16px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 10px;
        overflow: hidden;
        max-height: 45px;
    }
    .br-aside-r .new-article {
        margin-bottom: 8px;
        margin-top: 0px;
    }

    .topbar-search input.form-control {
        border-radius: 20px;
        padding: 0 5px 0 5px;
        background-color: #f6f6f6;
        border: none;
        box-shadow: none;
    }
    .topbar-right {
        float: right;
        font-size: 12px;
    }
    .topbar-right .button-small {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
    }
    .col-sm-3 img.img-responsive {
        margin-top: 10px;
    }
    .br-aside-r.welfare{
        margin-top: 20px;
    }
    .br-aside-r.br-pub{
        margin-top: 20px;
    }

    .topbar-dropdown ul.dropdown-menu-right li.weixi-detail{
        float: left;
        width: 220px;
    }
    .middle-header .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 15px 7px;
    }
    .ui-banner, .ui-banner .ui-banner-slides, .ui-banner .ui-banner-slogans, .ui-banner .ui-banner-arrow {
        height: 270px;
    }
    .ui-banner .ui-banner-slides {
        width: 720px;
        height: 270px;

    }
    .ui-banner-slogans li h4 {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 16px;
        height: 32px;
    }
    .ui-banner .ui-banner-slogans {
		background: #f9fafa;
		overflow: hidden;
		padding: 10px 10px 10px 10px;
		width: 250px;
		right: 0;
		top: -1px;
		height: 268px;
    }
    .ui-banner .ui-banner-slogans li {
        cursor: pointer;
        color: #000;
        text-align: left;
        font-weight: bold;
        font-size: 16px;
        line-height: 25px;
        padding: 9px 0 10px 0px;
        margin-left: 5px;
        border-bottom: 1px solid #c9c9c9;
    }
    .ui-banner .ui-banner-arrow.ui-banner-arrow-prev {
        left: 452px;
        top: 110px;
        background: transparent url(../images/hero-slider-arrow-left.png) no-repeat 0 0;
    }
    .ui-banner .ui-banner-arrow.ui-banner-arrow-next {
        left: 443px;
        top: 140px;
        background: transparent url(../images/hero-slider-arrow-right.png) no-repeat 0 0;
    }
    #mytab-content h3 {
        padding: 0px 0 15px;
        line-height: 24px;
        color: #333;
        font-size: 16px;
    }
    #mytab-content .row {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .br-aside-r .new-article h3 {
        line-height: 24px;
        color: #333;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 5px;
        overflow: hidden;
        height: 100%;
    }
    .br-aside-publish p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
        display: none;
    }
    .footer-left {
        margin-top: 40px;
        padding: 0 20px;
    }
    .footer-ul-header a {
        font-weight: bold;
        font-size: 12px;
    }
    .footer-right {
        padding: 0 20px;
        margin: 30px 0;
        border-left:1px solid #575558;
    }
    .footer-ul-li ul li a{
        font-size: 12px;
    }
    .footer-right-top-text h4{
        font-size: 16px;
    }
    .footer-right-top-text p {
        font-weight: bold;
        font-size: 16px;
    }
    .footer-right-bottom p {
        font-weight: bold;
        font-size: 12px;
        line-height: 18px;
        margin: 10px 0 5px;
    }
    .footer-bottom-text span {
        margin: 0 5px;
        font-size: 10px;
    }

}

/* 超小屏 手机 xs */
@media only screen and (max-width: 767px) {

    body{
        font-family: PingFang SC,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
        font-size:14px;
    }
#slides a.slides-img img.img-responsive {
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 100%;
    height: 235px;
    background: 50%/cover;
    border: none;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 100%;
    max-height: 200px;
    transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    object-fit: cover;
    /* position: absolute; */
    top: 0;
    /* left: 0; */
    display: block;
    height: 100%;
    /* width: auto; */
    min-height: 100%;
    min-width: 100%;
    max-width: 300%;
}
    .row.flash {
        padding-top: 10px;
    }
    .col-xs-7 {
        padding-left: 0px;
        width: 63.333333%;
    }
    .col-xs-5{
        width: 36.666667%;
    }
    .col-xs-5 a>img{
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px;
        width: 100%;
        height: 235px;
        background: 50%/cover;
		border: none;
		 overflow: hidden;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 10px;
		width: 100%;
		max-height: 200px;
		transition: all 1.2s;
		-moz-transition: all 1.2s;
		-webkit-transition: all 1.2s;
		-o-transition: all 1.2s;
		object-fit: cover;
		/* position: absolute; */
		top: 0;
		/* left: 0; */
		display: block;
		height: 100%;
		/* width: auto; */
		min-height: 100%;
		min-width: 100%;
		max-width: 300%;
    }
    .navbar-brand {
        float: left;
         height: 0px;
         padding: 0px;
         font-size: 0px;
         line-height: 0px;
    }
	.br-tabs img.img-responsive {
        width: 110px;
    height: 75px;
}
	
	ol.article-phones {
    margin-top: 20px;
}
	/*手机版导航*/
	
	.navbar-nav {
    margin:0;
	padding: 15px;
	}
	ul.nav.navbar-nav li{
		float:left;
	}
	.middle-header .navbar-default .navbar-nav>li>a {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        padding: 5px 10px;
		background: #eee;
		margin: 10px;
		border-radius:20%;
    }
	.nav.navbar-nav li.cur {
    color: #fff;
    background-color: #fff;
}
	
    /*图片自适应*/
    .br-wap-logo{
        width: 245px;
		height: 65px;
		margin-left: 15px;
		background-image: url(../images/method-draw-image.svg);
		background-size: 200px 45px;
		background-repeat: no-repeat;
		background-position: 15px 11px;
    }
    .br-img-icon {
        width: 19px;
        height: 17px;
    }
    .br-img-height {
        height: 75px;
    }
    .br-img-ad-l {
        width: 100%;
        height: 57px;
    }
    .br-img-height-pub {
        width: 100%;
        height: 156px;
    }
    .item{
        width: 100%;
        height: 200px;
    }

    /*图片自适应结束*/

    .row.finance .page-header {
        border-bottom: none;
        padding-bottom: 0px;
        margin: 0px 0;
    }
    .row.Special .page-header {
        border-bottom: none;
        padding-bottom: 0px;
        margin: 0px 0;
    }

    .br-carousel-inner{
        height: 200px;
    }
    .br-aside-l {
        padding-right: 15px;
    }
    .middle-header nav.navbar.navbar-default {
        border: none;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }
    .middle-header .navbar-header {
        padding: 5px 0 10px;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 18px;
        margin-right: 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    
    li.daily-show {
        float: left;
    }
    .main .page-header span.modal-title {
        display: inline-block;
        position: relative;
        color: #333;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
    }
    .icon img {
        margin-top: -5px;
        margin-right: 3px;
        height: 17px;
    }
    .main .page-header h3 {
        color: #333;
        font-size: 17px;
        line-height: 24px;
        font-weight: 700;
        padding: 20px 0 10px;
    }
    .main .page-header p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .time {
        line-height: 17px;
        font-size: 12px;
        color: #999;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    a.typename {
        line-height: 17px;
        font-size: 12px;
        color: #999;
    }
    .fa-tags{
        color: #95d0d8;
    }
    .main .page-header {
        padding-bottom: 15px;
        margin: 0px 0 0px;
        border-bottom: 1px solid #eee;
    }

    .new-article {
        margin-bottom: 8px;
        margin-top: 0px;
    }
    .row.flash-con{
        margin-top: 5px;
    }
    #mytab-content h3 {
        line-height: 24px;
        color: #333;
        font-size: 15px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 10px;
        overflow: hidden;
        max-height: 54px;
    }
    span.typename {
        line-height: 33px;
        font-size: 12px;
        color: #666;
        float: right;
        margin-top: -5px;
    }
    #mytab-content .row {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .row.br-tabs{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .br-new-ad{
        margin-bottom: 10px;
    }
    .row.finance,
    .row.Special
    {
        margin-top:25px;
    }
    .flash-con.economic,
    .flash-con.finan
    {
        margin-top:0px;
    }
    .br-tabs .nav-tabs>li>a {
        font-weight: bold;
        font-size: 16px;
    }
    .view-more{
        text-align: center;
        line-height: 46px;
        font-size: 14px;
        color: #666;
    }
    .br-line-bg{
        border-bottom: 10px solid #f2f2f2;
        margin-left: -15px;
        margin-right: -15px;
    }
	
	/*左边栏*/
	.js-main .js-home-main .js-left .js-article .title h2 {
    font-size: 22px;
	    line-height: 34px;
}
	.js-article .title {
		margin-bottom: 10px;
	}
	.js-article .article-info {
    margin-bottom: 10px;
}
	.col-md-8.js-left{
		margin-left:-15px;
		margin-right:-15px;
	}
	.is-top.share-wrapper {
    display: none;
	}
	
	.js-article p {
    font-size:15px;
	line-height:24px;
}
.js-article .reading {
    font-size:15px;
	line-height:24px;
}
.font32, .js-acl .price, .js-acl .price-free, .js-acl .title, .js-article .title h2, .js-article-next .title h2, .js-online .service .title {
    font-size: 18px;
	line-height:26px;
}
.js-article-next p {
    margin-bottom: 10px;
    font-size: 14px;
	line-height:22px;
}
.js-main {
    margin-bottom: 0px;
}
.br-news-prompt p{
	font-size: 13px;
	line-height:20px;
}
input.br-pl-value {
    float: right;
}
.js-lives .main .control .content-detail {
	font-size: 16px;
    line-height: 26px;
}
    /*右边栏*/
    .br-aside-r {
        padding: 10px 0px;
        background-color: #fff;
    }
    .row.culture .page-header {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .br-aside-r.br-edu {
        margin-top: 10px;
    }
    .br-con h3.br-con-h3{
        line-height: 24px;
        color: #333;
        font-size: 15px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 10px;
        overflow: hidden;
        height: 50px;
    }
    .row.br-con{
        padding: 10px 0 10px 0;
        margin-bottom: -3px;
        box-sizing: border-box;
    }
    hr.visible-xs {
        margin: 0px auto;
        width: 92%;
        background-color: #eee;
    }
    #realty hr.visible-xs{
        width: 100%;
    }
    .br-tabs .nav-tabs {
        border-bottom: 1px solid #eee;
    }
    a.publish-text h4{
        font-size: 15px;
    }
    /*footer*/
    .footer-wap{
        background-color: #333332;
        color: #6d6969;
        text-align: center;
        padding:20px 0;
    }
    .footer-wap-top{
        border-bottom: 1px solid #6d6969;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .footer-wap-top p{
        text-align: center;
        color: #6d6969;
    }
    .footer-wap-line{
        border-right: 1px solid #6d6969;
    }
    .footer-wap-top .glyphicon,
    .footer-wap-top .fa-user-plus{
        font-size: 20px;
    }
    .carousel-caption {
        position: absolute;
        right: 5%;
        top: 155px;
        left: 5%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }
    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 0px;
        border: none;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .main .page-header a.more {
        position: absolute;
        line-height: 33px;
        font-size: 14px;
        top: 0px;
        right: 15px;
        color: #999;
        display: none;
    }
    .br-aside-r.welfare{
        margin-top: 10px;
    }
    .br-aside-r.br-pub {
        margin-top: 10px;
    }
    .row.br-aside-publish{
        margin-bottom: 10px;
        margin-top:10px;
    }
    .new-article.br-publish a>img{
        width: 100%;
        height: 100%;
    }
    .br-aside-r hr.visible-xs {
        margin: 0px auto;
        width: 100%;
        background-color: #eee;
    }
	
	/*快讯*/
	.js-lives .main .control .time-detail {
    font-size: 26px;
    line-height: 34px;
	}	

	/*新闻列表*/
	.ja-article-list .article-main ol .article-img {
		width: 100%;
		height: 100%;
		border-radius: 0px;
		position: relative;
		overflow: hidden;
	}
	.ja-article-list .article-main ol ul {
		margin-left: 0; 
		height: 100%;
		display: block;
		position: relative;
	}
	.ja-article-list .article-main ol+ol {
    margin-top: 20px;
	}
	.ja-article-list .article-main ol ul h3 {
        overflow: hidden;
    max-height: 48px;
    line-height: 24px;
    color: #333;
    font-size: 17px;
    font-weight: 700;
	margin-left:0px;
	}
	.js-main.br-news-list .ja-article-list .article-main ol ul h3 {
	margin-right:15px;
	}
	.ja-article-list .article-main ol ul .article-info {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -22px;
    margin-left: 0px;
	    font-size: 12px;
	 padding-right: 20px;
	}
	span.time-right {
    float: right;
}
	ol.clear.list {
    margin-bottom: 15px;
	margin-top:15px;
	}
	.ja-article-list .article-main ol .article-img img {
		width: 100%;
		height: 70px; 
		-webkit-transition: -webkit-transform .15s ease-in;
		transition: -webkit-transform .15s ease-in;
		transition: transform .15s ease-in;
		transition: transform .15s ease-in,-webkit-transform .15s ease-in;
		will-change: transform;
	}

	.js-main.br-news-list{
		margin-top:0px;
	}
	.ja-article-list {
		margin-top: 0px;
	}

	.ja-article-list .article-loading a {
    height: 34px;
    width: 100%;
    padding-top: 4px;
    border: #dcdcdc 1px solid;
    border-radius: 8px;
    display: block;
    background: #f5f5f5;
    border: #f5f5f5 1px solid;
    text-align: center;
}


	.ja-article-list .article-main ol .article-img {
		width: 36.666667%;
		height: 100%;
		border-radius: 0px;
		position: relative;
		float: left;
		overflow: hidden;
	}
	.ja-article-list .article-main ol ul {
		margin-left: 0;
		height: 100%;
		display: block;
		position: relative;
		float: right;
		width: 63.333333%;
		padding-right: 0px;
	}
	.ja-article-list .article-main ol ul li:nth-child(2) {
		height: auto;
		padding-left: 15px;
		display:none;
	}
	.ja-article-list .article-main ol .article-img img {
		width: 80%;
		height: 77px;
		margin-left: 15px;
	}
	.ja-article-list .article-main ol ul li .author {
		width: 20px;
		height: 20px;
		border-radius: 50%; 
		margin-right: 4px;
	}
	/*下载*/
		.down-article .title h2 {
		font-size: 18px;
		padding-bottom: 0px;
	}
	.down-article p {
		margin-bottom: 0px;
	}
	.down-article p.down-summary {
		margin-bottom: 0px;
		font-size:12px;
		line-height:16px;
	}
	.ja-article-list .article-main ol .article-img img {
		width: 80%;
		height: 77px;
		margin-left: 15px;
	}
	.ja-article-list .article-main .tab_list_con.db_download ol ul li:nth-child(2) {
		display: block;
	}

	.ja-article-list .article-main .db_download ol .article-img {
			width: 120px;
		height: 100%;
		display: block;
		float: none;
		border-radius: 4px;
		position: relative;
		overflow: hidden;
		margin-left: -15px;
	}

	.ja-article-list .article-main .db_download ol .article-img img {
		width: 100%;
		height: 100%;
		margin-left: 15px;
	}

	.db_download a.article-img {
		margin-top: 0px;
	}

	.ja-article-list .article-main .db_download ol ul .article-info {

		   bottom: -105px;
	}
	.ja-article-list .article-main .tab_list_con.db_download ol ul li:nth-child(2) {
		display: block;
		height: 90px;
			margin-left: -30px;
	}
	.ja-article-list .article-main .db_download ol ul h3 {
		margin-left:-15px;
	}


	/*手机搜索页*/
	section.wap-search {
		padding: 60px 20px;
		    margin-left: 20px;
	}
	.search-header h2 {
    font-size: 22px;
    margin-bottom: 30px;
}
	.search-title span,
	.search-auther span,
	.search-writer span{
    display: inline-block;
    width: 80px;
    font-size: 18px;
	}

	.search-title,
	.search-auther,
	.search-writer
	 {
	   margin-bottom:20px;
	}	
		
	.search-title input[type="text"],
	.search-auther input[type="text"],
	.search-writer input[type="text"]
	 {
		width: 60%;
	}
	.search-sub input[type="submit"] {
		padding: 10px 15px;
		margin-left: 25px;
		margin-top: 20px;
	}

	/*搜索结果页*/
	.js-main.search-wap {
    margin-bottom: 50px;
	}
	.js-main.search-wap input[type="text"] {
		width: 100%;
	}

	.js-main.search-wap .ja-article-list .article-main ol .article-img img {
		width: 92%;
		height: 68px;
		margin-left: 0px;
	}
	.js-search {
		margin-bottom: -10px;
		position: relative;
	}
	.js-main.search-wap hr.visible-xs {
		margin: 0px auto;
		width: 100%;
		background-color: #eee;
		margin-top: 20px;

	}
	
	/*列表页码*/
	.js-digg a, .js-digg span {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    border: #dcdcdc 1px solid;
    display: inline-block;
}
	.js-digg a+a {
    margin-left: 9px;
}
	
	.we .borromBody {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
	.we .poto {
    height: 220px;
    padding-top: 0px;
    color: #fff;
}

	.we .potoj {
    height: 220px;
    background: url(../images/aboutbg-1.png) no-repeat;
    padding-top: 0px;
    color: #fff;
}
	.position {
    padding: 30px 0px;
}

	.position ol {
    margin: 0 0px;
    padding-bottom: 20px;
    font-size: 15px;
}
	.contact ol {
    width: 100%;
}
	.we .service ol {
    margin-bottom: 0px; 
    padding-top: 30px;
    list-style: none;
}
	.we.marginb ul.font-w {
    margin-bottom: 0px;
	font-size:22px;
}
}
























