.SM_ModalShow {
    display: none;
}
.ScrollModule {
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    overflow-x: scroll;
}
.ScrollModule::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 4px;
	background-color: #e3e3e3;
}

.ScrollModule::-webkit-scrollbar
{
	height: 5px;
	background-color: #e3e3e3;
}

.ScrollModule::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #35a035;
}

.ScrollModule ul {
    position: relative;
 }
.ScrollModule ul li {
    display: block;
    float: right;
    margin: 5px 0;
    transition: all 0.5s;
}
.ScrollModule ul li .detail {
    position: relative;
    width: 0;
    display: none;
    float: right;
    background: #fff;
    color: #555;
    padding: 0 25px 0 0;
    border-right: 2px solid #35a035;
    transition: all 0.5s;
    opacity: 0;
    overflow:'hidden'
}
.detail>.close-item {
    position: absolute;
    top: 50%;
    right: 6px;
    color: #d22626;
    font-size: 15px;
    font-weight: bold;
    font-family: cursive, monospace;
    transform: translateY(-50%);
}
.ScrollModule ul li .detail h4 {
    font-size: 16px;
    margin: 4px 0 0 0;
    max-height: 51px;
    overflow: hidden;
}
.ScrollModule ul li .detail .thumbnail {
    text-align: left;
    padding: 0px 15px 0 15px;
}

.ScrollModule ul li .detail .thumbnail img {
    width: 110px;
    border-radius: 3px;
}

/*.ScrollModule ul li:hover{*/
    /*width: 560px;*/
/*}*/
/*.ScrollModule ul li:hover .detail{*/
    /*opacity: 1;*/
    /*width: 280px;*/
/*}*/
.ScrollModule ul li .detail>h4>a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #35a035 !important;
    font-weight: bold;
    height: 51px;
    overflow: hidden;
}
.ScrollModule ul li .detail p {
    color: #888;
    padding: 0px 0px 10px 15px;
    margin: 0px 0 10px 0;
    max-height: 74px;
    text-align: justify;
    overflow: hidden;
}

.ScrollModule ul li>a {
    display: block;
    position: relative;
     float: left;
}

.ScrollModule ul li >a img {
    width: 100%;
}

