﻿/*全局*/

@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
    .top img{width: 100%;}
    .wz_main{width: 100%;}
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1325px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1025px) {
    .main{width: 100%;display: block;}
    .left{float: none; padding: 0px;margin: 0px;width: 100%; background: #9d2933;}
    .lb_name{font-size: 16px;text-align: right;padding-right: 20px;height: auto;line-height: 40px;background-size: 5%;background-position: 20px 12px;}
    .top img{width: 100%;}
    .wz_main{width: 100%;}
    .left ul{display: none;top: auto;left: auto;width: 100%;}
    .channelname,.active{width: 100%;height: auto;line-height: 40px;}
    .active{background: #D9D9D9;background-position: 90% 50%;}
    .active a,.channelname a{font-size: 16px;}
    .wz_main{width: 100%;}
    .right{width: 90%;padding: 0px;margin: auto;}
}

@media screen and (max-width: 769px) {
    .right .content img, .zw_content img{
        max-width:690px;
    }
    .xg_title{
	    line-height: 50px;
	    width: 98%;
        color:#333;
        float:left;
    }
    .xg_title span{
	    color:#666;
        font-weight:bold;
         float:left;
        text-align:left;
    }
     .xg_time{
        font-size: 14px;
        font-weight: bold;
        color: #666;
        text-align: right;
	    top: 20px;
	    right: 0px;
    }
}

@media screen and (max-width: 436px) {

     .right .content img, .zw_content img{
        max-width:370px;

    }
     .xg_title{
	    line-height: 50px;
	    width: 98%;
        color:#333;
        float:left;
    }
    .xg_title span{
	    color:#666;
        font-weight:bold;
         float:left;
        text-align:left;
    }
    
    .xg_time{
        font-size: 12px;
        font-weight: bold;
        color: #666;
        text-align: right;
	    top: 20px;
	    right: 0px;
    }
}

@media screen and (max-width: 420px) {
     .right .content img, .zw_content img{
        max-width:360px;
    }
}

@media screen and (max-width: 376px) {
   .right .content img,  .zw_content img{
        max-width:330px;
    }
}

@media screen and (max-width: 321px) {
    .right .content img, .zw_content img{
        max-width:280px;
    }
}