html{height:100%;}
body{min-height:100%;margin:0;padding:0;position:relative;}

.pagewidth {
  /*width:896px;
  width:1024px;*/
  width:1024px;
}

.pagebody {
  overflow:hidden;
  padding-top:20px;
  background:#F9F9F9;
  padding-left:50px;
  padding-right:50px;
  box-sizing:border-box;
  padding-bottom:100px;
}

.main {
  width:100%;
  overflow:hidden;
  margin-top:20px;
  
}

.divcenter {
  margin-left: auto;
  margin-right: auto;
}

.top {
  overflow:hidden;
  margin:0 auto;
}

.logo {
  width:500px;
  float:left;
  margin-top:15px;
  margin-bottom:12px
}

.logo-text {
  height:46px;
  float:left;
  margin-top:23px;
  margin-left:10px;
}

.btnUserName {
  height:30px;
  font-size:13px;
  color:#1877ED;
  float:right;
  text-align:center;
  line-height:30px;
  margin-top:28px;
  margin-right:10px;
}

.btnUserIcon {
  width:16px;
  height:16px;
}

.btnlogin {
  width:72px;
  height:30px;
  font-size:13px;
  color:white;
  background:#1877ED;
  float:right;
  text-align:center;
  line-height:30px;
  margin-top:28px;
}

.btnlogin:hover { 
  background:#274E94;
}

.btnEnglish {
  width:72px;
  height:30px;
  font-size:13px;
  color:#1877ED;
  border:1px solid #1877ED;
  float:right;
  text-align:center;
  line-height:30px;
  margin-top:28px;
  box-sizing:border-box;
  margin-left:10px;
}

.btnEnglish:hover {
  background:#f5f5f5;
}

.menuview {
  width:100%;
  height:45px;
  background:#1877ED;
  margin-top:10px;
  overflow:visible;
}

.menu {
  height:100%;
  margin:0 auto;
  overflow:visible;
  display: flex;
  justify-content: center;
}

.menu .menuitem {
	width: 9.03%;
  height:100%;
  text-align:center;
  line-height:45px;
  float:left;
  color:white;
  font-size:14px;
  position:relative;
  overflow:visible;
  cursor:pointer;
  min-width: 100px;
  
}

.menu .menuitem:hover {
  background:#274E94;
}

.menu .curr {
  background:#274E94;
}

.menu .menuitem .down {
  width:15px;
  height:15px;
  margin-left:2px;
  vertical-align:middle;
}

.menu .menuitem .submenu {
  width:100%;
  overflow:hidden;
  position:absolute;
  left:0px;
  top:44px;
  z-index:9999;
  display:none;
}

.menu .menuitem .submenu .submenuitem {
  width:100%;
  height:45px;
  font-size:14px;
  line-height:45px;
  text-align:center;
  background:#1877ED;
  color:white;
}

.menu .menuitem .submenu .submenuitem:hover {
  background:#274E94;
}

.footview {
  width:100%;
  background:#1877ED;
  margin-top:0px;
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
  position:absolute;
  bottom:0;
}

.footview .ver {
  font-size:13px;
  color:white;
  margin-top:0px;
  font-weight:bold;
}

.footview .code {
  font-size:13px;
  color:white;
  margin-top:1px;
  font-weight:bold;
}

