﻿/* 公共样式表css */
ul{list-style-type: none;}

a:hover {
    color: #666;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

.clearfix {
    width: 100%;
    height: 42px;
}


/* 必要布局样式css */

.set-content{
    height: 310px;
    width: 480px;
    margin:0 auto;
    border: solid 1px;
}

.set-title {
    width: 97%;
    height: 42px;
    display: flex;
    z-index: 9999;
    border-bottom:solid 1px #cecece; 
}

.set-title ul li{
    font-size: 22px;
    float:left;
    display: block;
    text-align: center;
    height: 100%;
    line-height: 42px;
    position: static;
    background: rgba(255,255,255,.1);
    box-sizing: border-box;
    width: 120px;
    cursor:pointer;
}

.set-title1 ul li{
    font-size: 22px;
    float:left;
    height: 50px;
    line-height: 45px;
    width: 313px;
    cursor:pointer;
    background-color: #00BD00;
    margin: 0 10px 0 10px;
    color: #fff;
}

.set-title2 ul li{
    font-size: 22px;
    float:left;
    height: 50px;
    line-height: 50px;
    width: 95px;
    cursor:pointer;
    margin: 0 103px 0 128px;
}

.set-title ul span{
    float: left;
    color: #892;
    line-height: 40px;
    margin: 0 auto;
}

.set-title ul .on{
    color: #7dbac9;
}

.set-title1 ul .on{
    background-color: #7dbac9;
}

.set-title2 ul .on{
    color: #00BD00;
}


.set-middle{
    height: 275px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px 0px 0 0px;
    float: left;
    width: 465px;
}

.set-middle2{
    height: 185px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 40px 0px 0 15px;
    float: left;
    width: 970px;
}

.set-middle1{
    height: 195px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 40px 0 0 0;
    float: left;
    width: 998px;
    background-image: url(jl.jpg);
}

.set-middle-item2{
  width: 970px;
  height: 185px;
}

.set-middle-item1{
  width: 965px;
  height: 160px;
  margin: 40px 0 0 15px;
  float: right;
}

.set-middle-image img{
    display: block;
    float: left;
    cursor: pointer;
}

.set-middle-list ul li{
    display: flex;
    font-size: 18px;
    height: 30px;
    line-height: 20px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 5px 0 20px;
    background: url(blackdot.png) 5px 17px no-repeat;
}

.set-middle-list2 ul li{
    display: flex;
    font-size: 18px;
    height: 30px;
    line-height: 20px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 5px 0 20px;
    float: left;
    width: 485px;
}

.set-middle-list1 ul li{
    display: flex;
    font-size: 18px;
    height: 30px;
    line-height: 20px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 5px 0 20px;
    float: left;
    width: 480px;
    background: url(yjt.png) 5px 8px no-repeat;
}

.set-more{
    text-align: right;
    flex: 1;
    margin-top: 5px;
}

.set-more2{
    flex: 1;
    margin: 5px 0 0 40px;
}

.set-more:after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    margin-left: 2px;
}

.set-more2:after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    margin-left: 2px;
}