/*
* @Author: zhaopenghua
* @Date:   2021-11-02
* @Last Modified by:   zhaopenghua
* @Last Modified time: 2021-11-02
*/
*{
    padding:0px; 
    margin: 0px;
}
body{
    font-size:12px;
    line-height:25px;
    text-align:left;    
    font-family:Helvetica,Georgia,Arial,sans-serif,宋体; 
    color:#000; 
    background:#ffffff;
}
a{
    text-decoration:none;  
    color:#000;
}
a:hover{
    color:#000000; 
    /*text-decoration:underline;*/
}
img{
    border:0px;
    vertical-align:middle;
}
input, select{
    vertical-align:middle;
}
.size14{   
    font-size: 14px;
}
.grey{ 
    color:#666666;
}
.white, .white a{ 
    color:#FFF;
}
.red ,.red a{
    color:#ba2636;
}
.blue{ 
    color:#1b50a0;
}
.orange, .orange a{ 
    color:#e55a25;
}
.green{
    color:#5a831a;
}
li{
    list-style-type:none;
}
.fl{ 
    float:left; 
}
.fr{
    float:right;
}
.clear{
    clear:both;
}

body{
    background:url(/eportal/imageDir/lyt/2021/11/img_pc_site/2021110311061187147.jpg) repeat-x top #fff;
}
.ly_bj{ 
    background:url(/eportal/imageDir/lyt/2021/11/img_pc_site/2021110311064011896.jpg) no-repeat top center;
}

/*响应式*/
@media only screen and (max-width:1025px) {
      body,.ly_bj{
             background:none;
      }
}
/* 视频图片隐藏 */
.tide_video_fake{display:none !important;}