.about_as_content{
    //width: 1100px;
    //height: 1752px;
    min-height: 500px;
    width: 85%;
    height:80%;
    text-align: center; 
    margin-left: 10%;   
    margin-top:21%;
}

.technology_about_as_content{
    //width: 1100px;
    //height: 1752px;
    width: 80%;
    height:800px;
    text-align: center; 
    margin-left: 10%;   
    margin-top:21%;
}

.project_about_as_content{
    //width: 1100px;
    //height: 1752px;
    width: 85%;
    height:80%;//900px;
    text-align: center; 
    margin-left: 10%;   
    margin-top:21%;
}

.left{
    //width: 228px;
    //height: 752px;
    width:15%;
    float: left;
    height: 100%;
}
.l_top{
    width: 73%;
    height: 10%;
    float: left;
    margin-top: 0%;
    margin-left: 12%;
    //background: url(/0606/web/Public/img/sdbt1.png);
    //background: url(../img/sdbt.png);
}
.l_top img{
 width:100%;//auto;
 height:100%;//auto;
 max-width:100%;
 max-height:100%;
 //overflow:hidden;
}

.l_top_technology{
    width: 73%;
    height: 10%;
    float: left;
    margin-top: 0%;
    margin-left: 12%;
    //background: url(/0606/web/Public/img/sdbt1.png);
    //background: url(../img/sdbt.png);
}
.l_top_technology img{
 width:100%;//auto;
 height:100%;//auto;
 max-width:100%;
 max-height:100%;
 //overflow:hidden;
}

.l_top_project_one{
    width: 73%;
    height: 15%;
    float: left;
    margin-top: 0%;
    margin-left: 12%;
    //background: url(/0606/web/Public/img/sdbt1.png);
    //background: url(../img/sdbt.png);
}
.l_top_project_one img{
 width:100%;//auto;
 height:100%;//auto;
 max-width:100%;
 max-height:100%;
 //overflow:hidden;
}

.l_top_project_two{
    width: 73%;
    height: 9.5%;
    float: left;
    margin-top: 0%;
    margin-left: 12%;
    //background: url(/0606/web/Public/img/sdbt1.png);
    //background: url(../img/sdbt.png);
}
.l_top_project_two img{
 width:100%;//auto;
 height:100%;//auto;
 max-width:100%;
 max-height:100%;
 //overflow:hidden;
}

.l_top_project_three{
    width: 73%;
    height: 9.5%;
    float: left;
    margin-top: 0%;
    margin-left: 12%;
    //background: url(/0606/web/Public/img/sdbt1.png);
    //background: url(../img/sdbt.png);
}

.l_top_project_three img{
 width:100%;//auto;
 height:100%;//auto;
 max-width:100%;
 max-height:100%;
 //overflow:hidden;
}

.l_top_project_seven{
    width: 73%;
    height: 7.5%;
    float: left;
    margin-top: 0%;
    margin-left: 12%;
    //background: url(/0606/web/Public/img/sdbt1.png);
    //background: url(../img/sdbt.png);
}
.l_top_project_seven img{
 width:100%;//auto;
 height:100%;//auto;
 max-width:100%;
 max-height:100%;
 //overflow:hidden;
}

.l_top_project_detail{
    width: 73%;
    height: 7%;
    float: left;
    margin-top: 0%;
    margin-left: 12%;
    //background: url(/0606/web/Public/img/sdbt1.png);
    //background: url(../img/sdbt.png);
}
.l_top_project_detail img{
 width:100%;//auto;
 height:100%;//auto;
 max-width:100%;
 max-height:100%;
 //overflow:hidden;
}

.l_bot{
    float: left;
    margin-top: 0%;
    margin-left: 12%;
    width: 76.5%;
    height: 100%;
    //height: 1650px;
    //background:url(/0606/web/Public/img/left.png) ;
    //background:url(../img/left.png) ;
    //background-size:100% 100%;
}


