@charset "utf-8";
html{
    font-size: 0.625em;
}


img {
	border: none;
}
li{
    list-style: none;
}


.fl,.left{
    float: left;
}
.fr,.right{
    float: right;
}

a:hover {
	color: none;
}
input, img, button{
    outline: none;
    border: none;
}



.pic_news {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}
.pic_news .pic_news_swiper {
    position: relative;
    width: 260px;
    height: 213px;
}
.pic_news .pic_news_swiper .swiper_left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 99;
    cursor: pointer;
}
.pic_news .pic_news_swiper .swiper_left img, .pic_news .pic_news_swiper .swiper_right img {
    width: 40px;
    height: 40px;
}
.pic_news .pic_news_swiper .swiper_right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 99;
    cursor: pointer;
}
.pic_news .pic_news_swiper .pic_img img {
    display: block;
    width: 260px;
    height: 213px;
}
.pic_news .pic_news_swiper .pic_img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 14px;
}
.pic_news .pic_news_swiper .pagination {
    position: absolute;
    right: 5px;
    bottom: 12px;
}
.pic_news .pic_news_swiper .pagination li {
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 100%;
	background: #fff;
	cursor: pointer;
}
.pic_news .pic_news_swiper .pagination li.on {
	background: #1074b6;
}
.pic_news_mian {
    width: 260px;
    margin-left: 15px;
}


