@charset "utf-8";
/* CSS Document */
html{ min-width:1200px}
*{margin:0px;padding:0px}
body{font-size:12px; font-family:"微软雅黑";color:#000; min-width:1200px; background:url(../img/wlaqz_bg.jpg) no-repeat center 40px}
img{border: 0;}
li{ list-style:none;}
.fl{float:left;}
.fr{float:right}
.cl{clear:both;}
a{ text-decoration: none; }
a:hover{ text-decoration:underline; }
cite{ font-style:normal; float:right}
cite a{ color:#333}

/***************通用部分***************/
.page{ width:1200px; margin:0 auto}
.header{ height:920px; }
.daohang_width {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.daohang_navigation {
    height: 40px;
    background: #0056bb;
    font-size: 16px
}

.daohang_navigation li {
    padding: 0 35px;
    float: left;
    border-right: 1px #ffffff solid;
    margin-top: 10px;
    overflow: visible;
    white-space: nowrap;
}

.daohang_navigation a {
    color: #fff;
    text-decoration: none;
}

.daohang_navigation a:hover {
    color: #fff200;
}

.mtop {
    width:1200px; margin:0 auto;overflow:hidden;
}

.mian {
    width: 1200px;
    margin:0 auto;
    background: #fff;
    padding: 0 0 15px;
    margin-top: 232px;
}

.mian li {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0;
    cursor: pointer;
    border-bottom: 2px dashed #ccc;
    padding: 0 0 30px;
}
.mian li img {
    float: left;
    display: inline;
    width: 300px;
    height: 200px;
    margin: 10px 30px 0 0;
}
.mian li strong {
    font-size: 24px;
    line-height: 40px;
    height: 80px;
    margin: 15px 0 0;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    color: #0056bb;
    text-overflow: ellipsis;
    white-space: normal;
}
.mian li p {
    overflow: hidden;
    font: 16px/30px "Microsoft YaHei";
    line-height: 36px;
    margin: 10px 0 0;
    color: #333;
}

.morem {
    width: 200px;
    height: 40px;
    background: #0056bb;
    color:#fff;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 20px;
    margin:0 auto;
    margin-top:38px;
    margin-bottom:30px;
}

.btn_more {height: 40px; border: 0px; width: 600px; text-align: center; background: #e60014; font-size: 18px; font-weight: bold; color: #ffffff; border-radius: 40px;}