.main_project{min-height:500px; height:110%; width: 100%;margin-top:19%;}

.right{
    float: left;
    margin-left: 6%;
    //margin-top: 20px;
    //width: 800px;
    margin-top: 0.5%;
    width: 60%;
    height:160%;
}
.menu_clear{
    width: 400px;
    height: 1000px;
    float: left;
    background: red;
}
.menu_title {
    float:left;
}


.menu {
    float: left;
    width: 79.5%;
    //padding: 16px 27px 160px 16px;
    padding: 8% 10% 80% 9%;
    margin-top: 0%;
    background: gray;
    //background: url(/0606/web/Public/img/menuul.png) no-repeat;
    background: url(../img/menuul.png) no-repeat;
    background-size:100% 100%;
}


    .menu li {
        border-bottom: 1px solid #dbdbdb;
        margin-left: -3%;
    }
        .menu li a {
            //padding-left: 28px;
            //background: url(/0606/web/Public/img/i2.gif) 12px 13px no-repeat;
            padding-left: 11%;
            background: url(../img/i2.gif) 12px 13px no-repeat;
            background-size:5% 140%;
            font-family: "Microsoft Yahei", "simsun";
            font-size: 0.7vmax;
            color: #444;
            //line-height: 34px;
            line-height: 230%;
            display: block;
        }
            .menu li a:hover, .menu li.active a {
                //background: url(/0606/web/Public/img/i2.gif) 12px -8px no-repeat #fff;
                background: url(../img/i2.gif) 12px -8px no-repeat #fff;
                background-size:5% 140%;
                border: 1px solid #f3f2f2;
                color: #ce0236;
                //line-height: 32px;
                line-height: 215%;
                display: block;
            }
        .menu li.active a {
            background-position: 12px -28px;
            display: block;
        }
        .menu li dl {
            padding-left: 28px;
            padding-bottom: 10px;
        }
        .menu li.active dd a {
            display: block;
            padding-left: 11px;
            //background: url(/0606/web/Public/img/i3.gif) 0 14px no-repeat;
            background: url(../img/i3.gif) 0 14px no-repeat;
            background-size:5% 140%;
            border: none;
            color: #686868;
            //line-height: 32px;
            line-height: 215%;
        }
            .menu li.active dd a:hover {
                background-position: 0 -5px;
                color: #ce0236;
                display: block;
            }
        /* lv1 */
        .menu li.level1 a {
            display: block;
            height: 28px;
            line-height: 28px;
            font-weight: 700;
            color: #444;
            text-indent: 0px;
            font-weight: normal;
        }
            .menu li.level1 a:hover {
                text-decoration: none;
            }
            .menu li.level1 a.current {
                //background: url(/0606/web/Public/img/i2.gif) 12px -8px no-repeat #fff;
                background: url(../img/i2.gif) 12px -8px no-repeat #fff;
                background-size:5% 140%;
                border: 1px solid #f3f2f2;
                color: #ce0236;
                line-height: 32px;
                font-weight: bold;
            }
        /* lv2 */
        .menu li ul {
            overflow: hidden;
        }
            .menu li ul.level2 {
                display: none;
                padding-left: 28px;
                padding-bottom: 10px;
            }
                .menu li ul.level2 li {
                    border: 0px;
                }
                    .menu li ul.level2 li a {
                        display: block;
                        padding-left: 11px;
                        //background: url(/0606/web/Public/img/i3.gif) 0 14px no-repeat;
                        background: url(../img/i3.gif) 0 14px no-repeat;
                        background-size:5% 140%;
                        border: none;
                        color: #686868;
                        line-height: 32px;
                        overflow: hidden;
                    }
                        .menu li ul.level2 li a:hover {
                            color: #f60;
                        }
 
