.Portal2{
    float:left;
    width:425px;
    margin:2px 15px;
    padding:5px;
    border: solid 1px gray;
    border-radius: 5px;
}
.Portal3{
    float:left;
    width:294px;
    margin:5px;
    padding:5px;
    border: solid 1px rgb(220,220,220);
    border-radius: 5px;
}
.PortalTitleBarUnderLine{
    font-weight: bold;
    margin:0px;
    padding:2px 5px;
    border-bottom: solid 1px gray;
}

.PortalTitleBar{
    background: #F2F2F2;
    border-bottom: 1px solid #bfbfbf;
    color: #333;
    padding: 2px 0 2px 8px;
}

.PortalContent{
    width:100%;
    margin:0px;
    padding:0px;
    overflow: hidden;
    box-sizing: border-box;
}
.PortalContent ul{
    padding: 5px;
    margin: 0px;
}
.PortalContent.news_portal ul li{
    list-style: none;
    background-image: url("/wiki/skins/cpierblue/images/icon_01.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 20px;
    margin-left: 10px !important;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    padding-left:6px !important;
}
/* cpier additional styles*/
.LeftMenuBar {
    /* background: url('/images/common/ui/h_arrow.png') #F2F2F2 no-repeat right center;*/
    border: 1px solid #BFBFBF;
    border-top: none;
    color: #333;
    padding: 2px 0 2px 8px;
}


/*右边侧边栏的样式*/
/*CID 26276 2024.0906 //begin*/
.right_toolbar{
    /*width: 100px;*/
    height: 340px;
    /*background-color: #8ce6b0;*/
    position: fixed;
    top: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.side_round{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #AAAAAA;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
}


.side_round i{
    color: #fff;
}
.side_round_note{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #AAAAAA;
    /*color: #fff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    cursor: pointer;
}
.other_side{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.other_side .gray_font_icons{
    font-size: 25px;
    color: #AAAAAA;
}
.other_side .blue_font_icons{
    font-size: 25px;

}
.other_side a:hover{
    text-decoration: none;
}
.right_line{
    width: 30px;
    height: 1px;
    margin:  0 auto 15px;
    border-bottom: 1px solid #aaaaaa;

}
.other_side_count{
    position: relative;
}
.comment_count{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #d9001b;
    font-size: 8px;
    position: absolute;
    top: -4px;
    right: -2px;
}

/*分享链接的样式*/
.side_round #share_links_inner{
    margin-left: -55px;
}
/*CID 26276 2024.0906 //End*/


/*CID 26544 2024.0924 //Begin*/
.header_box{
    background-color: #1DC116;
    margin-top: 100px !important;
}
/*CID 26544 2024.0924 //End*/