﻿* {
    margin: 0px;
    padding: 0px;
}

a:link {
    color: #333333;
    text-decoration: none;
}

/* 未访问链接*/
a:visited {
    color: #333333;
    text-decoration: none;
}

/* 已访问链接 */
a:hover {
    color: #e60013;
    text-decoration: none;
}

/* 鼠标移动到链接上 */
a:active {
    color: #e60013;
    text-decoration: none;
}

/* 鼠标点击时 */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /*IE6、7专用*/
    *zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.line {
    width: 96%;
    height: 3px;
    background-image: url('http://static.cena.com.cn/attach/image/20210317/161597055458519628.jpg');
    /*  background-image:url('images/line.jpg');*/
    background-repeat: repeat-x;
    margin: 5px auto 15px 0px;
}

.line-1 {
    width: 96%;
    height: 2px;
    margin: 25px auto 35px auto;
    border-bottom: 1px dashed #CCCCCC;
}


.top {
    width: 100%;
    height: 30px;
    background: #fcfcfc;
    border-bottom: 2px solid #e5e5e5;
    font-size: 12px;
    line-height: 30px;
}

.w {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.top h6 {
    float: left;
}

.now-time {
    float: left;
    color: #e70017;
    margin-left: 630px;
    margin-right: 20px;
}

.icon {
    color: #aa0000;
    margin-left: 15px;
    margin-right: 5px;
}

.head {
    margin: 15px auto;
    height: 100px;
}

.logo {
    float: left;
    width: 280px;
    height: 80px;
    margin-top: 5px;
}

.menu {
    float: left;
    width: 480px;
    height: 100px;
    margin: 10px 0 0 75px;
}

.menu li {
    float: left;
    width: 80px;
    height: 100px;
    font-size: 14px;
    text-align: center;
    list-style: none;
    margin-left: 3px;
}

.menu li img {

    width: 50px;
    height: 50px;
}


.dropdown {
    position: relative;
    display: inline-block;


}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    margin-top: 10px;
    margin-left: -30px;
}

.menu ul li .dropdown-content img {
    width: 100px;
    height: 100px;
    z-index: 999;
}

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 999;
}

.search {
    float: right;
    width: 350px;
    height: 42px;
    margin-top: 25px;
}

.search input {
    float: left;
    font-size: 14px;
    width: 280px;
    line-height: 38px;
    padding-left: 12px;
    background: #f8f0d9;
    border: none;
    color: #a29c8e;
    border: 2px solid #e60013;
    border-radius: 5px 0px 0px 5px;
}

.search button {
    float: left;
    width: 50px;
    height: 42px;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    background: #e60013;
    border: none;
    border-radius: 0px 5px 5px 0px;
}


/*导航条*/

.navbar {
    width: 100%;
    height: 40px;
    background: #e60013;
    line-height: 40px;
}

.navbar .nav {
    width: 1200px;
    height: 40px;
    /*  background: #333;*/
    /*  overflow: hidden;*/
    /*  box-shadow: 0 -2px 2px #000;*/
    /*  white-space: nowrap;*/
    /*  z-index:1;*/
}

.navbar .nav ul {
    list-style: none;
}

.navbar .nav ul li {
    float: left;
    height: 40px;
    font-size: 18px;
    /*  width: 75px;*/
    /*  margin-right:1px;*/
    /*  background: #222;*/
    /*  margin: 0 22px;*/
}

@keyframes changeColor {
    0% {
        background: #1d84b5;
    }

    25% {
        background: #1d84b5;
    }

    50% {
        background: #00cecb;
    }

    75% {
        background: #00cecb;
    }

    100% {
        background: #1d84b5;
    }
}

.navbar .nav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 22px;
}

.navbar .nav ul li a:hover {
    color: #fff;
    background: rgba(238, 82, 83, 1);
    animation: changeColor 2s infinite;
    animation-delay: 3s;
}

.navbar .nav ul li ul li {
    display: none;
    position: relative;
    height: 40px;
    float: initial;
    text-align: center;
    background: rgba(1, 163, 164, 1);
    font-size: 14px;
    transition: 0.3s;
    z-index: 300;
}

.navbar .nav ul li:hover ul li {
    display: block;
    border-top: 1px solid rgba(72, 219, 251, 0.5);
    z-index: 300;
}

/*首页焦点区*/

.hot {
    width: 1200px;
    margin: 15px auto;
    /*background: #e60013;*/
}

.hot-pic {
    float: left;
    width: 740px;
    height: 390px;
    /*    background: #e8e8e8;*/
}

.hot-text {
    float: right;
    width: 430px;
    height: 390px;
}

.hot-text ul li {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin: 0 0 14px 0;

}

