@charset "utf8";
.in_title {
    color: #1369b3;
    font-size: 40px;
    margin-bottom: 10px;
}

.sec {
    margin-bottom: 30px;
}

.sec p {
    margin-bottom: 5px;
}

.search {
}

.search form {
    overflow: hidden;
}

.search form input[type="text"] {
    width: 672px;
    height: 65px;
    line-height: 65px;
    display: inline;
    border: none;
    background: #ededed;
    padding-left: 20px;
    font-size: 22px;
    float: left;
}

.search form input[type="submit"] {
    height: 65px;
    width: 163px;
    color: #fff;
    background: #1369b3 url(https://img.asiancancer.com/images/newmoderncancerthai/images/teach_submit_bg.jpg) no-repeat 15px center;
    padding-left: 20px;
    border: none;
    font-size: 20px;
    display: inline;
    float: left;
    cursor: pointer;
}

.search p {
    color: #1369b3;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.search ul li { /*float:left;margin-right:20px;*/
}

.video {
    text-align: center;
    margin: 30px 0;
    overflow: hidden;
}

.story {
    overflow: hidden;
    margin-top: 40px;
}

.story .tit {
    font-size: 24px;
    color: #1369b3;
    margin-bottom: 10px;
}

.story dl {
    width: 50%;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.story dl dd {
    padding: 10px 20px 0 20px;
}

.story dl dd a {
    font-size: 22px;
    color: #1369b3;
}

.story dl dt img {
    width: 439px;
    /*height: 439px;*/
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.story dl:nth-of-type(2n+1) {
    clear: left;
}

@media screen and (max-width: 768px) {
    .in_title {
        color: #1369b3;
        font-size: 22px;
        margin: 10px auto;
        width: 94%;
    }

    .sec {
        margin-bottom: 20px;
        margin: 10px auto;
        width: 94%;
    }

    .sec img {
        display: block;
        width: 100%;
        height: auto;
    }

    .search {
        width: 94%;
        margin: 10px auto;
    }

    .search form {
        overflow: hidden;
    }

    .search form input[type="text"] {
        width: 70%;
        height: 35px;
        line-height: 35px;
        display: inline;
        border: none;
        background: #ededed;
        font-size: 18px;
        float: left;
        padding: 5px 5%;
    }

    .search form input[type="submit"] {
        height: 45px;
        line-height: 45px;
        width: 20%;
        color: #fff;
        background: #1369b3 url(https://img.asiancancer.com/images/newmoderncancerthai/images/teach_submit_bg.jpg) no-repeat 15px center;
        border: none;
        font-size: 20px;
        display: block;
        float: left;
        cursor: pointer;
        text-indent: -9999px;
    }

    .search p {
        color: #1369b3;
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 20px;
    }

    .search ul li {
        float: left;
        margin-right: 20px;
    }

    .video {
        text-align: center;
        margin: 30px 0;
        overflow: hidden;
    }

    .video img {
        display: block;
        width: 100%;
        height: auto;
    }

    .story {
        overflow: hidden;
        margin-top: 20px;
    }

    .story .tit {
        font-size: 22px;
        color: #1369b3;
        margin-bottom: 10px;
    }

    .story dl {
        width: 100%;
        float: none;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .story dl img {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

    .story dl dd {
        padding: 10px 20px 0 20px;
    }

    .story dl dd a {
        font-size: 22px;
        color: #1369b3;
    }
}