body{
    background-color: white;
    line-height: inherit;
}
.topline {
    width: 100%;
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    width: 1000px;
    margin: 0 auto;
}
#header-logo{
    padding: 18px 0px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-logo .logo-right{
    display: flex;
    align-items: center;
}
#header-logo .new-home-search .search {
    width: 260px;
    margin-top: 0px;
    font-size: 14px;
}
#header-logo .userlogin,
#header-logo .userdetail{
    padding: 0px !important;
    width: auto;
}
#header-logo .userlogin a{
    width: 80px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    color: white;
    background-color: #EB7D30;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    letter-spacing: 1px;
}
#header-logo .userlogin a:first-child{
    background-color: #2F70C1;
}
#header-logo .user-info-dropdown{
    left: -338px;
    top: 31px;
}
#header-logo .white-bar-for-alert{
    display: none !important;
}
#header-logo div.userdetail div.login .user-info-style{
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 12px;
}
.nav_main_wrapper {
    border-bottom: 3px solid;
    padding: 10px 0 20px;
    margin: 0px 0px 10px;
}
#header-nav .container {
    display: flex;
    justify-content: space-between;
}
#header-nav a.nav_link {
    padding: 0 14px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
#header-nav a.nav_link:hover {
    color: inherit;
}
#header-nav a.nav_link span{
    padding: 10px 0;
    display: inline-block;
}
div.common_pathway{
    margin: 5px 0 16px;
}
div.common_pathway a{
    color: #555;
    font-size: 13px;
}

.st_section {
    margin: 30px 0px 50px;
    font-size: 15px;
}
.st_section p{
    line-height: 2em;
    font-size: 16px;
    margin-top: 18px;
    padding-left: 48px;
    position: relative;
    min-height: 32px;
}
.st_section .st_section_title{
    border-bottom: 2px solid #C2283C;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.st_section .st_section_title span{
    background: #C2283C;
    color: white;
    font-size: 28px;
    line-height: 48px;
    height: 48px;
    display: inline-block;
    padding: 2px 16px 0px;
}
.st_section .st_section_title .more{
    color: #4E8DD7;
}
.st_section_intro{
    color: #3C5980;
}
.st_section_intro h1{
    padding-left: 90px;
    margin-bottom: 20px;
    font-size: 38px;
}
.st_section.st_section_intro p{
    margin-top: 5px;
}
.st_section_intro p:before{
    font-weight: bold;
    content: attr(_ct);
    position: absolute;
    left: 0px;
}
.st_section_ul p{
    background: url(/images/st_icon_star.png) no-repeat left top;
}
.st_section_ul .st_box{
    background: #DCDCDC;
    margin-top: 30px;
    padding: 24px 18px;
}
.st_section_ul .st_box h1{
    font-weight: bold;
}
.st_section_ul .st_box p{
    background: no-repeat;
    padding-left: 0px;
    color: #333333;
}
.st_section_news .st_news {
    overflow: hidden;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 18px;
    margin-top: 18px;
}
.st_section_news .st_news:last-child {
    border-bottom: none;
}
.st_section_news .st_news .st_image {
    float: left;
    margin-right: 18px;
}
.st_section_news .st_news .st_image img {
    width: 160px;
    height: 90px;
    object-fit: cover;
}
.st_section_news .st_news .st_detail {
    margin-left: 178px;
}
.st_section_news .st_news .st_title{
    font-size: 20px;
    font-weight: bold;
    max-height: 24px;
    line-height: 24px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.st_section_news .st_news .st_desc{
    margin-top: 10px;
    color: #666;
    line-height: 1.8em;
    max-height: 50px;
    overflow: hidden;
}
.st_section_video .st_video{
    float: left;
    display: block;
    position: relative;
}
.st_section_video .st_video_0{
    margin-right: 10px;
}
.st_section_video .st_video_1{
    margin-bottom: 11px;
}
.st_section_video .st_video .st_image{
    width: 326px;
    height: 182px;
}
.st_section_video .st_video_0 .st_image{
    width: 664px;
    height: 375px;
}
.st_section_video .st_v_play{
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(194, 40, 60, 0.8);
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-top: -22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.st_section_video .st_video_0 .st_v_play{
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
}
.st_section_video .st_v_play:after {
    content: '';
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -10px;
}
.st_section_video .st_video_0 .st_v_play:after{
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 24px;
    margin-top: -14px;
    margin-left: -8px;
}
.st_section_discussion .box_textarea{
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    height: 155px;
}
.st_section_discussion .btn_discussion{
    background: #3A82D3;
    color: white;
    margin-top: 14px;
    display: inline-block;
    width: 155px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.st_section_discussion .st_comment{
    border-bottom: 1px solid #E0E0E0;
    margin-top: 20px;
    padding: 0px 0px 20px 60px;
    position: relative;
}
.st_section_discussion .st_avatar{
    position: absolute;
    left: 0px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}
.st_section_discussion .st_avatar img{
    width: 100%;
    height: 100%;
}
.st_section_discussion .st_user_row{
    display: flex;
    justify-content: space-between;
}
.st_section_discussion .st_username{
    color: #4E8DD7;
    margin-right: 20px;
}
.st_section_discussion .st_time{
    font-size: 13px;
    color: gray;
}
.st_section_discussion .st_like{
    background-image: url(/images/st-icon-like.png);
    padding-left: 28px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    color: #666;
}
.st_section_discussion .st_like.active{
    background-image: url(/images/st-icon-like-solid.png);
}
.st_section_discussion .st_content{
    line-height: 1.6em;
    margin-top: 10px;
}
.st_section_discussion .st_tail{
    background-color: #E0E0E0;
    color: #adadad;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.st_section_discussion .st_tail:after{
    content: attr(_lnone);
}
.st_section_discussion .st_tail.has_more{
    cursor: pointer;
}
.st_section_discussion .st_tail.has_more:after{
    content: attr(_lmore);
}