@charset "utf-8";

/* CSS Document */

/*PC*/

body {
    background-color: #eeeeee;
}

.l {
    float: left;
}
.r {
    float: right;
}
.box {
    width: 1032px;
    margin: 10px auto;
    padding: 0 34px; 
}

/* 导航 */

/* main */
.main {
    overflow: hidden;
    margin-top: 85px;
}
/* 轮播 */
.lunbo {
    width: 770px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}
.lunbo:before {
    content: '';
    width: 770px;
    height: 470px;
    left: 35px;
    top: 19px;
    z-index: -1;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-5%, -5%);
    transform: translate(-5%, -5%);
    -ms-transform: translate(-5%, -5%);
    -moz-transform: translate(-5%, -5%);
    -o-transform: translate(-5%, -5%);
}
.lunbo:after {
    content: '';
    position: absolute;
    top: -25px;
    left: 25%;
    width: 270px;
    height: 40px;
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1, rgba(0, 0, 0, 0.2)));
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    display: none;
}
.carousel-content {
    width: 770px;
    height: 470px;
    position: relative;
    overflow: hidden;
}
.carousel {
    height: 470px;
    position: absolute;
}
.carousel li {
    float: left;
    position: relative;
}
.carousel li,
.carousel li img {
    width: 770px;
    height: 470px;
}
.carousel li span {
    position: absolute;
    left: 50px;
    bottom: 40px;
    font-size: 30px;
    color: #fff;
}
.img-index {
    position: absolute;
    bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.img-index li {
    float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    cursor: pointer;
    margin: 0 3px;
    color: #fff;
    border-radius: 18px;
}
.img-index li.js_index,
.img-index li:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.carousel-prev,
.carousel-next {
    position: absolute;
    display: inline-block;
    top: 45%;
    cursor: pointer;
    display: none;
}
.carousel-prev {
    left: 0;
}
.carousel-next {
    right: 0;
}
/* info */
.info {
    width: 250px;
    height: 470px;
}
.info .info_top {
    /*height: 145px;*/
    height: 160px;
    background-color: #fff;
    margin-top: 10px;
}
.info .info_btm {
    /*height: 272px;*/
    height: 258px;
    background-color: #fff;
}
.info_top .info_magezine .fl {
    /*width: 104px;
    height: 131px;*/
    margin: 7px 15px;
    margin: 7px 0 7px 15px;
}
.info_top .info_magezine .fl img{
    width: 117px;
}
.info_top .info_magezine .fr a {
    display: block;
    width: 70px;
    height: 30px;
    border-radius: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    /*margin: 27px 27px;*/
    margin: 34px 24px;
} 
.info_top .info_magezine .fr a:nth-child(2) {
    background-color: #f0f0f0;
}
.info_top .info_magezine .fr a:nth-child(1) {
    background-color: #cd1d1f;
}
.info .info_top .info_t_t {
    height: 131px;
}
.info .info_top .info_t_t h2 {
    font-size: 18px;
    font-weight: 400;
    margin-left: 16px; 
}
.info .info_top .info_t_t .l div {
    width: 118px;
    height: 65px;
    margin: 10px 0 10px 5px;
    background-color: #009fe8;
    padding-left: 10px;
}
.info .info_top .info_t_t i{
    font-size: 20px;
    color: #fff;
    line-height: 31px;
}
.info .info_top .info_t_t span {
    font-size: 14px;
    color: #929292;
    margin-left: 14px;
}
.info .info_top .info_t_t img {
    margin-right: 8px;
}
.info .info_top .info_b_b {
    padding-left: 40px; 
    height: 30px;
    width:100%;
    margin-top: 18px;
}
.info .info_top .info_b_b a {
    display: block;
    float: left;
    width: 70px;
    height: 30px;
    border-radius: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    margin: 0px 10px;
}
.info .info_top .info_b_b a:nth-child(1) {
    background-color: #f0f0f0;
}
.info .info_top .info_b_b a:nth-child(2) {
    background-color: #cd1d1f;
}
.jubao {
    width: 250px;
    height: 33px;
    background-color: #6e6e6e;
    margin-top: 10px;
}
.jubao a {
    display: block;
    width: 100%;
    height: 100%;
}
.jubao img {
    width: 222px;
    height: 30px;
    margin: 0 13px;
}
/* ---- 首页十大新闻---- */

.sin_top10_title {
    height: 34px;
    line-height: 34px;
    background: url(http://www.zgxwzk.chinanews.com.cn/10/2018/0816/icon2203.jpg) no-repeat 16px center #333;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 38px;
}
.clear-fix {
    zoom: 1;
    clear: both;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.sin_top10_cont {
    overflow-y: auto;
    overflow-x: hidden;
}
.sin_top10_cont::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.sin_top10_cont::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 4px;
     /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    background: #aaa;
}
.sin_top10_cont::-webkit-scrollbar-track {/*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 4px;
    /*background: #aaa;*/
}
.sin_top10_cont li {
    float: left;
    padding: 14px 15px 0 15px;
    border-bottom: 1px solid #eee;
}
a {
    color: #428bca;
    text-decoration: none;
    background-color: transparent;
}
.sin_top10_cont li img {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 8px;
}
.sin_top10_txt {
    width: 135px;
}
.sin_top10_cont li h4 {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 7px;
}

.ten_text {
    display: none;
}

/* ---- grid ---- */
    
.grid {

    overflow: hidden;

}
/* clear fix */
.grid img {

    height: 190px;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}
/* ---- .element-item ---- */

.grid-item {
    position: relative;
    float: left;
    width: 248px;
    height: 260px;
    color: #666;
    overflow: hidden;
    margin: 5px;
    background-color: #fff;
}
.grid-item div p {
    padding: 0 17px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 4px;
}
.grid-item .type {
    position: absolute;
    top: 5px;
    left: 3px;
}
.grid-item .type i {

}
.grid-item .type i img {
    width: 16px;
    height: 17px;
}
.grid-item .type span {
    font-size: 14px;
    display: block;
    margin: -23px 0 0 18px;
    color: #d2d2d2;
}
.grid-item--width2 {
    width: 505px;
}

.grid-item--height2 {
    height: 190px;
}

 .grid.are-images-unloaded {
        opacity: 0;
    }

/* hide by default */
    
.grid.are-images-unloaded .image-grid__item {
    opacity: 0;
}
.page-load-status {
    display: none;
    /* hidden by default */
    padding: 20px 0;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}
.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
 
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
 
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }
 
@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}
 
