@charset "utf-8";

#sidemenu li a{
    -webkit-transition: none ;
    -moz-transition: none ;
    -ms-transition: none ;
    -o-transition: none ;
    transition: none ;
}
#box_main{}
#box_main .caption{}
#box_main .caption .location{}
#box_main .caption .location a{
    color: #333;
}
#box_right .caption h4{
    font-size: 24px;
    text-align: left;
    border-bottom: 1px solid #ececec;
}
#box_right .caption h4 .fa{
    padding: 15px;
    padding-left: 0;
}
#box_left #sidemenu {}
#box_left #sidemenu .cc{}
#box_left #sidemenu .cc>ul{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#box_left #sidemenu .cc>ul>li{
    margin: 10px;
}
.icontent{
    min-height: 100px;
}

/*新闻列表*/
.news .fig {

}
.news .fig figure * {
    transition: .3s;
}
.news .fig figure {
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}
.news .fig figure > .news-img {
    /*  margin-top: -126px;*/
}
.news .fig figure figcaption a .news-text {
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    color: #4e4e4e;
    font-family: "Microsoft Yahei";
}
/*.news .fig figure figcaption a .news-text:after {
    content: "";
    display: block;
    width: 25%;
    height: 2px;
    background-color: #0186d0;
    margin-top: 10px;
    opacity: 1;
}*/
.news .fig figure:hover figcaption a .news-text:after{
    opacity: 0;
}
.news .fig figure figcaption a .news-summary {
    font-family: "Microsoft Yahei";
    color: #868686;
    font-size: 14px;
    line-height: 2;
}
.news .fig figure:hover > .news-img {
    margin-top: 0;
}
.news .fig figure:hover figcaption a .news-text {
    padding-left: 25px;
}
.news .fig figure figcaption a .news-text:before{
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    margin-top: 0;
    opacity: 0;
    background: #1f86d0;
    content: "";
    display: block;
}

.news .fig figure figcaption a .news-text .news-date{
    position: absolute;
    right: 0;
    color: #8c8c8c;
    font-size: 14px;
}
.news .fig figure:hover figcaption a .news-text:before {
    opacity: 1;
}



.righttext table td {
    width: 50%;
}
.righttext table td>a {
    font-size: 14px;
    border: 1px solid #eaeaea;
    padding: 10px;
    color: #999;
    display: block;
    width: 80%;
}
.righttext table td>a>i {
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #212121;
}



/*case*/
.case {
    position: relative;
}
.case .case-title {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.case .fig {

}
.case .fig figure * {
    transition: .3s;
}
.case .fig figure {
    position: relative;
    width: 23%;
    cursor: pointer;
    float: left;
    margin: 1%;
}
.case .fig figure .case-img {
    overflow: hidden;
}
.case .fig figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 44, 68, 0.6);
}
.case .fig figure figcaption span {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.case .fig figure figcaption > a {
    font: 16px "黑体";
    color: #fff;
    padding: 10px 15px;
    border: 2px solid #fff;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.case .fig figure figcaption > a:after {
    opacity: 1;
    display: block;
    content: "";
    width: 57px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
