﻿

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {/* width: 1200px; */}

/* 必要布局样式css */
.change-content {
    padding: 20px 0;
}

.change-box {
}

.change-main {
    width: 1175px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease; overflow:hidden
}


.change-box .change-cut {
    margin: 0px 0 10px;
    width: 200px; float:left
}

.transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.change-box .change-cut .tab {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #F5F5F5;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    /* border-left: none; */
    position: relative;
    cursor: default;
    width: 100%;
    float:left;
    /* margin-right: 0px; */
}

.flex-rows{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.change-box .change-cut ul{
    border: 1px solid #e5e5e5;
    margin-left: 0px;
    width:200px
}

.contents{
    width:975px; float:left
}

.change-box .change-cut .tab.on {
    background-color: #335078;
    color: #fff;
}

.change-box .change-cut .tab.on:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid;
    border-color: #20B09F transparent transparent transparent;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}



.change-box .contents > .flex-row {
    justify-content: space-between;
}



.change-box .item {
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    width: 305px;
    height: 103px;
    float: left;
    transition: all .3s ease;
    margin-left: 20px;
}

.img-block {
    margin: 0 auto;
    display: block;
}

.change-box .img-block {
    margin: 0 20px 0 0;
    float: left;
}

.img-block img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.change-box .item-title {
    font-size: 16px;
    color: #333;
}

.change-box .item-p {
    font-size: 14px;
    color: #999;
    margin-top: 5px; height:45px; line-height:22px
}

.change-box .item:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}


.items-news .items-news-list .item a:hover {
    color: #20B09F;
}

.item-block{ margin:15px}
.item-block p{ position:relative}
.item-block p span{ position:absolute; bottom:0px; right:0px;color: #666;}
.change-box a:hover .item{ background: rgba(9,50,100,0.7);}
.change-box a:hover p,.change-box a:hover span{ color:#fff !important}