body {
    background-color: rgba( 255, 255, 255, .5);
    min-width: 1200px;
    background-image: url('../images/bg.jpg') left top/cover no-repeat;
}

.topBg {
    width: 1200px;
    height: 100%;
    margin: 37px auto 0;
}

.topBg img {
    width: 100%;
}


/*内容部分的背景图  */

.types {
    position: relative;
    min-height: 615px;
}

.types>img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.type-content {
    width: 1200px;
    min-height: 610px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .3);
    border: 1px solid transparent;
}

.imgList {
    padding: 50px 70px;
}

.imgList li {
    float: left;
    margin: 5px 21px;
}


/* .imgList li:nth-child(4) {
    margin-left: 20%;
    margin-top: -10px;
}

.imgList li:nth-child(5) {
    margin-top: -10px;
} */

.imgList li a {
    display: block;
    width: 100%;
    /* border-radius: 50% 50%; */
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transition: all .5s;
}

.imgList li a:hover {
    box-shadow: 5px 10px 8px #666;
}

.imgList li img {
    margin: 5px;
}

.imgList li p {
    /* position: absolute;
    bottom: 35px; */
    max-width: 100%;
    text-align: center;
    color: #000;
    line-height: 30px;
    /* background-color: rgba(0, 0, 0, .4); */
}

.imgList li p.text {
    width: 300px;
    text-indent: 2em;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
}


/*tab  切换 部分  */

.newsList,
.noticeList {
    /* padding-left: 20px; */
    width: 100%;
}

.newsList li,
.noticeList li {
    /* padding-left: 150px; */
    height: 35px;
}

.newsList li a,
.noticeList li a {
    float: left;
    display: block;
    font: 400 16px/32px "微软雅黑";
}

.newsList li span,
.noticeList li span {
    float: right;
    display: block;
    font: 400 16px/32px "微软雅黑";
}


/*tab 切换 新闻列表  */


/* .newsList li {
    min-height: 100px;
    border-bottom: 1px solid #9EA1A2;
    width: 100%;
    margin-bottom: 20px;
} */

.Tbox {
    /* margin-top: 16px; */
    margin-left: 10px;
    width: 90%;
}

.Tbox h3 {
    font: 400 16px/16px "微软雅黑";
}

.Tbox a {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #999;
}

.times {
    /* margin-top: 20px; */
    width: 60px;
    height: 45px;
    /* background: #D10000; */
    background-color: #0098D0;
    color: #fff;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.times span {
    display: block;
}

.days {
    height: 27px;
    line-height: 27px;
    font-size: 16px;
}

.mouths {
    height: 18px;
    line-height: 18px;
    background-color: #004B66;
    /* background-color: rgba(0, 75, 102, 1); */
}


/*列表前的小圆点*/

.layui-tab-content {
    padding: 0;
}


/*列表前的小圆点  */

.circle {
    background-color: transparent;
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    margin: 6px 0px;
}

.circle span {
    /* background-color: #09769E; */
    background-color: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
}

.circle span:nth-child(1) {
    width: 5px;
    height: 5px;
    left: 6px;
    top: 4px;
}

.circle span:nth-child(2) {
    width: 4px;
    height: 4px;
    top: 10px;
    left: 12px;
}

.circle span:nth-child(3) {
    width: 3px;
    height: 3px;
    bottom: 2px;
    left: 7px;
}


/*layui 中样式的覆盖  */

.layui-tab-item {
    width: 998px;
    float: right;
    min-height: 515px;
    padding-bottom: 20px;
    padding-top: 40px;
    border-top: 1px solid #0C82CA;
}

.layui-tab-title {
    float: left;
    height: 350px;
    width: 162px;
    margin-top: 5px;
    border-bottom: 1px solid #fff;
}

.layui-tab-title .layui-this {
    color: #fff;
    background-color: #0C82CA;
}

.layui-tab-title li {
    display: block;
    background-color: #f2f2f2;
    color: #000;
    font-size: 18px;
    line-height: 36px;
    border-top: none;
    position: relative;
    margin-bottom: 5px;
}

.layui-tab-title li:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    text-indent: 1em;
}

/* .layui-tab-title li::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    top: 15px;
    border: 4px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.layui-tab-title li.layui-this::before {
    border-left-color: #fff;
} */

.layui-tab-title li:first-child {
    border-bottom: none;
    border-top: none;
}

.layui-tab-title li:last-child {
    border-top: none;
}

.layui-tab-title .layui-this:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-radius: 2px 2px 0 0;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    pointer-events: none;
}

.layui-tab {
    margin: 0 0 10px;
    text-align: left!important;
}

.top-title {
    margin-top: 20px;
}

.top-title h2 {
    line-height: 52px;
    background-color: #0C82CA;
    color: #fff;
    font-size: 24px;
    width: 162px;
    text-align: center;
}


/*分页  */

#demo3,
#demo4 {
    text-align: center;
    margin-top: 10px;
}

.layui-laypage a,
.layui-laypage span {
    background-color: #34A9DC;
    margin: 0 5px 0px 0;
    border: 1px solid transparent;
    color: #fff;
}

.layui-laypage .layui-laypage-spr {
    color: #fff;
    font-weight: 700;
}


/*底部footer 样式的覆盖  */

.footerBox {
    width: 100%;
    height: 50px;
    /* background-color: rgb( 102, 0, 0);
    background-color: rgb( 26, 140, 0); */
    background-color: #0C82CA;
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 12px;
}