.swiper-container {
  overflow:hidden;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.margintop {
  margin-top:20px;
}

.expertview {
  border:1px solid #D6D6D6;
  margin-left: auto;
  margin-right: auto;
  padding:10px 20px 10px 20px;
  box-sizing:border-box;
  border-radius:6px;
}

.expertview .head {
  width:100%;
  overflow:hidden;
}

.expertview .head .titleview {
  float:left;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  padding:4px 4px 4px 4px;
  border-bottom:2px solid #B9D3EE;
}

.expertview .head .arraw {
  float:right;
  font-size:14px;
  color:#5cadff;
  margin-top:4px;
}

.expertview .head .arraw span {
  font-size:14px;
}

.expertview .head .arraw:hover {
  color:#104E8B;
}


.expertview .hlistview {
  width:100%;
  overflow:hidden;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:20px;
}

.expertview .hlistview .cell {
  width:20%;
  float:left;
  overflow:hidden;
  text-align:center;
}

.expertview .hlistview .cell .iconview {
  width:94px;
  height:94px;
  border:6px solid #E5E5E5;
  overflow:hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius:47px;
  box-sizing:border-box;
  position:relative;
}

.expertview .hlistview .cell:hover .iconview {
  border:6px solid #ccc;
}

.expertview .hlistview .cell .icon {
  width:100%;
  position:absolute;
  left:0px;
  top:0px;
}

.expertview .hlistview .cell .name {
  width:100%;
  overflow:hidden;
  text-align:Center;
  font-size:14px;
  color:#000;
  margin-top:15px;
}

.expertview .hlistview .cell:hover .name {
  color:#2d8cf0;
}

.newview {
  border:1px solid #D6D6D6;
  margin-left: auto;
  margin-right: auto;
  padding:10px 20px 10px 20px;
  box-sizing:border-box;
  border-radius:6px;
}

.newview .head {
  width:100%;
  overflow:hidden;
}

.newview .head .titleview {
  float:left;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  padding:4px 4px 4px 4px;
  border-bottom:2px solid #B9D3EE;
}

.newview .head .arraw {
  float:right;
  font-size:14px;
  color:#5cadff;
  margin-top:4px;
}

.newview .head .arraw span {
  font-size:14px;
}

.newview .head .arraw:hover {
  color:#104E8B;
}

.newview .tabbar {
  width:36%;
  overflow:hidden;
  margin-left: auto;
  margin-right: auto;
}

.newview .tabbar .tabitem {
  width:27%;
  margin-left:3%;
  margin-right:3%;
  float:left;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  padding:4px 4px 4px 4px;
  box-sizing:border-box;
  border-bottom:2px solid #ccc;
  color:#aaa;
  cursor:pointer;
}

.newview .tabbar .tabitem:hover {
  border-bottom:2px solid #5cadff;
}

.newview .tabbar .curr {
  color:#000;
  border-bottom:2px solid #5cadff;
}

.newlistview {
  width:100%;
  overflow:hidden;
  margin-top:0px;
}

.newlistview .newitem {
  width:100%;
  overflow:hidden;
  color:#999;
  margin-top:10px;
  margin-bottom:10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.newlistview .newitem .point {
  width:6px;
  height:6px;
  border-radius:3px;
  float:left;
  background:#2b85e4;
  margin-top:6px;
}

.newlistview .newitem .newstitle {
  font-size:14px;
  margin-left:10px;
  color:#555;
  overflow:hidden;
  flex:1;
  -webkit-flex:1;
  -ms-flex:1;
}

.newlistview .newitem .newstitle:hover {
  color:#2d8cf0;
  font-size:14px;
}

.newlistview .newitem .date {
  font-size:14px;
  margin-left:10px;
  overflow:hidden;

}

.newlistview .newsline {
  width:100%;
  height:1px;
  background:#5CACEE;
  opacity: 0.5;
}

.btngroupview {
  
  margin-left: auto;
  margin-right: auto;
  box-sizing:border-box;
  overflow:hidden;
  
}

.btngroupview .btn {
  width:32%;
  height:46px;
  border:1px solid #CDC9C9;
  text-align:center;
  line-height:46px;
  color:#555;
  border-radius:6px;
  float:left;
}

.btngroupview .btn:hover {
  border:1px solid #999;
}

.btngroupview .btn .icon {
  width:18px;
  height:18px;
  vertical-align:middle;
  margin-bottom:5px;
}

.btngroupview .btn .name {
  font-size:14px;
  margin-left:6px;
}

.partnerview {
  border:1px solid #D6D6D6;
  margin-left: auto;
  margin-right: auto;
  padding:10px 20px 10px 20px;
  box-sizing:border-box;
  border-radius:6px;
}

.partnerview .head {
  width:100%;
  overflow:hidden;
}

.partnerview .head .titleview {
  float:left;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  padding:4px 4px 4px 4px;
  border-bottom:2px solid #B9D3EE;
}

.partnerview .hlistview {
  width:100%;
  overflow:hidden;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:20px;
  padding-left:10px;
  padding-right:10px;
  box-sizing:border-box;
}

.partnerview .hlistview .cell {
  width:139px;
  height:59px;
  float:left;
  overflow:hidden;
  margin-right:15px;
  margin-left:15px;
}

.partnerview .hlistview .cell .icon {
  width:100%;
  height:100%;
}

.partnerview .hlistview .cell .icon2 {
  width:100%;
  margin-top:20px;
}

.linkview {
  border:1px solid #D6D6D6;
  margin-left: auto;
  margin-right: auto;
  padding:10px 20px 10px 20px;
  box-sizing:border-box;
  border-radius:6px;
}

.linkview .head {
  width:100%;
  overflow:hidden;
}

.linkview .head .titleview {
  float:left;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  padding:4px 4px 4px 4px;
  border-bottom:2px solid #B9D3EE;
}

.linkview .hlistview {
  width:100%;
  overflow:hidden;
  padding-top:0px;
  padding-bottom:10px;
  margin-top:20px;
  padding-left:10px;
  padding-right:10px;
  box-sizing:border-box;
  font-size:14px;
}

.linkview .hlistview a span {
  color:#2d8cf0;
  margin-left:5px;
  margin-right:5px;
  font-size:14px;
}

.linkview .hlistview a span:hover {
  color:#104E8B;
}

/* 快捷导航 */
.nav {
  overflow:hidden;
  margin-top:20px;
}

.navline {
  width:100%;
  height:1px;
  background:#ccc;
  margin-top:20px;
}

.nav .curr {
  color:#1877ED;
  font-size:15px;
}

.nav .arrow {
  color:#555;
  font-size:15px;
  margin-left:5px;
  margin-right:5px;
}

.nav .item {
  color:#555;
  font-size:15px;
}

/* 左侧菜单 */
.leftmenuview{
  width:100px;
  overflow:hidden;
  float:left;
}

.leftmenu {
  width:100px;
  overflow:hidden;
}

.leftmenu .mainmenu {
  width:100%;
  background:#274E94;
  height:30px;
  line-height:30px;
  text-align:center;
  color:white;
  font-size:14px;
  font-weight:bold;
}

.leftmenu .submenu {
  width:90%;
  margin-left:5%;
  font-size:14px;
  padding-top:5px;
  padding-bottom:5px;
  text-align:center;
  border-bottom:1px solid #ccc;
  margin-top:10px;
  color:#000;
}

.leftmenu .curr {
  color:#1877ED;
}

.leftmenu .submenu:hover {
  color:#1877ED;
}

/* 富文本内容 */
.contentview {
  width:100%;
  overflow:visible;
  padding-left:150px;
  box-sizing:border-box;
  
}

.contentpanel {
  width:100%;
  overflow:hidden;
  
}

.contentpanel .title {
  width:100%;
  font-size:21px;
  color:#555;
  text-align:Center;
  overflow:hidden;
}

.contentpanel .subtitle {
  width:100%;
  font-size:14px;
  color:#7F7F7F;
  text-align:right;
  overflow:hidden;
  padding-right:50px;
  box-sizing:border-box;
  margin-top:8px;
}

.contentpanel .line {
  width:100%;
  height:1px;
  background:#ccc;
  margin-top:10px;
}

.contentpanel .content {
  font-size:15px;
  color:#555;
  padding-top:50px;
  line-height:25px;
  padding-bottom:50px;
  box-sizing:border-box;
}

.organization .groupname {
  width:130px;
  padding: 2px 0px 2px 0px;
  border-bottom:1px solid #000;
  text-align:Center;
  color:#000;
  font-size:15px;
  font-weight:bold;
  overflow:hidden;
}

.organization .usercell {
  width:100px;
  overflow:hidden;
  margin-top:10px;
  border-radius:6px;
}

.organization .usercell .divImg {
  width:100px;
  height:100px;
  border-radius:6px;
  overflow:hidden;
  position:relative;
}

.organization .usercell .icon {
  width:100px;
  position:absolute;
  top:0px;
  left:0px;
}

.organization .usercell .username {
  width:100%;
  font-size:14px;
  color:#555;
  text-align:Center;
  margin-top:9px;
  overflow:hidden;
}

.organization .subgroupname {
  width:100px;
  text-align:Center;
  color:#999;
  font-size:13px;
  overflow:hidden;
}

.organization .col3 {
  width:33%;
  float:left;
  overflow:hidden;
}

.organization .col5 {
  width:20%;
  float:left;
  overflow:hidden;
}

.organization .username2 {
  width:100%;
  font-size:14px;
  color:#555;
  text-align:Center;
  margin-top:9px;
  overflow:hidden;
}

.organization .col4 {
  width:25%;
  float:left;
  overflow:hidden;
}

.organization .col42 {
  width:50%;
  float:left;
  overflow:hidden;
}

/* 委员图片 */
.leftmember {
  width:150px;
  overflow:hidden;
  float:left;
}

/* 委员详情 */
.rightmember {
  width:100%;
  overflow:visible;
  padding-left:200px;
  box-sizing:border-box;
}

.rightmember .inforow {
  
}

.rightmember .inforow .title {
  font-size:15px;
  color:#555;
  font-weight:bold;
  margin-right:5px;
}

.rightmember .inforow .value {
  font-size:15px;
  color:#555;
  
}

.rightmember .inforow p {
  margin-top:2px;
}

.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-fir {
  margin-right: 0;
  text-align: right;
}

