@charset "utf-8";
		.mv_ad_item {
            position: relative;
            padding: 15px 0px;
            /*    border-bottom: 1px solid #e8e8e8;
            border-left:1px solid #e8e8e8;
            border-right:1px solid #e8e8e8;
			border-top:1px solid #e8e8e8;*/
            margin-bottom:2px;
            min-height:100px;
            border-bottom: 1px solid #ddd;
        }
		.mv_ad_item_title{
			margin-bottom:5px;
		}
        .mv_ad_item_title a {/*大标题*/
            color: #2A2A2A;
            background: 0 0;
            text-decoration: none;
            outline: 0;
            cursor: pointer;
			font-size:16px;
			font-weight:bolder; 
        }
		
        .mv_ad_item_con-wrap {
            height:100px;
            overflow: hidden;
			font-size:12px;
			padding-right:10px;
			
        }
		.mv_ad_item_img-wrap img {
            border:none;
			overflow:hidden;
        }
		.mv_ad_item_img-wrap {
            position:relative;
        }
		.mv_ad_item-type-1 .mv_ad_item_img-wrap{
		float:left;
        }
        .mv_ad_item-type-1 .mv_ad_item_img-wrap img {
			width:180px;
			max-height:100px;
        }
		
		.mv_ad_item-type-2 .mv_ad_item_img-wrap img {
            border:none;
            width: 240px;
            margin-right: 55px;
            height: 150px;
        }
		.mv_ad_item-type-3 .mv_ad_item_img-wrap img {
            border:none;
			width:100%;
        }
        
		.mv_ad_tag{
		position:absolute;
		width:30px;
		z-indent:2; 
		font-size:12px;
		left:0px;
		bottom:0px;
		text-align: center;
		color:#000;
		vertical-align: middle;
		background-color:#CCCCCC;
		padding:0;
		margin:0;
		filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6
		}
        .mv_ad_item_title,.mv_ad_item_footer-bar {
            position:relative;
            left: 0px;
            font-size:14px;
            line-height: 50px;
            color:#777;
            height: 40px;
        }
		.mv_ad_item_title,.mv_ad_item_footer-bar a{
			text-decoration: none;
			color: #333;
			font-size: 22px;
			font-weight: bold;
			}

        .mv_ad_item_src a{
            text-decoration: none;
            outline: 0;
            color: #777;
            font-size: 16px;
            cursor: pointer;
        }
        .mv_ad_item_img-wrap>img {
            display: inline-block;
            max-width: 100%;
            height: auto;
            vertical-align: middle;
			width:100px;
        }
        .mv_ad_item_ad-tag {
            font-size: 12px;
            margin-right: 10px;
            padding: 1px 2px;
            border-radius: 2px;
            border: 1px solid #C1DFF3;
            color: #C1DFF3;
        }