@charset "UTF-8";
/* Base Reset */
* {margin: 0;padding: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

.wp-wrapper { width: 100%; background-color: #fff;}
.wp-wrapper .wp-inner { width:auto; max-width: 900px; margin:0 auto;}
.wp-container1 .wp-inner{
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
    width: 100%;
	margin: 0 auto;
    padding-top: 150px;
}
.wp-container2 .wp-inner{
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
    width: 100%;
	margin: 0 auto;
    padding-top: 150px;
}
/**
 * 主体
 */
 .wp-container1 {
    background: url(../images/index1bg.jpg) no-repeat;
    height: 776px;
    position:  relative;
    /*background-size: 100%;*/
	background-position: center center;
}
.wp-container2 {
    background: url(../images/index2bg.jpg) no-repeat;
    height: 776px;
    position:  relative;
    /*background-size: 100%;*/
	background-position: center center;
}
.wp-wrapper.wp-container3 {
    margin-top: 35px;
	margin-bottom: 35px;
}
.wp-post {margin-bottom: 10px;}
.wp-post .post-head { height: 33px; border-bottom: 1px solid #d9d9d9; margin-bottom: 7px;padding-bottom: 10px;}
.wp-post .post-head .head-bar { position: relative;}
.wp-post .post-head .post-title { display: inline-block; height: 32px; line-height: 32px; font-size: 20px; font-weight: bold;color: #2155a4;}
.post-news .news-item { height: 45px; line-height: 45px; vertical-align: top; overflow: hidden;position: relative; background: url(../images/news_biao.png) no-repeat 3px center; padding-left: 20px; font-size:16px;}
.post-news .news-item .meta-title { display: block; margin-right:76px; overflow: hidden;    text-overflow: ellipsis;white-space: nowrap;width: 300px;width: calc(100% - 20px);}
.post-news .news-item .meta-time { display: block; text-align: right; width: 90px; height: 20px; line-height: 20px;position: absolute; right: 0; top: 50%; margin-top: -10px; color: #999;}
.post-21 {

    border-radius: 10px;
    padding: 20px 20px;
	background: #fff;
    opacity: 0.9;
	filtee:alpha(opacity=90);
	height:330px;
}
.post-21 .post-body .mod-1 {
    float:  left;
    width:30%;
}

.post-21 .post-body .mod-2 {
    float: right;
    width: 65%;
	padding-top: 6px;
}


