@charset "utf-8";
/* CSS Document */
body{text-align:center; font-family:'Microsoft YaHei', Arial, sans-serif;}
*{margin:0;padding:0;}
a:link {COLOR: #a20000; text-decoration: none;}
a:visited {COLOR: #3F8CD6; text-decoration: none;}
a:hover {COLOR: #a20000; text-decoration:none}
a:active {COLOR: #000; text-decoration: none;}
@font-face
{
font-family: kaiti;
src: url(http://staff.lasg.ac.cn/wxc/static/index/style/kaiti.ttf),
     url('http://staff.lasg.ac.cn/wxc/static/index/style/kaiti.eot'); /* IE9+ */
}



/* wangxc page code */
#main{width:1240px;margin:0 auto;overflow:hidden;float:none;background:#fff; }
.wxc_nav_top{
    height: 28px;padding-left: 0px;padding-top: 4px; width: 1240px;
}

.nav{width:100%;font-size:16px;background:url(../images/nav.jpg) repeat-y #424242;height:45px;overflow:hidden;border-top:2px solid #ff7e00;line-height:45px; font-family:'Lucida Grande',Verdana,Helvetica,Tahoma}
.nav ul , .eng-nav{display:block;}
.nav ul li{float:left;text-align:center; list-style:none;padding-left:15px;}
.nav ul li a{color:#FFFFFF}
.headt img{width: 100%;}
.photo{width: 20%;float: left;border-radius: 10px;}
.photo img{width: 100%;box-sizing: border-box;padding: 10px;}
.wxc_right{width: 80%;float:left; text-align: left;box-sizing: border-box;padding: 10px; font-size: 16px;line-height: 180%;}
.content{box-sizing: border-box;padding: 5px;font-size: 16px;line-height: 160%;width: 100%; text-align: left;}
.wxc_title{font-size: 30px;}
.photo2{display: none;}
.wxc_name{font-size: 20px;}
.content li{border-bottom: 1px dashed #ccc;
            padding:5px 0;
            list-style: none;
            font-family:'Lucida Grande',Verdana,Helvetica,Tahoma;
            font-size: 14px;
}
.content li:last-child {border:none}
.content li::before {  
    display: list-item;  
    list-style-type: disc; 
    display: inline-block; 
    
  }
.content ul li p{display: inline-block;}
.content ul li *{display: inline-block;}
  hr{border:none;border-top: 1px solid #ccc;margin: 10px 0;  height: 0;}
.wxc_year{ width: 100%;margin: 10px 0;}
#foot{background:#fff;margin: 10px auto 0 auto; border-top: 1px solid #ccc;padding: 10px 0;width: 1240px;}
.wxc_year{text-align: center;width: 120px; margin: 10px 0; background-color: orange;border-radius: 5px;line-height: 29px; color: #fff; font-weight: bolder;}
.clear{clear: both;}
@media screen and (min-width: 450px) and (max-width: 1240px){
    #main{width:100%;}
    .wxc_nav_top{width: 100%;}

    .photo{width:100%;float: none;}
    .wxc_right{width: 100%;float:none;}
    .photo{display: none;}
    .photo2{width: 100%;display: block;border-radius: 5px;}
    .photo2 img{width: 100%;box-sizing: border-box;padding: 5px;}
    .wxc_right{width: 100%;padding: 5px;}
    .wxc_year{text-align: center;width: 30%; margin: 10px auto; background-color: orange;border-radius: 5px;line-height: 29px; color: #fff; font-weight: bolder;}
    .content li{font-size: 14px;}
    #foot{width: 100%;}
}

@media screen and (max-width: 450px){
    #main{width:100%;}
    .wxc_nav_top{width: 100%;}

    .photo{width:100%;float: none;}
    .wxc_right{width: 100%;float:none;}
    .photo{display: none;}
    .photo2{width: 100%;display: block;border-radius: 5px;}
    .photo2 img{width: 100%;box-sizing: border-box;padding: 5px;}
    .wxc_right{width: 100%;padding: 5px;}
    .wxc_year{text-align: center;width: 30%; margin: 10px auto; background-color: orange;border-radius: 5px;line-height: 29px; color: #fff; font-weight: bolder;}
    .content li{font-size: 14px;}
    #foot{width: 100%;}
}