.menu_project {
    float: left;
    width: 79.5%;
    //padding: 16px 27px 160px 16px;
    padding: 8% 10% 80% 9%;
    margin-top: 0%;
    background: gray;
    //background: url(/0606/web/Public/img/menuul.png) no-repeat;
    background: url(../img/menuul.png) no-repeat;
    background-size:100% 100%;
}


    .menu_project li {
        border-bottom: 1px solid #dbdbdb;
        margin-left: -3%;
    }
        .menu_project li a {
            //padding-left: 28px;
            //background: url(/0606/web/Public/img/i2.gif) 12px 13px no-repeat;
            padding-left: 11%;
            background: url(../img/i2.gif) 12px 13px no-repeat;
            background-size:5% 140%;
            font-family: "Microsoft Yahei", "simsun";
            font-size: 0.7vmax;
            color: #444;
            //line-height: 34px;
            line-height: 230%;
            display: block;
        }
            .menu_project li a:hover, .menu_project li.active a {
                //background: url(/0606/web/Public/img/i2.gif) 12px -8px no-repeat #fff;
                background: url(../img/i2.gif) 12px -8px no-repeat #fff;
                background-size:5% 140%;
                border: 1px solid #f3f2f2;
                color: #ce0236;
                //line-height: 32px;
                line-height: 215%;
                display: block;
            }
        .menu_project li.active a {
            background-position: 12px -28px;
            display: block;
        }
        .menu_project li dl {
            padding-left: 28px;
            padding-bottom: 10px;
        }
        .menu_project li.active dd a {
            display: block;
            padding-left: 11px;
            //background: url(/0606/web/Public/img/i3.gif) 0 14px no-repeat;
            background: url(../img/i3.gif) 0 14px no-repeat;
            background-size:5% 140%;
            border: none;
            color: #686868;
            //line-height: 32px;
            line-height: 215%;
        }
            .menu_project li.active dd a:hover {
                background-position: 0 -5px;
                color: #ce0236;
                display: block;
            }
        /* lv1 */
        .menu_project li.level1 a {
            display: block;
            height: 28px;
            line-height: 28px;
            font-weight: 700;
            color: #444;
            text-indent: 0px;
            font-weight: normal;
        }
            .menu_project li.level1 a:hover {
                text-decoration: none;
            }
            .menu_project li.level1 a.current {
                //background: url(/0606/web/Public/img/i2.gif) 12px -8px no-repeat #fff;
                background: url(../img/i2.gif) 12px -8px no-repeat #fff;
                background-size:5% 140%;
                border: 1px solid #f3f2f2;
                color: #ce0236;
                line-height: 32px;
                font-weight: bold;
            }
        /* lv2 */
        .menu_project li ul {
            overflow: hidden;
        }
            .menu_project li ul.level2 {
                display: none;
                padding-left: 28px;
                padding-bottom: 10px;
            }
                .menu_project li ul.level2 li {
                    border: 0px;
                }
                    .menu_project li ul.level2 li a {
                        display: block;
                        padding-left: 11px;
                        //background: url(/0606/web/Public/img/i3.gif) 0 14px no-repeat;
                        background: url(../img/i3.gif) 0 14px no-repeat;
                        background-size:5% 140%;
                        border: none;
                        color: #686868;
                        line-height: 32px;
                        overflow: hidden;
                    }
                        .menu_project li ul.level2 li a:hover {
                            color: #f60;
                        }                        

                        
/*.rnr{
    text-align: left;

}*/
.project-text-left{text-align:left;font-size:0.8vmax; float: left; margin-left: 10%;}

.rbt {
    clear: both;
    height: 20%;
    width: 300%;
   
}
    .rbt h3 {
        float: left;
        //margin-left: -0.5%;
        height: 20%;//30px;
        ////background: url(/0606/web/Public/img/rbt.gif) 0 -2px repeat-x;
        //background: url(../img/rbt.gif) 0 -2px repeat-x;
        //background-size:100% 110%;
        
    }
        .rbt h3 span {
            border-bottom: 2px solid #ff0000;
            display: block;
            //padding-left: 10%;//28px;
            ////background: url(/0606/web/Public/img/about_02.png) 5px 3px no-repeat;
            padding-left: 25px;//此处不能使用百分比?
            position: relative; 
            background-image: url(../img/about_02.png) ;
            background-repeat: no-repeat;
            background-position-y: center;
            
            //background-size:15% 75%;
            font-family: "Microsoft Yahei", "simsun";
            font-size: 0.8vmax;
            font-weight: normal;
            color: #3a3a3a;
        }
    