@keyframes slide {
  to { transform: translateX(1.5em) }
}
 
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
 
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
 
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;

}
.infinite-scroll-last {
    width: 130px;
    margin: 10px auto;
    font-size: 20px;
}

.loading {
    width: 250px;
    height: 50px;
    margin: 10px auto;
    background-color: yellow;
    font-size: 20px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
}


.grid__col-sizer,
.photo-item {
    width: 32%;
}
    
.grid__gutter-sizer {
    width: 2%;
}

/*footer*/
/* .footer{height: 140px;background-color: #222;padding: 34px 0 20px;}
.foot_link{color: #fff;margin-bottom: 24px;}
.foot_link ul{padding: 0;}
.foot_link a{color: #fff;font-size: 14px;line-height: 22px;}
.foot_link em{font-style: normal;padding: 0 6px 0 10px;}
.footer p{font-size: 12px;color: #999;} */



/*手机*/

@media screen and (max-width:600px) {
    body {
        background-color: lightblue;
    }
    .box {
        width: 100%;
        padding: 0;
    }
    .main {
        margin-top: 71px;
    }

    /*轮播*/
    .lunbo {
        width: 100%;
    }
    .carousel-content {
        width: 100%;
        height: 235px;
    }
    .carousel li {
        /*width: 770px;*/
        height: 235px;
    }
    .carousel li img {
        width: 100%;
        height: 235px;
    }
    .carousel li span {
        left:18px;
        bottom:30px;
        font-size:24px;
        margin-right:18px;
    }
    /*10大热文*/
    .ten_text {
        display: block;
    }


    /*info*/
    .info {
        display: none;
    }

    /*grid*/
    .grid img {
        width: 47%;
        height: 120px;
    }
    .grid-item {
        width: 47%;
        height: 182px;
    }
    .grid-item--width2 {
        width: 100%;
    }

    .grid__col-sizer,
    .photo-item {
        width: 32%;
    }
        
    .grid__gutter-sizer {
        width: 2%;
    }

}

 /*平板*/

@media screen and (min-width:600px) and (max-width:960px) {
    body {
        background-color: #f0f0f0;
    }
}
