/* 滚动内容样式 */
.scroll{
	width: 1002px;
	margin: auto;
}
.scroll_main {
    width: 840px;
    display: block;
    margin-right: 34px;
    float: right;
   
   
}

/* 滚动内容区样式 */

.scroll_wrap {
	width: 100%;
	height: 537px;
	position: relative;
}
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
}

#ul {
    width: 745px;
    margin-top: 20px;
        border-bottom: dashed 1px #f2c998;
}
#li1 {
    width: 190px;
    height: 120px;
    float: left;
}
.img2 {
     width: 170px;
    height: 100px;
}
.img1 {
    margin-top: -82px;
    overflow: hidden;
    display: block;
    margin-left: 78px;
}
#li2 {
  width: 500px;
    height: 90px;
    display: block;
    overflow: hidden;
    float: left;
    margin-left: 45px;
    margin-top: 9px;
}
#li2 .al {
    font-family: "微软雅黑";
    font-weight: normal;
    color: #986322 !important;
    font-size: 19px !important;
}
#li2 .al1 {
    width: 500px;
    display: block;
    color: #666666;
    font-size: 14px;
    margin-top: 12px;
    font-family: 微软雅黑;
    height: 17px;
    overflow: hidden;
}
#li2 .al2 {
    width: 188px;
    float: left;
    display: block;
    margin-top: 15px;
    font-family: 微软雅黑;
   color: #666666!important;
    font-size: 12px !important;
}
/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 1px;
	height: 100%;
	background-color: #f8c400;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
    top: 0;
    left: 0px;
    width: 4px;
    height: 122px!important;
    height: 48px;
    background-color: #f8c400;

    opacity: .5;
}
.scroll_wrap .scroll_slider:hover{
	opacity: 1
}