/*.rbt ul {
    margin-left: -6px;
    margin-right: -7px;
    _display: inline;
}
.rbt ul, .rbt li {
    float: left;
}
.rbt li {
    width: 102px;
    height: 29px;
    //background: url(/0606/web/Public/img/time.gif) center bottom no-repeat;
    background: url(../img/time.gif) center bottom no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #202020;
    text-align: center;
}*/

.rbt_project {
    float: left;
    //margin-top: 0%;
    clear: both;
    //height: 20%;
    //height: 39px\0;
    //background: url(/0606/web/Public/img/rbt.gif) 0 24px repeat-x;
    //background: url(../img/rbt.gif) 0 24px repeat-x;
}
    .rbt_project h3 {
        float: left;
        height: 20%;//30px;
        //background: url(/0606/web/Public/img/rbt.gif) 0 -2px repeat-x;
        //background: url(../img/rbt.gif) 0px 0px  repeat-x;
        //background-size:100% 100%;
        //background-position:left 12px; 
    }
        .rbt_project h3 span {
            //display: block;
            //padding-left: 20%;//28px;
            //background: url(/0606/web/Public/img/about_02.png) 5px 3px no-repeat;
            //background: url(../img/about_02.png) 0px 3px no-repeat;
            //background-size:16% 75%;
            
            border-bottom: 2px solid #ff0000;
            display: block;
            //padding-left: 10%;//28px;
            ////background: url(/0606/web/Public/img/about_02.png) 5px 3px no-repeat;
            padding-left: 25px;//此处不能使用百分比?
            position: relative; 
            background-image: url(../img/about_02.png) ;
            background-repeat: no-repeat;
            background-position-y: center;
            
            font-family: "Microsoft Yahei", "simsun";
            font-size: 0.8vmax;
            font-weight: normal;
            color: #3a3a3a;
        }

.rbt_news {
    float: left;
    margin-top: -5%;
    clear: both;
    //height: 20%;
    //height: 39px\0;
    //background: url(/0606/web/Public/img/rbt.gif) 0 24px repeat-x;
    //background: url(../img/rbt.gif) 0 24px repeat-x;
}
    .rbt_news h3 {
        //float: left;
        //height: 100%;//30px;
        //background: url(/0606/web/Public/img/rbt.gif) 0 -2px repeat-x;
        background: url(../img/rbt.gif) 0px 0px  repeat-x;
        background-size:100% 100%;
        //background-position:left 12px; 
    }
        .rbt_news h3 span {
            display: block;
            padding-left: 25%;//28px;
            //background: url(/0606/web/Public/img/about_02.png) 5px 3px no-repeat;
            background: url(../img/about_02.png) 0px 3px no-repeat;
            background-size:19% 75%;
            font-family: "Microsoft Yahei", "simsun";
            font-size: 0.8vmax;
            font-weight: normal;
            color: #3a3a3a;
        }        
 
