body{
    background: #ECEEF5;
}
.content {
    margin: 30px 0 40px 0;
}

.aside-header{
    display: flex;
    justify-content: space-between;
}
.aside-header .aside-title {
    display: inline-block;
    border-left: 2px solid var(--lyj-primary-color);
    border-left-width: 4px;
    font-size: 24px;
    color: #303030;
    font-weight: 400;
    color: #303030;
    line-height: 24px;
    text-indent: 11px;
    height: 24px;
}
.aside-header .aside-ioncs {
    color: var(--lyj-info-color);
}
.aside-ioncs .layui-icon-refresh {
    margin: 0 10px;
}
.aside-list-item {
    padding: 10px 0;
    margin-top: 20px;
}
.aside-list-item-img {
    width: 100%;
}
.aside-list-item-img  img{
    width: 281px;
    height: 156px;
    display: block;
}
.aside-list-item-p {
    font-size: 18px;
    color: #303030;
    line-height: 28px;
    margin-top: 10px;
}
.page-content {
    font-size: 14px;
    color: #303030;
    line-height: 28px;
    margin-top: 20px;
}
.html-title{
    width: 100%;
    height: 50px;
    font-size: 30px;
    font-family: "Microsoft YaHei","Arial","宋体";
    font-weight: 400;
    color: #303030;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}
.html-time{
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: "Microsoft YaHei","Arial","宋体";
    font-weight: 400;
    color: #999999;
    line-height: 50px;
    text-align: center;
}
.html-time span{
    margin: 0 10px;
}
.html-content{
    width: 899px;
    border-top: 1px solid #EFEFEF;
    padding:20px 0px;
    font-size: 16px;
    line-height: 30px;
}

.html-content .pRight a{
    color: #1C4A90;
}

.article{
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.article h2 {
    padding: 30px 0;
    text-align: center;
    font-size: 28px;
    width: 1185px;
    margin: 0 auto;
}

.article .info {
    width: 1185px;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}
.article .info_con {
    text-align: center;
}
.article .info span {
    font-size: 14px;
    color: #666;
    margin-left: 20px;
}
.article .info span {
    font-size: 14px;
    color: #666;
    margin-left: 20px;
}
.article .info span a {
    color: #666;
}
.article .zhengwen {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    padding: 30px 100px;
    text-align: justify;
    /*text-indent: 30px;*/
}
.article .zhengwen img{
    display: block;
    margin: 10px auto;
    max-width: 100% !important;
}
.article .info .active {
    color: #2850a0;
}

/*资讯详情 附件
>
*/
.fujian{
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
}
.fujian span{
    font-size: 14px;
    color: #333;
}
.fujian a{
    font-size: 13px;
    color: #2850a0;
}
.fujian a:hover{
    color: #1C4A90;
}
/*资讯详情 评论 */


/**
报名表单
 */
.baoming-form{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
}

.baoming-form-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.baoming-form-title > p,.baoming-form-title >h2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.baoming-form-title >h2{
    padding-bottom: 5px;
}
.baoming-form .layui-form-label {
    float: none;
    margin-bottom: 5px;
    width: 200px;
    text-align: left;
    padding-left: 0px;
}

.baoming-form .layui-form-label span{
    color: red;
}

.baoming-form .layui-input-block {
    margin-left: 0px;
}

.baoming-form input {
    font-size: 13px;
}

.baoming-form .layui-input-group {
    width: 100%;
}

.rest {
 width: 95px !important;
}
.sub {
    background: #114491 !important;
}