/*  机构样式 */
body { height: 100%;}
.container { width: 1201px;}
.container .main { margin-top: 10px; width: 1201px;}
.container .main .leftBox { width: 560px; margin-right: 60px;}
.container .main .rightBox { width: 570px;}

.title { margin-bottom: 30px; height: 55px; border-bottom: 1px solid #ddd;}
.title .tag { margin: 15px 15px 0 16px; width: 3px; height: 23px; background: rgba(0, 64, 153, 1);}
.title .titleText { font-size: 24px; font-weight: 300; color: rgba(51, 51, 51, 1); line-height: 55px;}
.subTitle { margin-top: 39px; margin-bottom: 25px; font-size: 24px; font-family: Microsoft YaHei; font-weight: 300; color: #333;}
.duty { font-size: 18px;}
.duty p{padding-left:50px;line-height: 30px;}

.mainmenu { padding-left: 30px; font-size: 18px;}
.menuItemBox { }
.mainmenuText { font-size: 18px; font-weight: normal;}
.mainmenu-row { width: 233px; margin-right: 52px;}
.marginStyle { margin-right: 0;}

.item_nsjg {min-width: 150px; padding-right: 25px;}
.item_nsjg a{
    min-width: 160px;
    height: 56px;
    border-radius: 3px;
    background: #e5e8ec;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    color: #033333;
    font: 18px "微软雅黑";
    display: inline-block;
    text-align: center;
}
.item_nsjg a:hover{
    background: #2871b4;
    color: #fff;
}

.item_zsdw{min-width: 150px; padding-right: 40px;}
.item_zsdw a{
    min-width: 160px;
    height: 56px;
    border-radius: 3px;
    background: #e2e6f0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    color: #033333;
    font: 18px "微软雅黑";
    display: inline-block;
    text-align: center;
}
.item_zsdw a:hover{
    background: #2871b4;
    color: #fff;
}

.item_dgshzz{min-width: 150px; padding-right: 18px;}
.item_dgshzz a{
    min-width: 160px;
    height: 56px;
    border-radius: 3px;
    background: #e2e6f0;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 15px;
    color: #033333;
    font: 16px "微软雅黑";
    display: inline-block;
    text-align: center;
}
.item_dgshzz a:hover{
    background: #2871b4;
    color: #fff;
}

.leader { padding-right: 11px; margin-bottom: 20px; padding-left: 30px; height: 300px;}
.intro { position: relative; top: 20px; left: 0px;}
.name { height: 50px; line-height: 50px;}
.name .name1 { display: inline-block; margin-right: 10px; font-size: 20px; color: #333; line-height: 0px;}
.name .name2 { display: inline-block; font-size: 16px; color: #666;}
.introText { margin: 27px 0 33px; font-size: 14px; color: rgba(102, 102, 102, 1);}
.profile p { font-size: 18px;line-height: 30px;}

/*滚动 机构介绍*/
.scroll_text_box{
    width: 570px;
}
.scroll_text_con{
    overflow-y: auto;
    height: 300px;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    padding:0 10px;
}
.scroll_text_con::-webkit-scrollbar {
    width: 5px;
}
.scroll_text_con::-webkit-scrollbar-thumb {
    background-color: #0a5caa;
    border-radius: 5px;
}
.scroll_text_con::-webkit-scrollbar-track {
    background-color: #cec5c5;
    border-radius: 5px;
}