.rbt_project_detail {
    float: left;
    //margin-top: -4.5%;
    clear: both;
    //height: 20%;
    //height: 39px\0;
    //background: url(/0606/web/Public/img/rbt.gif) 0 24px repeat-x;
    //background: url(../img/rbt.gif) 0 24px repeat-x;
}
    .rbt_project_detail h3 {
        float: left;
        height: 20%;//30px;
        //background: url(/0606/web/Public/img/rbt.gif) 0 -2px repeat-x;
        //background: url(../img/rbt.gif) 0px 0px  repeat-x;
        //background-size:100% 100%;
        //background-position:left 12px; 
    }
        .rbt_project_detail h3 span {
            /*display: block;
            padding-left: 23%;//28px;
            background: url(../img/about_02.png) 0px 2px no-repeat;
            background-size:15% 75%;
            font-family: "Microsoft Yahei", "simsun";
            font-size: 0.8vmax;
            font-weight: normal;
            color: #3a3a3a;*/
            
            border-bottom: 2px solid #ff0000;
            display: block;
            //padding-left: 10%;//28px;
            ////background: url(/0606/web/Public/img/about_02.png) 5px 3px no-repeat;
            padding-left: 25px;//此处不能使用百分比?
            position: relative; 
            background-image: url(../img/about_02.png) ;
            background-repeat: no-repeat;
            background-position-y: center;
            
            font-family: "Microsoft Yahei", "simsun";
            font-size: 0.8vmax;
            font-weight: normal;
            color: #3a3a3a;
        }                
        
.more2 {
    float: right;
    padding-left: 15px;
    //background: url(/0606/web/Public/img/more2.gif) 0 4px no-repeat;
    background: url(../img/more2.gif) 0 4px no-repeat;
    color: #1b68a1;
    line-height: 17px;
}
    .more2:hover {
        text-decoration: underline;
    }

.rnr {
    //clear: both;
    float: top;
    margin-top: 6%;
    text-align: left;
    overflow: auto;
    //padding-top: 25px;
    //padding-bottom: 30px;
    //line-height: 24px;
    color: #696969;
    width: 100%;
    height: 150%;
}
    .rnr dl {
        float: left;
        width: 100%;
        height: 100%;
        //line-height: 40px;
    }
    .rnr dd {
        line-height: 200%;//40px;
        float: left;
        color: #3a3a3a;
        //line-height: 24px;
        font-family: microsoft yahei;
        font-size:0.9vmax;
    }
    .rnr p{
        //line-height: 200%;//40px;
    }
        .rnr dd img {
            margin-right: 10%;//10px;
        }
        .rnr span{
            float: right;
        } 
        
