* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #fff;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main {
    margin-top: -6px;
    background: url("../images/view_bg.jpg") no-repeat center center;
    max-height: 959px;
    min-height:500px;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0;
}
.main h3{
    font-size: 40px;
    font-weight: bold;
    color: #568d37;
    text-align: center;
    margin: 0 0 40px;
}

.main .content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow:hidden;
    background: rgba(255, 255, 255, 0.7); 
    padding: 50px;
    max-height: 780px;
}

.main .con {
    max-height: 690px;
    overflow:hidden;
}
.main .content .rollCon{
    width: 1200px;
    
}

.main .content .list {
    margin-right: -50px;
}

.main .content .list li {
    width: 510px;
    margin-bottom: 10px;
    margin-right: 50px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #638161;
}

.main .content .list li img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: -3px;
}
.main .content .list li:hover{
    color:#638161; 
}