.jrtt {
    width: 1200px;
    height: 70px;
    margin: 20px auto;
    padding: 10px 0;
    background: #F3F3F3;
    border: #E6E6E6 1px solid;
    position: relative;
}

.jrtt .toutiao {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 75px;
    height: 75px;
    background: url(../images/top.gif) no-repeat;
}

.jrtt h2 {
    width: 760px;
    height: 35px;
    line-height: 35px;
    font-size: 26px;
    font-family: 微软雅黑;
    text-align: center;
    font-weight: bold;
    color: rgb(0, 0, 0);
    display: block;
    overflow: hidden;
    margin: 0px auto;
}

.jrtt h2 a {
    color: #FF6600;
}


.jrtt ul {
    width: 860px;
    height: 20px;
    margin-top: 16px;
    display: block;
    margin: 10px auto;
}

.jrtt ul li {
    width: 220px;
    height: 20px;
    line-height: 20px;
    float: left;
    padding-left: 15px;
    background: url(../images/liico2.gif) left no-repeat;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-right: 49px;
}

.catbody a {
    padding: 0px 8px;
    border: 1px solid #d2e3fb;
    line-height: 26px;
    margin:5px;
    display: inline-block;
}

.catbody {
    padding: 5px;
}

.box-card-noborder .el-card__header {
    border-bottom: 0px !important;
}


/*新闻资讯*/

.news-box .el-card {
    border: 0;
}

.news-box-card dd {
    padding: 0 0 18px;
}

.news-box-card .news-image {
    width: 160px;
    height: 110px;
    overflow: hidden;
}

.news-box-card .img-set {
    display: table-cell;
    text-align: center;
    /*vertical-align: middle;*/
    align-items: center;
    justify-content: center;
    position: relative;
}

.news-box-card .news-info {
    /*margin-left: 12px;*/
    margin-top: -14px;
}

.news-box-card .news-btn {
    width: 70px;
    height: 20px;
    margin-top: 12px;
    background: linear-gradient(to right, #FBEEB7, #F4D083);
    border-radius: 10px;
    font-size: 12px;
    color: #AC6428;
    align-items: center;
    justify-content: center;
}

.news-box-card .news-info h1 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.img-set img {
    max-width: 100%;
    max-height: 100%;
}

.news-box-card .news-info h2 {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    height: 25px;
}

.news-box-card p.left {
    width: 80%;
}

.news-box-card p {
    font-size: 14px;
    color: #333;
}

.news-box-card .left:hover {
    color: #278ff0;
}

.left-hot1 ul {
    background: #fff;
    overflow: hidden;
    padding: 8px 0px 12px 0px;
}

.left-hot1 ul li {
    float: left;
    margin-right: 9px;
    text-align: center;
    padding-bottom: 10px;
}

.left-hot1 ul li a {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0px 5px;
    overflow: hidden;
    font-size: 12px;
    color: #333;
    border: 1px solid #DEDEDE;
}

.left-hot1 ul li a:hover {
    color: #fff;
    background: #0586e1;
}


.title {
    height: 30px;
    font-size: 28px;
    text-align: center;
    font-family: \9ED1\4F53;
    font-weight: normal;
    line-height: 30px;
}

.info {
    margin: 0 25px 0 25px;
    padding: 8px 10px 8px 20px;
    border-bottom: 1px dashed #ddd;
    color: #999;
    font-size:14px;
}
.info p{
    padding:5px;
}

.content {
    font-size: 14px;
    line-height: 200%;
    padding: 20px 20px 8px 20px;
}

.keylink {
    color: #409EFF;
    font-weight: normal;
    padding: 0 3px 0 3px;
}


.lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.lists .li {
    padding: 14px 0;
    /* border-bottom: 1px #f2f2f2 solid; */
    /* height: 100px;
    overflow: hidden; */
}

.lists .li .info {
    min-height: 100px;
    height:100%;
    /* overflow: hidden; */
    margin: 0 25px 0 25px;
    padding: 8px 10px 8px 10px;
    border-bottom: 1px dashed #ddd;
    color: #999;
}

.lists .li .info h3 {
    font-size: 16px;
    color: #222;
    line-height: 6px;
    margin-top: 0px;
    font-weight: bold;
}


.lists .li .desc {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 4px;
}

.lists .li .info .moreinfo {
    margin-top: 9px;
}

.lists .li .info .moreinfo .tags {
    float: left;
    margin-right: 10px;
}

.lists .li .info .moreinfo .tags a {
    display: block;
    float: left;
    margin-right: 5px;
    border: 1px #ff0028 solid;
    border-radius: 4px;
    height: 17px;
    line-height: 16px;
    padding: 0 5px;
    color: #ff0028;
    font-size: 12px;
}

.lists .li .info .moreinfo .txt {
    float: left;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    color: #77777b;
}

.lists .li .img {
    width: 160px;
    height: 100px;
    /* float: left; */
    margin-right: 20px;
    /* overflow: hidden; */
    text-align: center;
    margin-top: 10px;
}

.box-middle {
    line-height: 48px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px 0;
}

.fl-content {
    position: relative;
    padding: 0 20px 0 20px;
    zoom: 1;
    z-index: 5;
}

.gjc-po {
    top: 22px;
}

.fl-title {
    position: absolute;
    left: 0;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
}

.fl-right {
    padding: 0px 0 3px 15px;
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.fl-content dd {
    display: contents;
    float: left;
    margin: 0 16px 0 0;
    padding: 0 2px;
    cursor: pointer;
    color: #666666;
}

.fl-content dd a {
    float: left;
    height: 18px;
    line-height: 18px;
    padding: 0 3px;
    margin: 0px 12px 6px 0;
    white-space: nowrap;
    color: #0a50a1;
    transition: all 0.2s ease-in;
    font-size: 13px;
}
/*拓强注释掉，影响首页行业资讯顶部tab标签箭头样式*/
/*.el-tabs__nav-next,*/
/*.el-tabs__nav-prev {*/
/*    left: 50% !important;*/
/*    width: auto !important;*/

/*}*/
.news-item{
    margin:20px 0px;
}
.my-2{
    font-size:14px;

}
#downDetailDom,#zhuanjiaDetailDom{
    margin-top:10px
}