/* reset */

* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    background: #fff;
    font: normal 12px/22px 宋体;
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #1974A1;
}
/* kangkang*/

.m-slide {
    position: relative;
    width: 560px;
    height: 200px;
    background: #6C28AA
}
.m-slide .img {
    float: left;
    position: relative
}
.m-slide .img li,
.m-slide .img a,
.m-slide .img img {
    display: block;
    width: 300px;
    height: 200px
}
.m-slide .img li {
    display: none;
    position: absolute;
    left: 0;
    top: 0
}
.m-slide .img .first {
    display: block
}
.m-slide .tab {
    float: right;
    margin-right: 8px;
    padding-bottom: 4px;
}
.m-slide .tab li {
    *margin-bottom: -3px;
    width: 243px;
    height: 62px;
    margin-top: 3px;
}
.m-slide .tab .first {
    border-top: 0
}
.m-slide .tab a {
	text-decoration: none;
	display: block;
	position: relative;
	width: 234px;
	height: 62px;
	padding-right: 5px;
}
.m-slide .tab a span {
    position: absolute
}
.m-slide .tab a .title {
    left: 17px;
    top: 10px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #fff
}
.m-slide .tab a .des {
    left: 18px;
    top: 32px;
    height: 16px;
    line-height: 16px;
    color: #fff
}
.m-slide .tab .first a {
    height: 50px
}
.m-slide .tab .on {
	background-image: url(http://images.china.cn/images1/market/union/201405/tab_bg.png);
	background-repeat: no-repeat;
}
.m-slide .tab .on a span {
    color: #0445B0
}
.m-slide .tab .on a .des {
    color: #FF6600
}
/* 代码整理：kangkang */
