@CHARSET "UTF-8";

#a1 {
    width: 100%;
    height: 450px;
    background: url("../img/banner.jpg") no-repeat;
    background-position: center center;
    margin: 0px auto;
}
.main-bg {
    background: url(../img/main_bg.jpg) center 10px no-repeat;
}

.main-container {
    width: 1100px;
    height: 1920px;
    margin: -10px auto 0px;
    padding: 17px 0px 37px 0px;
    position: relative;
    z-index: 10;
    color: #666666;
    border-top: 8px solid #4178be;
}

.main-list {
    width: 530px;
    height: 260px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    background-color: white;
}

.title-img{
    width: 200px;
    float: left;
    text-align: center;
}

.title-tip{
    width: 100px;
    height: 25px;
    margin-bottom: 15px;
    color: white;
    font-weight: bold;
    background-color: #e71845;
}

.content-box{
    width: 325px;
    float: right;
    margin-right: 5px;
}

.act-title{
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;

}

.content-box span {
    width: 150px;
    font-weight:bold;
}



/*common start*/

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
    background-color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑, 宋体, Arial;
    font-size: 14px;
    line-height: 24px;
}
td {
    font-family: 微软雅黑, 宋体, Arial;
    font-size: 12.5px;
    line-height: 25px;
}
ul {
    padding: 0px;
    margin: 0px;
}
li {
    padding: 0px;
    margin: 0px;
}
a:link {
    text-decoration: none;
    color: rgb(0, 0, 0);
}
a:visited {
    text-decoration: none;
    color: rgb(0, 0, 0);
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

/*common end*/