* {
    padding: 0;
    margin: 0;
}
.wp_articlecontent table p, .paging_content table p {
text-indent:0px!important;
}
.possplit {
    background-image: url("../images/posSplit.gif");
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 22px;
    background-position: center;
    width: 10px;
    display: inline-block;
    border: 0px solid red;
}

body {
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center bottom;
}

ul {
    list-style: none;
}

.banner {
    background-image: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    margin-top: 100px;
    border-bottom: 5px solid #2c8dd3;
}

.main {
    position: relative;
}

.main_fr {
    background-color: #ffffff;
    padding: 50px;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6); */
    /* border: 1px solid #cccccc; */
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    /* min-height: 700px; */
}

.breadcrumb {
    position: absolute;
    right: 0;
    bottom: 12px;
    margin: 0;
    background: none;
}

.breadcrumb a {
    color: black;
}

.breadcrumb li a {
    /* color:white; */
}

.breadcrumb li.active {
    color: white;
}

.main::before {
    content: "";
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0));
    height: 800px;
    position: absolute;
    z-index: -1;
    margin-left: -15px;
}

.banner h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    background-color: #2c8dd3;
    padding: 16px 20px;
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 6px;
    text-align: center;
    border-radius: 6px 6px 0px 0px;
}

.title span {
    font-size: 12px;
    float:right;
}

/* .mask1 {
    padding: 0;
} */

/* h4 {
    color: #2571af;
    margin-top: 0;
}

h5 {
    margin: 15px 0 0 0;
} */
.list_nr {
    padding: 0;
}

#wp_paging_w31 {
    border-bottom: none;
}

@media (max-width:768px) {
    .main {
        padding-left: 15px;
    }

    .main_fr {
        padding: 10px 5px 30px 5px;
    }

    .main li div:nth-child(2) {
        padding: 5px 10px 0;
    }

    ul {
        margin-right: 20px;
    }

    .banner {
        height: 300px;
        margin-top: 0px;
    }

    .banner h1 {
        padding: 15px;
    }

    .main::before {
        display: none;
    }
}

.title>div {
    font-size: 16px;
    padding: 20px 0px;
    border-bottom: 1px solid #C5C5C5;
    color: #8B9296
}

.title>div>a:link {
    color: #111;
}

.title>div>span {
    float: right;
}


#timeline {
            list-style: none;
            margin: 50px 0 30px 120px;
            padding-left: 30px;
            border-left: 8px solid #eee9dc;
            box-sizing: content-box;
        }
        
        #timeline *{
            box-sizing: content-box;
        }

        #timeline li {
            margin: 20px 0;
            position: relative;
        }

        #timeline p {
            margin: 0 0 15px;
        }

        #timeline .date {
            margin-top: -10px;
            top: 50%;
            left: -128px;
            font-size: 1.2em;
            line-height: 20px;
            position: absolute;
        }

        #timeline .circle {
            margin-top: -10px;
            top: 50%;
            left: -44px;
            width: 10px;
            height: 10px;
            background: #3483cd;
            border: 5px solid #eee9dc;
            border-radius: 50%;
            display: block;
            position: absolute;
        }

        #timeline .content {
            max-height: 20px;
            padding: 50px 20px 0;
            border-color: transparent;
            border-width: 2px;
            border-style: solid;
            border-radius: 0.5em;
            position: relative;
        }

        #timeline .content:before,
        #timeline .content:after {
            content: "";
            width: 0;
            height: 0;
            border: solid transparent;
            position: absolute;
            pointer-events: none;
            right: 100%;
        }

        #timeline .content:before {
            border-right-color: inherit;
            border-width: 20px;
            top: 50%;
            margin-top: -20px;
        }

        #timeline .content:after {
            border-right-color: #3483cd;
            border-width: 17px;
            top: 50%;
            margin-top: -17px;
        }

        #timeline .content p {
            max-height: 0;
            color: transparent;
            text-align: justify;
            word-break: break-word;
            hyphens: auto;
            overflow: hidden;
        }

        #timeline label {
            font-size: 1.3em;
            position: absolute;
            z-index: 100;
            cursor: pointer;
            top: 12px;
            left: 20px;
            transition: transform 0.2s linear;
        }

        #timeline .radio {
            display: none;
        }

        #timeline .radio:checked+.relative label {
            /* cursor: auto; */
            transform: translateX(42px);
        }

        #timeline .radio:checked+.relative .circle {
            background: #f98262;
        }

        #timeline .radio:checked~.content {
            max-height: 180px;
            border-color: #eee9dc;
            margin-right: 20px;
            transform: translateX(20px);
            transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
        }

        #timeline .radio:checked~.content p {
            max-height: 200px;
            color: #eee9dc;
            transition: color 0.3s linear 0.3s;
        }