@charset "utf-8";
/* CSS Document */

/*登录界面整体风格*/
html,
body {
    height: 100%;
}
body {
    font-family:Microsoft YaHei, Segoe UI, Tahoma, Arial, Verdana, sans-serif, "新宋体";
    font-size:16px;
    color:#333;
    height:100%;
    line-height:1;
    background:none;
}

button{
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
}
* {	margin:0;padding:0;}
a{ color: #535353; text-decoration:none }
a:hover{ color:#0259a6; }
ul, li {
    padding: 0;
    margin: 0;
    list-style:none
}

.header{
    width: 100%;
    height: auto;
}
.intro{
    width: 1018px;
    min-height: 80px;
    margin: 0 auto;
    background-color: #f9dbb5;
    padding: 15px 20px;
    box-shadow:0px 0px 3px 3px rgba(0,0,0,0.1);
    margin-top: -25px;
    position: relative;
    z-index: 99;
    left: 50%;
    margin-left: -510px;
}
.intro p{
    font-size: 16px;
    color: #c50202;
    line-height: 26px;
    text-indent: 2em;
}
.content{
    width: 1058px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -510px;
    box-shadow:0px 0px 3px 3px rgba(0,0,0,0.1);
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}
.class-box{
    margin:10px auto;
}
.class-box ul{
    margin-bottom: 30px;
    overflow: hidden;
}
.class-box ul li{
    width: 138px;
    margin-left: 35px;
    margin-top: 30px;
    /* display:inline-block; */
    float: left;
}
.class-box ul li:hover{
    cursor: pointer;
}
.class-box ul li:hover h5{
    color:#c50202;
    text-decoration: underline solid #c50202;
}
.class-box ul li .img-box{
    width: 138px;
    height: 197px;
}
.img-box img{
    width:100%;
    height:100%;
}
.class-box ul li h5{
    line-height: 24px;
    padding-top: 10px;
    height: 57px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.footer{
    width: 100%;
    height: 180px;
    /* background: url(./images/bottom-bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative; */
    bottom:0px;
}
.pop_meeting{
    display:none;
}
