.container_bg{background:url(images/) left top repeat-x;width:100%;overflow:hidden;} /*页面的背景图片*/
.content_bg{background:#ffffff;overflow:hidden;width:1000px;} /*页面的背景颜色*/
.content_bg{background:url(images/) repeat;overflow:hidden;width:1000px;} /*页面的图片*/
.head_bg{background:#000000;width:100%;margin:0 auto;} /*页头的背景颜色*/
.head_bg{background:url(images/) left center repeat-x;width:100%;margin:0 auto;overflow:hidden;} /*页头的背景图片*/

.container_bg{
    background-repeat:repeat-x;
    background-position:left top;
}
.prt_mtw{width:700px;margin:0px 15px 15px 15px;overflow:hidden;}
.prt_mtw ul li{padding-bottom:25px;border-bottom:1px dashed #cccccc;overflow:hidden;display:inline-block;padding-top:25px;}
.prt_mtw ul li .mtw_left{width:223px;height:160px;border:1px solid #c7c7c7;float:left;}
.prt_mtw ul li .mtw_right{width:440px;float:left;margin-left:15px;text-align:left;}
.mtw_title{color:#333333;font-size:14px;line-height:28px;marghin:5px 0px;font-weight:bold;text-align:left;}
.mtw_content{color:#666666;font-size:12px;line-height:22px;margin-top:12px;text-align:left;}
.mtw_detail a{background:url(/images/det_o.jpg) left center no-repeat;display:block;width:62px;height:20px;text-align:center;line-height:20px;color:#ffffff;font-size:12px;}
.mtw_detail{margin-top:10px;}