 [mn="203"] * {}

    [mn="203"] .container {
        width: 1200px;
        max-width: 100%;
    }

    [mn="203"] {
        padding: 100px 0;
        min-height: 90vh;
    }

    [mn="203"] h2 {
        color: #fff;
    }

    [mn="203"] a {
        text-transform: inherit;
        font-size: inherit;
        letter-spacing: normal;
/*        cursor: pointer;*/
        display: table;
        width: 100%;
        position: relative;
    }

    [mn="203"] .items .item a {
/*        box-shadow: -3px 3px 15px rgba(0, 0, 0, .25);*/
    }

    [mn="203"] .items .item {
        width: 33.333333%;
        padding: 10px 11px 25px;
/*
        opacity: 0;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
*/
        -webkit-transition: all ease-out 1.2s;
        transition: all ease-out 1.2s;
    }

    [mn="203"] .items .item.faden {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    [mn="203"] .wrapper {
        display: block;
        position: relative;
        width: 100%;
    }



    [mn="203"] .items .item div {
        display: block;
        position: relative;
        width: 100%;
    }

    [mn="203"] .items .item .imgbox {
        overflow: hidden;
        background-color: #f8f8f8;
    }

    [mn="203"] .items .item .imgbox .img {
        transform: scale(1, 1);
        height: 100%;
        width: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 76% 0 0;
        -webkit-transition: all ease-out 1.2s;
        transition: all ease-out 1.2s;
    }

    [mn="203"] .items .item a:hover .imgbox .img {
        transform: scale(1.05, 1.05);
        height: 100%;
        width: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        
    }

    
    [mn="203"] .content:before {
        position: absolute;
        content: '';
        z-index: -2;
        height: 3%;
        width: 100%;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(3deg, #013a81, #013a81);
        opacity: 1;
        -webkit-transition: all ease-out .45s;
        transition: all ease-out .45s;
    }
    [mn="203"] .content:after {
        position: absolute;
        content: '';
        z-index: -1;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(-9deg, #013a81, #013a81);
        opacity: 0;
        -webkit-transition: all ease-out .45s;
        transition: all ease-out .45s;
    }

    [mn="203"] a:hover .content:after {
        opacity: 1;
    }

    [mn="203"] .date {
        font-size: 12px;
        font-style: italic;
        padding: 0 0 5px;
        display: none !important;
    }

    [mn="203"] .title {
        font-size: 22px;
        padding: 0 0 12px;
        font-weight: 800;
        color: #fff;
        -webkit-transition: all ease-out 1.2s;
        transition: all ease-out 1.2s;
    }
    [mn="203"] .content {
        padding: 15px;
        text-transform: none;
        color: #fff;
        line-height: 1.3;
        min-height: 145px;
        -webkit-transition: all ease-out 1.2s;
        transition: all ease-out 1.2s;
        z-index: 1;
        position: relative;
        background-color: #013a81;
    }

    [mn="203"] a:hover .title,
    [mn="203"] a:hover .content {
        color: #fff !important;
    }

    [mn="203"] .smr {
        font-size: 14px;
        display: none !important;
    }

    [mn="203"] .pagenum {
        text-align: center;
        margin: 20px 0 0;
    }

    @media screen and (max-width: 991px) {
        [mn="203"] .items .item {
            width: 50%;
        }
    }

    @media screen and (max-width: 575px) {
        [mn="203"] .items .item {
            width: 100%;
            padding: 10px 11px 8px;
        }
        [mn="203"] .content {
            min-height: auto;
        }
        [mn="203"] {
            padding: 30px 0;
        }
    }

[mn="203"] .tabs {
    text-align: center;
        margin: 0 0 30px;
}
[mn="203"] .tab {
    padding: 1px 3px;
}
[mn="203"] .tab a {
    display: table;
    padding: 10px 20px;
    background-color: #959595;
    color: #fff;
    cursor: pointer;
}
[mn="203"] .tab a.active,
[mn="203"] .tab a:hover {
    background-color: #013a81;
    color: #fff;
}