.college_intro {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}
.college_intro .college-photo {
  width: 120px;
  float: left;
  margin: 20px 15px 20px 20px;
}
.college_intro .college-detail {
  margin: 20px 20px 20px 0px;
}
.college_intro .college-detail .college-title {
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  font-weight: normal;
}
.college_intro .college-detail .college-descript {
  font-size: 12px;
  color: #656565;
  font-family: 'Microsoft YaHei';
  font-weight: normal;
}
.latest_topic {
  margin-top: 20px;
  width: 760px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}
.latest_topic h3 .topic_title {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 3px;
}
.latest_topic h3 .topic_title a {
  color: #fff;
  background: #999;
  float: right;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  cursor: pointer;
}
.latest_topic h3 .topic_title .new_topic {
  width: 66px;
}
.latest_topic h3 .topic_title .more {
  width: 22px;
  margin-left: 10px;
}
.latest_topic .item_list {
  margin: 16px 20px;
}
.latest_topic .item_list li {
  list-style-type: none;
}
.latest_topic .item_list li a {
  font-size: 14px;
}
.latest_topic .item_list li a:link,
.latest_topic .item_list li a:visited {
  color: #656565;
}
.latest_topic .item_list li a:hover,
.latest_topic .item_list li a:focus {
  color: #690;
}
.latest_topic .item_list li p.item_dot {
  color: #7fc338;
  font-size: 16px;
  margin-right: 8px;
  display: inline;
}
.test_superman {
  margin-top: 20px;
  width: 370px;
  height: 1022px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  float: left;
}
.test_superman h3 .test_title {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 3px;
}
.test_superman h3 .test_title a {
  color: #656565;
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.test_superman h3 .test_title a .go_test {
  margin-left: 10px;
}
.test_superman .superman_detail .superman_item {
  border-bottom: 1px dashed #ddd;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
}
.test_superman .superman_detail .superman_item .superman_photo {
  display: inline;
  float: left;
  margin-right: 10px;
}
.test_superman .superman_detail .superman_item dd dl dd.superman_name {
  font-size: 14px;
  color: #333;
}
.test_superman .superman_detail .superman_item dd dl dd.superman_col_name {
  font-size: 12px;
  color: #999;
}
.test_superman .superman_detail .superman_item dd dl dd.superman_data {
  font-size: 12px;
  color: #333;
}
.test_superman .superman_detail .superman_item dd dl dd.superman_data .split {
  color: #ddd;
  margin-left: 8px;
  margin-right: 8px;
}
.test_superman .superman_detail .superman_item:last-child {
  border-bottom: none;
}
.code_superman {
  margin-top: 20px;
  width: 370px;
  height: 1022px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  float: left;
  margin-left: 20px;
}
.code_superman h3 .code_title {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 3px;
}
.code_superman h3 a {
  color: #656565;
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.code_superman h3 a .go_code_pk {
  margin-left: 10px;
}
.code_superman .code_superman_detail .code_superman_item {
  border-bottom: 1px dashed #ddd;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
}
.code_superman .code_superman_detail .code_superman_item .code_superman_photo {
  display: inline;
  float: left;
  margin-right: 10px;
}
.code_superman .code_superman_detail .code_superman_item dd dl dd.code_superman_name {
  font-size: 14px;
  color: #333;
}
.code_superman .code_superman_detail .code_superman_item dd dl dd.code_superman_col_name {
  font-size: 12px;
  color: #999;
}
.code_superman .code_superman_detail .code_superman_item dd dl dd.code_superman_data {
  font-size: 12px;
  color: #333;
}
.code_superman .code_superman_detail .code_superman_item:last-child {
  border-bottom: none;
}
.has_members {
  margin-top: 20px;
  width: 824px;
  height: 562px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  float: left;
}
.has_members h3 .has_members_title {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 3px;
}
.has_members h3 .has_members_title a {
  color: #fff;
  background: #999;
  float: right;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  cursor: pointer;
}
.has_members h3 .has_members_title .member_mgr {
  width: 66px;
}
.has_members .member_list dl {
  margin-top: 20px;
  margin-left: 20px;
  width: 100px;
  float: left;
}
.has_members .member_list dl .name {
  font-size: 12px;
  font-size: #656565;
  overflow: hidden;
  text-align: center;
}
.has_members .member_list dl .num {
  font-size: 12px;
  font-size: #656565;
  text-align: center;
}
.my_college_right {
  margin-left: 8px;
}
.member {
  margin-top: 20px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}
.member .col_up {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ddd;
}
.member .col_up dl .col_mem_num {
  width: 25%;
  color: #999;
  font-size: 12px;
  border-right: 1px solid #f0f0f0;
  text-align: center;
  float: left;
}
.member .col_up dl .col_mem_num span {
  color: #333;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.member .col_up dl .col_mem_num:last-child {
  border-right: none;
}
.member .col_middle {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.member .col_middle dl {
  margin-bottom: 9px;
}
.member .col_middle dl dt {
  font-weight: normal;
}
.member .col_middle dl .col_title {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.member .col_middle dl .col_photo {
  display: inline;
  float: left;
  margin-right: 10px;
}
.member .col_middle dl .col_title_name {
  font-size: 14px;
  color: #656565;
}
.member .col_middle dl .col_title_QQ {
  font-size: 12px;
  color: #656565;
}
.member .col_middle dl .col_title_email {
  font-size: 12px;
  color: #656565;
}
.member .col_down {
  height: 92px;
  margin-right: 20px;
  margin-left: 20px;
}
.member .col_down dl dt {
  font-weight: normal;
}
.member .col_down dl .col_invite {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #656565;
}
.member .col_down dl .col_input {
  border-radius: 0;
  border-color: #ddd;
  width: 168px;
  height: 28px;
  float: left;
}
.member .col_down dl .col_btn {
  margin-left: 10px;
  width: 80px;
  height: 28px;
}
.club_bbs {
  margin-top: 8px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}
.club_bbs h3 .club_bbs_title {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 52px;
  color: #333;
  font-weight: normal;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 12px;
  background: url(../../../../images/club/student/tit_line.jpg) no-repeat left center;
}
.club_bbs .item_list {
  margin: 16px 20px;
}
.club_bbs .item_list li {
  list-style-type: none;
  clear: both;
  overflow: hidden;
  margin: 7px 0;
}
.club_bbs .item_list li a {
  font-size: 14px;
  display: block;
  float: left;
  width: calc(100% - 16px);
}
.club_bbs .item_list li a:link,
.club_bbs .item_list li a:visited {
  color: #656565;
}
.club_bbs .item_list li a:hover,
.club_bbs .item_list li a:focus {
  color: #690;
}
.club_bbs .item_list li p.item_dot {
  color: #7fc338;
  font-size: 16px;
  margin-right: 8px;
  display: block;
  float: left;
  line-height: 15px;
}
.recruit_corp {
  margin-top: 8px;
  margin-bottom: 8px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}
.recruit_corp h3 .recruit_corp_title {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 52px;
  color: #333;
  font-weight: normal;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 12px;
  background: url(../../../../images/club/student/tit_line.jpg) no-repeat left center;

}
ul .corp_flag_photo {
  margin-top: 20px;
  margin-left: 20px;
  width: 150px;
  height: 65px;
  display: inline;
  float: left;
}
ul .corp_flag_photo:last-child {
  margin-bottom: 20px;
}
.corp_apply_blog {
  margin: 8px 0  16px!important;
  height: 44px;
  line-height: 32px;
  width: 100%;
  background: #7FC339;
  border-radius: 22px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;


}
.corp_apply_blog p {
  float: left;
}
.corp_apply_blog .corp_icon {
  width: 24px;
  height: 21px;
  background: url("../../../../images/club/student/college_corp_apply_blog_show.fw.png") no-repeat 0 0;
  margin: 4px 10px 0 60px;
}
.blog_reomm {
  width: 100%;
  height: 468px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}
.blog_reomm h3 .blog_reomm_title {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 52px;
  color: #333;
  font-weight: normal;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 12px;
  background: url(../../../../images/club/student/tit_line.jpg) no-repeat left center;
}
.blog_reomm h3 .blog_reomm_title a {
  color: #3399EA;
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.blog_reomm .blog_reomm_detail .blog_reomm_item {
  border-bottom: 1px dashed #ddd;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 10px;
}
.blog_reomm .blog_reomm_detail .blog_reomm_item .blog_reomm_photo {
  margin-top: 5px;
  display: inline;
  float: left;
  margin-right: 10px;
}
.blog_reomm .blog_reomm_detail .blog_reomm_item dd dl dd.blog_reomm_blog_name {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.blog_reomm .blog_reomm_detail .blog_reomm_item dd dl dd.blog_reomm_data {
  font-size: 12px;
  color: #333;
}
.blog_reomm .blog_reomm_detail .blog_reomm_item dd dl dd.blog_reomm_data .split {
  color: #ddd;
  margin-left: 8px;
  margin-right: 8px;
}
.blog_reomm .blog_reomm_detail .blog_reomm_item:last-child {
  border-bottom: none;
}