/*焦点新闻，首行加粗-伪类*/
.hot-text ul li:first-child {
    font-weight: bold;
}


.ad-590 {
    width: 590px;
    height: 90px;
    background: #e8e8e8;
}


.ad-590 img {
    width: 590px;
    height: 90px;
}

.ad-295 {
    width: 290px;
    height: 80px;
    background: #e8e8e8;
    margin-right: 10px;
}


.ad-375-100 {
    width: 375px;
    height: 100px;
    background: #e8e8e8;
    margin: 10px auto;
}


.ad-375-260 {
    width: 375px;
    height: 260px;
    background: #e8e8e8;
    margin: 10px auto;
}

.tuijian {
    margin-top: 10px;
}

.side-left {
    width: 800px;
    height: auto;
    /*    background: #e8e8ff;*/
}

.title-1 {
    font-size: 18px;
    line-height: 40px;
    color: #e6001a;
}

.title-1 i {
    margin: 0px 0 0 10px;
}

.title-1 h3 {
    font-size: 18px;
    line-height: 40px;
    display: inline;
    margin-left: 10px;
    font-weight: bold;
}

.title-1 span img {
    width: 70px;
    height: 20px;
    display: inline;
    float: right;
    padding-top: 10px;

}


.title-line {
    width: 100%;
    height: 3px;
    background: #f3f3f3;
}

.title-line-red-25 {
    width: 25%;
    height: 3px;
    background: #e6001a;
}

.title-line-red-35 {
    width: 35%;
    height: 3px;
    background: #e6001a;
}

.side-right {
    width: 375px;
    height: auto;
    /*    background: #e8e8ff;*/
}

.news_list {
    width: 800px;
    height: auto;
    margin: 10px 0px 20px 0px;
    padding: 10px 0px 20px 0;
    /*    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;*/
    border-bottom: 1px dashed #CCCCCC;
}


.news_list img {
    float: left;
    width: 250px;
    height: 160px;
    display: block;
    margin-right: 10px;
    border: 1px solid #f3f3f3;
}

.news_list h2 {
    float: left;
    display: block;
    width: 536px;
    font-size: 18px;
    line-height: 28px;
}

.news_list p {
    float: left;
    margin-top: 10px;
    width: 536px;
    height: auto;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_list .time {
    float: left;
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 28px;
}

.news_list .time i {
    color: #e6001a;
}

/*文章排行*/

.paihang {
    margin: 10px 0px;
}

.paihang ul {
    counter-reset: section;
}



.paihang ul li {
    font-size: 14px;
    line-height: 35px;
    width: 100%;
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dotted #ccc;
}

.paihang ul li:before {
    counter-increment: section;
    content: counter(section);
    display: inline-block;
    padding: 0 6px;
    margin-right: 10px;
    height: 18px;
    line-height: 18px;
    background: #717070;
    color: #fff;
    border-radius: 3px;
    font-size: 9px
}

.paihang ul li:nth-child(1):before {
    background: #ff6a00
}

.paihang ul li:nth-child(2):before {
    background: #107db4
}

.paihang ul li:nth-child(3):before {
    background: #56ae11
}


.tuijian-more {
    border-radius: 25px;
    border: 1px solid #adadad;
    font-size: 13px;
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #adadad;
    margin: 20px auto;

}

.news_zt {
    width: 375px;
    height: auto;
    /*    background: #e8e8e8;*/
    margin: 10px auto;
    border-bottom: 1px dashed #CCCCCC;
}

.news_zt h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0;
}

.news_zt img {
    width: 210px;
    height: 130px;
    float: left;
    margin-right: 10px;
    border: 1px solid #f3f3f3;
}

.news_zt p {
    font-size: 12px;
    line-height: 24px;
    float: left;
    margin: 0 0 10px 0;
}







.footer{
  height: 240px;
  width: 100%;
  margin: 20px auto 0px auto;
  background:#e22434;
}

.friendlink{
  padding-top: 20px;
  font-size: 18px;
  line-height: 50px;
  color:#ffffff;
  text-align: center;
}

.friendlink span{
  margin: 20px 10px 10px 10px;
}



.friendlink span a:link {
    color: #fff;
    text-decoration: none;
}

/* 未访问链接*/
.friendlink span a:visited {
    color: #fff;
    text-decoration: none;
}

/* 已访问链接 */
.friendlink span a:hover {
    color: #ffec4c;
    text-decoration: none;
}

/* 鼠标移动到链接上 */
.friendlink span a:active {
    color: #fff;
    text-decoration: none;
}

/* 鼠标点击时 */


.about{
  margin-top:5px; 
}

.about-logo{
  float: left; 
  width: 180px;
  height: 82px;
  margin:10px 0px 0px 10px; 
}

