#news.ani .item {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.news {
    margin-top: 60px;
    padding-bottom: 60px;
}
.news p.title {
    height: 60px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
    margin: 40px auto;
    padding-top: 40px;
}
.news .describe {
    margin-top: 96px;
}
.news .item {
    width: 99%;
    height: 190px;
    box-sizing: border-box;
    border: 1px solid #666666;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-wrap: wrap;
    cursor: pointer;
}
.news .img {
    width: 23%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;
}
.news .img>img{
    width: 100%;
    height: 100%;
}
.news .time {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.news .time .YY {
    font-size: 26px;
}
.news .time .MM-DD {
    font-size: 18px;
}
.news .content {
    width: 57%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;

}
.news .content>div {
    width: 100%;
    height: 80%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}
.news .content .title01 {
    width: 100%;
    font-size: 20px;
}
.news .content .description {
    width: 100%;
    font-size: 18px;
    color: #a0a0a0;
    margin-top: 10px;
    padding: 5px 0;
}
.news .arrow {
    width: 5%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.news .arrow a {
    display: block;
    width: 63px;
    height: 32px;
    background: url("../images/industry-a-r.png") no-repeat center;
    border-left: 1px solid #a0a0a0;
    box-sizing: border-box;
}
.newsdatails {
    margin: 60px auto;
}
.newsdatails .head {
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 20px;
}
.newsdatails .head .title {
    width: 100%;
    font-size: 27px;
    color: #206bd1;
}
.newsdatails .head .time {
    width: 100%;
    font-size: 16px;
    color: #666666;
}
.newsdatails .content {
    margin-top: 40px;
    display: block;
    text-align: center;
    line-height: 1.8;
    padding: 20px 150px;
}
.newsdatails .content p {
    display: block;
    font-size: 18px;
    text-align: left;
}
@media screen and (min-width: 1185px) {
    .news .item:hover {
        box-shadow: 5px 5px 5px #a0a0a0;
        margin-left: 20px;
        transition: 400ms;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
    }
}
@media screen and (max-width: 930px) {
    .describe {
        margin-top: 70px;
    }
    .tab-title div {
        font-size: 21px;
    }
    .time .YY {
        font-size: 22px;
    }
    .time .MM-DD {
        font-size: 14px;
    }
    .content .title {
        font-size: 20px;
    }
    .content .description {
        font-size: 14px;
    }
}
@media screen and (max-width: 750px) {
    .news {
        margin-top: 40px;
    }
    .news p.title {
        font-size: 23px;
        height: 50px;
    }
    .news .describe {
        margin-top: 60px;
    }
    .news .item {
        height: 160px;
        margin: 0 auto 20px auto;
    }
    .news .item .arrow {
        display: none;
    }
    .news .tab-title div {
        font-size: 18px;
    }
    .news .time .YY {
        font-size: 20px;
    }
    .news .time .MM-DD {
        font-size: 12px;
    }
    .news .content .title {
        font-size: 18px;
    }
    .news .content .description {
        font-size: 12px;
    }
    .newsdatails .content {
        padding: 20px 0;
    }
    .newsdatails .head .title {
        font-size: 24px;
    }
    .newsdatails .head .time {
        font-size: 14px;
    }
    .newsdatails .content p {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .news .arrow {
        display: none;
    }
    .news .content {
        width: 62%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 415px) {
    .news {
        margin-top: 30px;
    }
    .news p.title {
        font-size: 20px;
        height: 40px;
        padding-top: 0;
    }
    .news .item div {
        height: auto;
    }
    .news .item {
        width: 100%;
        height: auto;
        box-shadow: none;
        cursor: pointer;
    }
    .news .item .img {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    .news .item .img img {
        width: 100%;
    }
    .news .item .time,.item .content {
        height: 100px;
    }
    .news .tab-title div {
        font-size: 16px;
    }
    .news .content {
        width: 85%;
    }
    .news .content p {
        overflow: hidden;
    }
    .news .content .title {
        font-size: 14px;
        overflow: hidden;
    }
    .news .time .YY {
        font-size: 14px;
    }
    .newsdatails .content {
        margin-top: 20px;
    }
    .newsdatails .head .title {
        font-size: 20px;
    }
    .newsdatails .content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 375px) {
    .tab-title div {
        font-size: 14px;
    }
    .item .img {
        height: 180px;
    }
    .item .time,.item .content {
        height: 80px;
    }
}
@media screen and (max-width: 360px) {
    .tab-title div {
        font-size: 14px;
    }
}
@media screen and (max-width: 321px) {
    .item .img {
        height: 160px;
    }
    .item .time,.item .content {
        height: 80px;
    }
}