﻿.hotImg {
position: relative;
width: 100%;
height: auto;
margin: 0 auto;
overflow: hidden;
}
/* 轮播图片 */
.hotImg ul {
    position:relative;
    width:100%;
    height:auto;
}
.hotImg ul li a {
    display: block;
    text-decoration: none;
    cursor: pointer
}
.hotImg ul li a img {
    width: 100%;
    height: auto;
}
.hotImg ul li .shortMsg {
text-align: center;
}

.hotImg ul li .shortMsg h3 {
    font-size: 18px;
    color: #0c67b0;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotImg ul li .shortMsg span {
font-size: 14px;
line-height: 20px;
color: #ccc;
}
/* 箭头图标 */
.iconDiv {
display: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: 30px;
border: 1px solid #666;
border-radius: 15px;
background-color: rgba(125,125,125,.2);
line-height: 30px;
text-align: center;
font-size: 25px;
cursor: pointer;
}

.iconDiv:hover {
background-color: white;
}

.icon-left {
left: 10px;
}

.icon-right {
right: 10px;
}

/* 控制圆点 */
.banner-circle {
position: absolute;
bottom: 65px;
width: 100%;
height: 20px;
}

.banner-circle ul {
margin: 0 auto;
height: 100%;
text-align: center;
}

.banner-circle ul li {
display: inline-block;
width: 14px;
height: 14px;
margin: 0 5px;
border-radius: 7px;
background-color: rgba(125,125,125,.5);
cursor: pointer;
}

.curr {
background-color: #409eff !important;
}