.about-nav{
  float: left;
  width: 820px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  color:#ffffff;
  text-align: center;
  margin-top:20px; 
}

.about-nav span{
  margin: 10px 10px;
}


.about-nav span a:link {
    color: #fff;
    text-decoration: none;
}

/* 未访问链接*/
.about-nav span a:visited {
    color: #fff;
    text-decoration: none;
}

/* 已访问链接 */
.about-nav span a:hover {
    color: #ffec4c;
    text-decoration: none;
}

/* 鼠标移动到链接上 */
.about-nav span a:active {
    color: #fff;
    text-decoration: none;
}

/* 鼠标点击时 */

.about-erweima {
    float: left;
    width: 120px;
    height: 150px;
    text-align: center;
}

.about-erweima img {
    display: block;
    width: 120px;
    height: 120px;
}

.about-erweima p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;

}


/*备案号*/

.copyright{
  height: 40px;
  background: #000;
  margin-top:0px; 
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.copyright a:link {
    color: #fff;
    text-decoration: none;
}

/* 未访问链接*/
.copyright a:visited {
    color: #fff;
    text-decoration: none;
}

/* 已访问链接 */
.copyright a:hover {
    color: #ffec4c;
    text-decoration: none;
}

/* 鼠标移动到链接上 */
.copyright a:active {
    color: #fff;
    text-decoration: none;
}

/* 鼠标点击时 */



/*图片轮换图*/
.focus {
    position: relative;
    width: 740px;
    height: 390px;
    background-color: #fff;
    float: left;
}

.focus img {
    width: 740px;
    height: 390px;
}

.focus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
    overflow: hidden;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #fff;
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    bottom: 25px;
    right: 40px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    margin: 10px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #fc114a;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev,
.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat;
}

.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -40px 0;
}



.video {
    margin: 15px 0px;
}

.video-news {
    width: 180px;
    height: auto;
    text-align: center;
}

.video-news img {
    width: 177px;
    height: 100px;
    border: 2px solid #f3f3f3;
}

.video-news h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*分页样式*/

.page {
    margin: 30px auto 20px auto;
    text-align: center;
}

.page ul.pagination {
    display: inline-block;
    padding: 0;
}

.page ul.pagination li {
    display: inline;
}

.page ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.page ul.pagination li a.active {
    background-color: #e60013;
    color: white;
}

.page ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}


/*文章样式*/

.article {
    margin: 15px 0px;
    padding: 0px 15px;
}

.article h1 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 25px 0px;
}

.article .article-info {

    text-align: center;

}

.article .article-info span {
    font-size: 12px;
    line-height: 32px;
    margin: 25px 0px;
    color: #707070;
}

.art_body {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.art_body p {
    text-indent: 2em;
    margin: 10px 0px;
}

.art_body img {
    max-width: 750px;
    margin: 0px auto;
    display: block;
}

.Editor {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    margin: 20px 0px;
    display: block;
    float: right;
}

.bdsharebuttonbox {
    width: 300px;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
}

.statement {
    margin: 20px 0px;
    padding: 15px;
    background: #f2f2f2;
    border: 1px solid #d0d0d0;
}

.statement-w {
    width: 27px;
    height: 50px;
    background: #e6484f;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.statement p {
    width: 720px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-left: 20px;
    float: right;
}


/*文章评论*/

.comment {
    margin: 30px auto;
    width: 98%;
    height: auto;
}

/*文章相关链接*/

.Related-links {
    margin: 20px 10px;
}

.Related-links ul {
    list-style-type: none;
}

.Related-links li {
    font-size: 14px;
    line-height: 36px;
    width: 370px;
    text-align: left;
    margin: 2px 20px 2px 0px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


.ad_810_t {
    width: 810px;
    float: right;
    margin-top: 20px;
}

.ad_810_t img {
    height: 85px;
    width: 810px;
}


.ad_1163 {
    height: 92px;
    width: 1200px;
    margin: 10px auto;
    /*border: 1px solid #CCCCCC;*/
}

.ad_1163 img {
    width:1200px;
    height:92px;
}

.ad_810 {
    height: 90px;
    width: 810px;
    margin: 10px auto;
    /*border: 1px solid #CCCCCC;*/
}

.ad_810 img {
    height: 90px;
    width: 810px;
}

.ad_332 {
    height: 90px;
    width: 332px;
    margin: 10px auto;
    /*border: 1px solid #CCCCCC;*/
}

.ad_332 img {
    height: 90px;
    width: 332px;
}


.ad_330_250 {
    height: 250px;
    width: 330px;
    margin: 10px auto;
    /*border: 1px solid #CCCCCC;*/
}

.ad_330_250 img {
    height: 250px;
    width: 330px;
}