.ContactT {
    //float: right;
    text-align: left;
    width: 420px;
}
    .ContactT .dl {
        font-family: 微软雅黑;
        color: #000;
        border-bottom: 1px solid #ddd;
    }
        .ContactT .dl li {
            //font-weight: bold;background: url(/0606/web/Public/img/tmore.gif) 406px 15px no-repeat #fff; line-height:40px;
            font-weight: bold;background: url(../img/tmore.gif) 406px 15px no-repeat #fff; line-height:40px;
        }
    .ContactT li {
        font-size: 13px;
        color: #005dad;
        cursor: pointer;
        list-style-type: none;
    }
    .ContactT p {
        display: none;
        font-size: 12px;
    }
    .ContactT .zj {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .ContactT .fw { 
        margin-top: 30px;
        font-family: microsoft yahei;
        color: #000;
        font-weight: bold;
        line-height:50px;
        font-size: 16px;
    }
.about dd, .process dd {
    margin-top: -5px;
    width: 494px;
}
/*
.con_one_1 dt {
    float: left;
    border: 1px solid #ededed;
}

    .pro_list dt img {
        width: 168px;
        height: 168px;
    }

.pro_list dd b {
    font-size: 14px;
    font-family: "Microsoft Yahei", "simsun";
}

.pro_list dl {
    clear: both;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dotted #CCC;
}

.pro_list dd {
    float: right;
    width: 564px;
    color: #2d2d2c;
    line-height: 24px;
}

    .pro_list dd b {
        display: block;
        padding-bottom: 5px;
    }

    .pro_list dd a {
        padding-left: 10px;
        //background: url(/0606/web/Public/img/tmore.gif) left center no-repeat;
        background: url(../img/tmore.gif) left center no-repeat;
        color: #0a96d2;
    }
*/
/*分页*/
.news_page {
    font-family: 宋体;
    margin: 2% 0.5% 5% 0.5%;
    height: 10%;
    text-align: center;
    font-size: 0.6vmax;
    //float: top;
    
}
/*分页 当前页*/
    .news_page a {
        margin: 2% 0.5% 5% 0.5%;
        padding: 0%;
        line-height: 5;
        font-family: 宋体;
        display: inline-block;
        width: auto;
        height: auto;
        text-decoration: none;
        color: #000000;
        font-size: 0.6vmax;
    }
/*分页 鼠标悬停*/
    .news_page .current {
        font-family: 宋体;
        background: #C69E61;
        color: #FFFFFF;
        display: inline-block;
        margin: 2% 0.5% 5% 0.5%;
        padding: 0.5% 0.6% 0.5% 0.6%;
        line-height: 1;
        font-weight: bold;
        font-size:  0.6vmax;
    }

    .news_page a:hover {
        font-family: 宋体;
        background: #C69E61;
        color: #FFFFFF;
        display: inline-block;
        margin: 2% 0.5% 5% 0.5%;
        padding: 0.5% 0.6% 0.5% 0.6%;
        line-height: 1; /*border: 1px solid #00428d;*/
        font-size: 0.6vmax;
    }
    
/*资质荣誉分页*/
.honor_page {
    font-family: 宋体;
    margin: 15px auto 18px auto;
    height: 20px;
    text-align: center;
    font-size: 11px;
    margin-top: 60%;
}
/*分页 当前页*/
    .honor_page a {
        margin: 0px 2px 0px 2px;
        padding: 0px 6px 0px 6px;
        line-height: 20px;
        font-family: 宋体;
        display: inline-block;
        width: auto;
        height: auto;
        text-decoration: none;
        color: #000000;
        font-size: 11px;
    }
/*分页 鼠标悬停*/
    .honor_page .current {
        font-family: 宋体;
        background: #C69E61;
        color: #FFFFFF;
        display: inline-block;
        margin: 0px 2px 0px 2px;
        padding: 0px 6px 0px 6px;
        line-height: 20px;
        font-weight: bold;
        font-size: 11px;
    }

    .honor_page a:hover {
        font-family: 宋体;
        background: #C69E61;
        color: #FFFFFF;
        display: inline-block;
        margin: 0px 2px 0px 2px;
        padding: 0px 6px 0px 6px;
        line-height: 20px; /*border: 1px solid #00428d;*/
        font-size: 11px;
    }
    
    .liuyan20201118 {
    width: 660px;
    margin-top: 80px;
}

    .liuyan p {
        height: 40px;
        font-family: 宋体;
    }

    .liuyan span {
        float: left;
        display: inline-block;
        color:  #555;
    }

<!-- 产品展示 -->

.pro_list dt {
    //float: left;
    //border: 1px solid #ededed;
    width: 20%;
    height: 20%;
    //display:inline-block;
    //margin-top:auto;margin-bottom: auto;float: left;overflow: hidden;
}

    .pro_list dt img {
       //width: 168px;
       //height: 168px;
      border: 1px solid #ededed;
       //max-width: 50%;
       //max-height: 50%;
      width: 15%;
      height: 15%;
      margin-top:auto;margin-bottom: auto;float: left;overflow: hidden;
    }

.pro_list dd b {   //产品名称加粗
    font-size: 14px;
    font-family: "Microsoft Yahei", "simsun";
}

.pro_list dl {
    //clear: both;

    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dotted #CCC;//每种产品下加一条虚线
    width: 100%;
    height: 100%;//500px;
}

.pro_list dd {
    //float: left;
    width: 60%;//564px;
    height:100%;
    color: #2d2d2c;
    line-height: 24px;
    //display:inline-block;
    float:left; text-algin:center 
}

    .pro_list dd b {
        display: block;
        padding-bottom: 5px;
    }

    .pro_list dd a {  //了解更多
        padding-left: 10px;
        //background: url(/0606/web/Public/img/tmore.gif) left center no-repeat;
        background: url(../img/tmore.gif) left center no-repeat;
        color: #0a96d2;
    }
    
    .case_list {
    width: 99%;
    height: 90%;//500px;
    margin-top: 10px;
    margin-left: 11%;
}
     .case_list ul {
        width: 99%;
        height: 400px;
        text-indent:1em
    }
        .case_list ul li {
            border-bottom: 1px dotted #ccc;
            width: 99%;
            height: 50px;
            line-height: 50px;
            padding-left: 25px;
            position: relative;
            //background-image: url('/0606/web/Public/img/tmore.gif');
            background-image: url('../img/star.png');
            background-repeat: no-repeat;
            background-position-y: center;
        }
            .case_list ul li a{
                float: left;
            }
            .case_list ul li a, a:visited {
                font-size: 14px;
                color: #555;
                font-family: 微软雅黑;
            }
                .case_list ul li a:hover {
                    text-decoration: underline;
                }
            .case_list ul li span {
                position: absolute;
                right: 0px;
                top: 0px;
                color: #555;
            }



    .project_list {
    width: 99%;
    height: 100%;//500px;
    margin-top: 5%;
    float: left;
}
    
.list {
    width: 99%;
    height: 60%;
    float: left;
    margin-top: 5%;
    font-size: 0.7vmax;
}
    .list ul {
        width: 99%;
        height: 100%;
    }
        .list ul li {
            border-bottom: 1px dotted #ccc;
            width: 99%;
            height: 30px;
            line-height: 30px;
            padding-left: 1%;
            position: relative;
            //background-image: url('/0606/web/Public/img/tmore.gif');
            background-image: url('../img/tmore.gif');
            background-repeat: no-repeat;
            background-position-y: center;
        }
            .list ul li a{
                float: left;
            }
            .list ul li a, a:visited {
                font-size: 0.7vmax;
                color: #555;
            }
                .list ul li a:hover {
                    text-decoration: underline;
                }
            .list ul li span {
                position: absolute;
                right: 0px;
                top: 0px;
                color: #555;
            }
.list_img {
    width: 95%;
    height: 600px;
    margin-top: 10px;
}
    .list_img ul {
        width: 95%;
        height: 600px;
    }
    .list_img li {
        padding: 4px;
        width: 172px;
        height: 170px;
        text-align: center;
        float: left;
        background-image: url('/images/default/index_bj1.png');
        background-repeat: no-repeat;
        margin-right: 15px;
        margin-left: 15px;
        margin-top: 6px;
    }
        .list_img li img {
            width: 170px;
            height: 145px;
        }
        .list_img li span {
            width: 170px;
            line-height: 30px;
            font-size: 14px;
        }
        
.news_content {
    color: #444;
    width: 95%;
    margin: auto;
    line-height:2; //25px;
    margin-top: 2%;//8px;
    font-size: 0.8vmax;//14px;
    margin-left: 0;//20px;
    padding-bottom: 2%;//10px;
    overflow: auto ;
    text-align: left;
    text-align: justify;
   //text-indent:2em; 
}
    .news_content img {
        //max-width: 600px;
    }
    .news_content dt {
        width: 95%;//325px;
        text-align: left;
        overflow: auto;
        float: left;
        //margin-right: 10px;
        border: #ccc solid 1px;
    }
        .news-content dt img {
            //width: 320px;
        }
.news_title {
    width: 95%;
    height: 2%;//40px;
    line-height: 3;
    margin: 5% auto auto auto;//15px auto auto auto;
    text-align: center;
    font-size: 1.2vmax;
    color: #000;
    font-weight: bold;
    font-family:Microsoft Yahei;
}
.news_shuxing {
    color: #444;
    width: 95%;
    height: 2%;//30px;
    line-height: 3;//30px;
    text-align: right;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E4E4E4;
    margin-right: auto;
    margin-left:0%; //auto;
    font-size: 0.8vmax;
}