body{
    background:#F5F5F5;
}
.ny_content{
    padding-top:0;
    padding-bottom:100px;
}
.ny_banner{
    height: 384px;   
}
.theme_route{
    background:#bb1614;
    height: 80px;
    width: 100%;
    line-height: 60px;
    padding:0 20px;
    color: #FFF;
}
.theme_route .tit{
    font-size:24px
}
.theme_route .pos{
    float: right;
    line-height: initial;
    font-size: 12px;
    margin-top: 22px;
}
.theme_route .pos a{
    color: #FFF;
    display: inline-block;
}
.theme_route .pos font{
    margin:0 10px;
}
.theme_div{
    padding:0 20px;
    margin-top: -20px;
}
.theme_con{
    background:#FFF;
    padding:30px 20px;
}
.theme_nav{
    box-shadow: 0px 1px 8px 0px #ccc;
    justify-content: space-between;
    background:#F9F9F9;
}
.theme_nav li{
    width: 33.333%;
    height:55px;
    line-height:55px;
    text-align:center;
}
.theme_nav li a{
    font-size:22px;
    color:#3D3D3D;
    font-weight: 600;
    display: block;
    background:#F9F9F9;
    position: relative;
}
.theme_nav li a:after{
    content:'';
    display: block;
    width: 2px;
    height:30px;
    position: absolute;
    top: 10px;
    right:0;
    background: #eee;
}
.theme_nav li:last-child a:after{
    display:none;
}
.theme_nav li.active a{
    color:#F34336;
    background:#FFF;
    box-shadow: 0px 1px 8px 0px #ccc;
}
.theme_nav li.active a:after{
    display: none;
}
.theme_list{
    padding:20px 10px 0;
    margin-bottom: 30px;
}
.theme_list li{
    height: 60px;
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.theme_list li .title{
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    width: 90%;
    transition: all 0.3s linear;
}
.theme_list li .date{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s linear; 
}
.theme_list li:hover .title {
    font-size: 18px;
    transition: all 0.3s linear;
}
.themedetail_div {
  padding: 30px 30px 0;
}
.themedetail_div .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #3D3D3D;
  text-align: center;
}
.themedetail_div .source {
  line-height: 22px;
  text-align: center;
  margin: 14px 0 36px 0;
}
.themedetail_div .source span {
  color: #E53D1E;
}
.themedetail_div .source font {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  margin-left: 29px;
}
.themedetail_div .source font:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  background: #C4C4C4;
  left: -15px;
  top: 3px;
}
.themedetail_div .content {
  font-size: 16px!important;
  line-height: 35px!important;
  color: rgba(0, 0, 0, 0.7);
}
.themedetail_div .content img {
  max-width: 100%!important;
  height: auto!important;
  display: block!important;
  margin: 0 auto!important;
}
.themedetail_div .content a {
  display: inline-block;
}
.themedetail_div .content * {
  font-size: 16px!important;
  line-height: 35px!important;
}


@media screen and (max-width: 1600px) {
    .theme_footer .top ul {
      width: 994px;
    }
    .ny_content{
        padding-top:0;
        padding-bottom:80px;
    }
    .ny_banner{
        height: 300px;   
    }
    .theme_route .tit{
        font-size: 20px;
    }
    .theme_nav li{
        height:50px;
        line-height:50px;
    }
    .theme_list li .title{
      font-size: 16px;
    }
    .theme_nav li a{
        font-size:18px;
    }
}

@media screen and (max-width: 750px) {
    .ny_banner {
        height: 180px;
    }
    .ny_content{
        padding-bottom: 30px;
    }
    .theme_route{
       line-height: initial; 
       padding: 10px 20px;
       height: 100px;
    }
    .theme_route .pos{
        float: none;
        margin-top: 5px;
    }
     .theme_div{
        margin-top:0;
        padding:0;
    }
    .theme_con{
        padding:15px;
    }
    .theme_nav{
        width: 100%;
    }
    .theme_nav li{
        height:40px;
        line-height: 40px;
    }
    .theme_nav li a{
        font-size:14px;
    }
    .theme_list{
        padding:0;
    }
    .theme_list li{
        height: 50px;
        line-height: 50px;
    }
    .theme_list li .title{
        font-size:14px;
        width: 72%;
    }
    .theme_list li:hover .title {
        font-size: 16px;
    }
    .pagination .totalPage{
        display: none;
    }
    .themedetail_div {
        padding: 15px 15px 0;
    }
    .themedetail_div .title {
        font-size: 18px;
        line-height: 28px;
    }
    .themedetail_div .source {
        text-align: center;
        margin: 10px 0 10px 0;
    }
    .themedetail_div .content {
        line-height: 32px !important;
    }
    .themedetail_div .content {
        line-height: 32px !important;
    }


}