﻿.article .adarticle-rt-main {
    padding-top: 0;
    border-radius: 10px 10px 0px 0px;
}

.adarticle-rt-hd ul {
    display: flex;
    background-color: #dceaff;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    margin: 0 -12px;
}

.adarticle-rt-hd ul li {
    flex: 1;
    min-width: 0;
}

.adarticle-rt-hd ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
}

.adarticle-rt-hd ul li a img {
    display: block;
    height: auto 22px;
    margin-right: 8px;
    margin-bottom: 2px;
}

.adarticle-rt-hd ul li a span {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #323232;
    font-weight: 600;
}

.adarticle-rt-hd ul li.on {
    background-color: #e9f2ff;
}

.adarticle-rt-hd ul li.on a span {
    color: #0176ff;
}

.adarticle-rt-bd {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.adarticle-rt-bd>div{
	display:none;
}
.adarticle-rt-bd>div.on{
	display:block;
}

.item-sub-box {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 25px 15px;
}

.item-sub+.item-sub {
    margin-top: 25px;
}

.item-sub .art-pub-h3 {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
    padding-left: 11px;
    margin-bottom: 10px;
}

.item-sub .art-pub-h3::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 3px;
    height: 14px;
    background-color: #1151af;
}

.item-sub>a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    padding-left: 12px;
}



.item-sub ol {
    padding: 0;
}

.item-sub ol li {}

.item-sub ol li a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #666666;
    padding-left: 12px;
}

.item-sub ol li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    background-color: #8ba7d0;
    border-radius: 50%;
}

.item-sub>h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0176ff;
    padding-left: 12px;
}

.item-sub ol li a:hover {
    color: #3760ac;
}

.item-sub>a:hover {
    color: #3760ac;
}

.item-sub .item-qlink {}

.item-sub .item-qlink a {
    background-color: #f9fafb;
    border-radius: 5px;
    display: block;
    padding: 12px 14px 10px 14px;
}

.item-sub .item-qlink a+a {
    margin-top: 10px;
}

.item-sub .item-qlink a:hover {
    color: #3760ac;

}

.yjwd {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 5px;
}

.yjwd .text {
    overflow: hidden;
    padding: 0 12px;
}

.yjwd .text input {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #333333;
    width: 100%;
}
.yjwd .text input::placeholder{
	color: #a5a5a5;
}

.yjwd .button {
    float: right;
    width: 44px;
	height: 45px;
	background-color: #075bd9;
	border-radius: 5px;
    padding-top: 6px;
    cursor: pointer;
}

.yjwd .button p {
    font-family: SourceHanSerifCN-Bold;
    text-align: center;
    font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #ffffff;
}