@charset "utf-8";
/* CSS Document */
body{
  padding-top: 50px;
  background: #e3e3e3;
  font-family: "微软雅黑","Microsoft YaHei",Monaco,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
a{
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
a:hover{
  color: #d85334;
  text-decoration: none;
}
.clear{
  clear:both;
}


@media all{
  .uh_container{
    margin-top: 15px;
  }
  .navbar-inverse .navbar-toggle{
    float: left;
    border-color: #222;
    margin-left: 3px;
    margin-right: 0px;
    outline: none;
  }
  .navbar-inverse .navbar-toggle:hover{
    background: transparent;
  }
  .uh-navbar-toggle{
    position: relative;
    float: right;
    display: block;
    font-size: 18px;
    padding: 5px;
    margin-top: 8px;
    margin-right: 15px;
    color: #999999;
    cursor: pointer;
  }
  .navbar-inverse .navbar-nav > li > a{
    color: #ccc;
    font-size: 14px;
  }
  .uh-navbar > .container > .navbar-collapse{
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-inverse .navbar-collapse{
    max-height: 100%;
  }
  .uh_panel_header{
    height: 43px;
    line-height: 43px;
    padding: 5px 15px;
  }
  .uh_panel_header h2{
    float: left;
    margin: 0px;
    font-size: 1.5em;
    line-height: 33px;
    color: #e63a00;
  }
  .uh_panel_header .btn-group{
    float: right;
    width: auto;
  }
  .uh_panel_list{
    margin: 0px;
  }
  .uh_panel_list .media{
    margin: 0px;
    padding: 12px 15px;
    border-bottom: 1px solid #e3e3e3;
  }
  .uh_panel_list .media:last-child{
    border-bottom: none;
  }
  .uh_panel_list .media .media-heading{
    margin-bottom: 6px;
    height:auto;
    line-height: 28px;
    font-size: 20px;
	clear:both;
  }
  .uh_panel_list .media .media-body p{
    font-size: 14px;
    line-height: 26px;
    max-height: 106px;
    overflow: hidden;
    color: #666;
  }
  .uh_panel_list .media .media-body img{
    float: left;
    max-width: 96px;
    max-height: 72px;
    border: 1px solid #ccc;
    padding: 2px;
    margin-top: 4px;
    margin-right: 6px;
  }
  .sy_jump{
    font-size: 0px;
    margin-bottom: 15px;
  }
  .sy_jump .pr{
    width: 49%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #e57e52;
  }
  .sy_jump .nt{
    float: right;
    width: 49%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #e57e52;
  }
  .sy_jump .nt:hover{
    background: #e63a00;
  }
  .sy_jump .disabled{
    background: #ccc;
    color: #737373;
    cursor:not-allowed;
  }
  .navbar-inverse .navbar-brand{
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
  }
  .uh_panel_list .media .media-info .media-list{
    width: 100%;
    font-size: 0px;
  }
  .uh_panel_list .media .media-info .media-list li{
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
  }
  .uh_panel_list .media .media-info .media-list .fl{
    margin-left: 10px;
  }
  .uh_panel_list .media .media-info .media-list .fl a{
    margin-left: 4px;
  }
  .uh_panel_list .media .media-info .media-list .act,.uh_panel_list .media .media-info .media-list .pl{
    float: right;
    margin-left: 5px;
  }
  .uh_panel_list .media .media-info .media-list .act a,.uh_panel_list .media .media-info .media-list .pl a{

    line-height: 22px;
    display: block;
    background: #5cb85c;
    color: #fff;
    border-radius: 4px;
padding:0 5px;
    text-align: center;
    opacity: 0.9;
  }
  .uh_panel_list .media .media-info .media-list .act a:hover,.uh_panel_list .media .media-info .media-list .pl a:hover{
    opacity: 1;
  }
  .uh_panel_list .mt_list .media-heading .tag{
    display: inline-block;
    padding: 0px 6px;
    color: #039BE5;
    background: #E4EFF6;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
  }
  .uh_panel_list .mt_list .media-heading .tag:hover{
    color: #fff;
    background: #039BE5
  }
  .uh_panel_list .mt_list .media-list{
    margin-top: 10px;
  }
  .uh_panel_list .mt_list .media-list .date{
    color: #787878;
  }

  .uh_userinfo .uh_userinfo_headder{
    height: 43px;
    padding: 5px 15px;
  }
  .uh_userinfo .uh_userinfo_headder h2{
    margin: 0px;
    line-height: 33px;
    font-size: 1.5em;
    color: #e63a00;
  }
  .uh_userinfo .media-body{
    padding:10px 5px;
  }
  .uh_userinfo .media-body .user_photo{
    float: left;
    margin-right: 6px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
  }
  .uh_userinfo .media-body .user_photo img{
    width: 70px;
    height: 70px;
  }
  .uh_userinfo .media-body .user_name{
    overflow: hidden;
    height: 22px;
  }
    .uh_userinfo .media-body .user_name span{
	color:#999999;
  }
  .uh_userinfo .media-body .user_name a{
    font-size: 16px;
  }
  .uh_userinfo .media-body .user_info{
    overflow: hidden;
    margin-top:6px;
    height: 83px;
  }
  .uh_userinfo .media-body .user_info p{
    margin: 0px;
    color: #666;
    font-size: 0.95em;
	line-height:22px;
  }
.uh_userinfo .media-body .user_info .foc a{
	color:#8a0000;
 }
  
  .uh_userinfo .media-body .user_add{
    float: right;
    text-align: center;
    margin-top: 6px;
  }
  .uh_userinfo .media-body .user_add .add_fri{
    padding: 2px 5px 3px;
    background: rgba(91,192,222,0.7);
    border-radius: 6px;
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#805BC0DE',endColorstr = '#805BC0DE')\9;
  }
  .uh_userinfo .media-body .user_add .add_fri:hover{
    background: #5BC0DE;
  }
  .uh_userinfo .media-body .user_add .mess{
    margin-left: 15px;
    padding: 2px 5px 3px;
    background: rgba(92,184,92,0.7);
    border-radius: 6px;
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#805CB85C',endColorstr = '#805CB85C')\9;
  }
  .uh_userinfo .media-body .user_add .mess:hover{
    background: #5CB85C;
  }
  .uh_fgph .uh_fgph_headder{
    height: 43px;
    padding: 5px 15px;
  }
  .uh_fgph .uh_fgph_headder h2{
    margin: 0px;
    line-height: 33px;
    font-size: 1.5em;
    color: #e63a00;
	float:left;
  }
  .uh_fgph .uh_fgph_headder em{
  float:right;
    margin: 0px;
    line-height: 33px;
    font-size: 12px;
    color: #999999;
  }
  .uh_fgph .media-body .ul_top{
    width: 100%;
  }
  .uh_fgph .media-body .ul_top .pm,.uh_fgph .media-body .media-list .media .pm{
    float: left;
    width: 15%;
    display: block;
    text-align: center;
    color: #666;
  }
  .uh_fgph .media-body .ul_top .yhm,.uh_fgph .media-body .media-list .media .yhm{
    float: left;
    width: 50%;
    display: block;
    text-align: center;
    color: #666;
  }
  .uh_fgph .media-body .ul_top .jf,.uh_fgph .media-body .media-list .media .jf{
    float: left;
    width: 35%;
    display: block;
    text-align: center;
    color: #666;
  }
  .uh_fgph .media-body .media-list{
    margin-top: 6px;
  }
  .uh_fgph .media-body .media-list .media{
    margin: 0px;
    margin-bottom: 6px;
  }
  .uh_fgph .media-body .media-list .media .pm{
    float: left;
    width: 15%;
    display: block;
    text-align: center;
    color: #333;
  }
  .uh_fgph .media-body .media-list .media .yhm{
    float: left;
    width: 50%;
    display: block;
    text-align: center;
    color: #333;
  }
  .uh_fgph .media-body .media-list .media .jf{
    float: left;
    width: 35%;
    display: block;
    text-align: center;
    color: #333;
  }
  .uh_zjfk .uh_zjfk_headder{
    height: 43px;
    padding: 5px 15px;
  }
  .uh_zjfk .uh_zjfk_headder h2{
    float: left;
    margin: 0px;
    line-height: 33px;
    font-size: 1.5em;
    color: #e63a00;
  }
  .uh_zjfk .uh_zjfk_headder .more{
    float: right;
    margin-top: 8px;
  }
  .uh_zjfk .media-body .media-list{
    margin-top: 6px;
    text-align: center;
  }
  .uh_zjfk .media-body .media-list .media{
    float: left;
    margin: 0px;
    margin-bottom: 6px;
  }
  .uh_zjfk .media-body .media-list .media .fk_photo a{
    width: 80px;
    height: 80px;
  }
  .uh_zjfk .media-body .media-list .media .fk_photo img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
  }
  .uh_zjfk .media-body .media-list .media .fk_name{
    margin-top: 3px;
  }
  
  
  
  .uh_zxct .uh_zxct_headder{
    height: 43px;
    padding: 5px 15px;
  }
  .uh_zxct .uh_zxct_headder h2{
    float: left;
    margin: 0px;
    line-height: 33px;
    font-size: 1.5em;
    color: #e63a00;
  }
  .uh_zxct .uh_zxct_headder .more{
    float: right;
    margin-top: 8px;
  }
  .uh_zxct .media-body .media-list{
    margin-top: 6px;
    text-align: center;
	padding:5px;
  }
.uh_zxct .media-body .media-list .mediali{
    float: left;
    margin: 5px;
  }
.uh_zxct .media-body .media-list .mediali a{
  line-height: 25px;
  font-size: 14px;
  white-space: nowrap;
  color:#008400;
}
.uh_zxct .media-body .media-list .mediali span{
  font-size: 12px;
  color:#999;
}
.uh_zxct .media-body .media-list .mediali a:hover{
  background: #36c;
  color: #fff;
}


  .footer{
    background: #202020;
    overflow:hidden;
  }
  
  /*资料页*/
  .uh_info{
    padding-top: 15px;
  }
  .uh_info .cn_panel{
    background: url(images/user_bg.jpg) left center no-repeat;
    border: none;
  }
  .uh_info .cn_panel-heading{
    height: 110px;
    background: transparent;
  }
  .uh_info .pull-left{
    margin-top: 10px;
    margin-right: 10px;
    height: 70px;
    width: 70px;
  }
  .uh_info .pull-left img{
    height: 70px;
    width: 70px;
    border-radius: 50%;
  }
  .uh_info .media-body .media-heading{
  margin-top:10px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
  }
    .uh_info .media-body .media-heading span{
	padding-left:10px;
    font-size: 12px;
    color: #fff;
  }
    .uh_info .media-body .media-url{
    font-size: 14px;
    color: #fff;
  }
  .uh_info .media-body .media-qm{
    font-size: 12px;
    color: #fff;
	height:25px;
	overflow:hidden;
  }
  .uh_info .cn_panel-default{
    margin-bottom: 10px;
  }
  .uh_info .cn_panel2{
    box-shadow:0px 0px 10px #ccc;
  }
  
  .uh_info .cn_nav-tabs2{
    height: 43px;
    padding: 5px 15px;
  }
  .uh_info .cn_nav-tabs2 h2{
    float: left;
    margin: 0px;
    line-height: 33px;
    font-size: 1.5em;
    color: #e63a00;
  }
  
  .uh_info .cn_nav-tabs li{
    width:25%;
    margin: 0px 0px -1px 0px;
    padding:0px;
  }
  .uh_info .cn_nav-tabs li a{
    margin: 0px;
    padding: 0px;
    height: 51px;
    line-height: 51px;
    color: #999;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .uh_info .cn_nav-tabs li a:hover{
    background: #eee;
    border: none;
    border-bottom: 3px solid #428bca;
  }
  .uh_info .cn_nav-tabs .active a{
    color: #111111;
    border: none;
    border-bottom: 3px solid #428bca;
    background: #eee;
    outline: none;
  }
  .uh_info .cn_nav-tabs .active a:focus{
    color: #555555;
    cursor: default;
    background: #eee;
    border: none;
    border-bottom: 3px solid #428bca;
  }
  .uh_info .cn_list-group{
    margin-bottom: 0px;
  }

  .uh_info .list-group-item{
    border-left: none;
    border-right: none;
    border-radius: 0px;
  }
    .uh_info .list-group-item strong{
	color:#008400;
  }
  .uh_info em{
    font-style: normal;
  }
  .uh_info .title{
    overflow: hidden;
  }
  .uh_info .date{
    float: right;
  }
  .uh_info .jump{
    margin: 4px 0px;
    text-align: center;
  }
    .uh_info .jump2{
    margin: 4px 5px;
    text-align: right;
	
  }
  .uh_info .jump2 a{

    display: inline-block;
    padding: 6px 10px 5px;
    margin: 2px;
    background: #ececec;
    color: #666;
    font-size: 1.1em;
    border-radius: 4px;
  }
  .uh_info .jump2 a:hover{
    background: #cecece;
  }
  .uh_info .jump a{

    display: inline-block;
    padding: 6px 10px 5px;
    margin: 2px;
    background: #ececec;
    color: #666;
    font-size: 1.1em;
    border-radius: 4px;
  }
  .uh_info .jump a:hover{
    background: #cecece;
  }
  .cn_panel3 .cn_zjfk_headder{
    height: 43px;
    padding: 5px 15px;
  }
  .cn_panel3 .cn_zjfk_headder h2{
    float: left;
    margin: 0px;
    line-height: 33px;
    font-size: 1.5em;
    color: #e63a00;
  }
  .cn_panel3 .cn_zjfk_headder .more{
    float: right;
    margin-top: 8px;
  }
  .cn_panel3 .media-body .media-list{
    margin-top: 6px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
  }
  .cn_panel3 .media-body .media-list .media{
    float: left;
    margin: 0px 18px 10px;
  }
  .cn_panel3 .media-body .media-list .media .fk_photo a{
    width: 80px;
    height: 80px;
  }
  .cn_panel3 .media-body .media-list .media .fk_photo img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
  }
  .cn_panel3 .media-body .media-list .media .fk_name{
    margin-top: 3px;
  }

}
@media all and (min-width:768px){
  .uh-navbar-toggle{
    display: none;
  }
  .navbar-inverse .navbar-brand{
    width: 128px;
    height: 40px;
    padding: 0;
    margin-top: 5px;
    text-indent: -9999px;
    background: url(images/logo.png) no-repeat;
  }
  .uh-navbar > .container > .navbar-collapse{
    margin-left: 0px;
    margin-right: 0px;
  }
  .uh_panel_list .media .media-body img{
    max-width: 128px;
    max-height: 96px;
  }
  .uh_panel_header .btn_hidden{
    display: none;
  }
  .uh_panel_header .btn_block ul{
    display: block;
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
    width:500px;
  }
  .uh_panel_header .btn_block ul li{

  }
    .floatlef{
  float:left;}
  .floatrig{
  float:right;}
  .uh_panel_header .btn_block ul li a{
    padding: 0px 3px;
    line-height: 33px;
  }
  .uh_panel_header .btn_block ul li a:hover{
    color: #e63a00;
  }
  .uh_zjfk .media-body .media-list .media{
    width: 25%;
  }
}
@media all and (max-width:768px){
  .uh_navbar .navbar-header .nav .dropdown .dropdown-toggle{
    float: right;
    margin-right: 10px;
    color: #ccc;
  }
  .uh_navbar .navbar-header .nav .dropdown .dropdown-toggle:focus{
    background: none;
  }
  .uh_zjfk .media-body .media-list .media{
    width: 50%;
  }
  .uh_info .jump{
  }
  .uh_info .jump a{
    width: 60px;
    font-size: 0.9em;
  }
}
@media all and (min-width:992px){
  .uh_zjfk .media-body .media-list .media{
    width: 50%;
  }
  .footer{
    position:relative; height:190px;
  }
  .footer .pic_link ul{
    padding: 0px;
  	margin-left: -34px;
	  padding-top: 0.6em;
  }
  .footer .pic_link ul li{
    display: inline-block;
    margin-left: 27px;
  }
  .footer .pic_link ul li a{
    display: block;
  }
  .footer .copyright{
    position: absolute;
    top: 40px;
    left: 2px;
    color: #666;
  }
  .footer .copyright a{
    color: #949494;
    margin: 0 5px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .footer .copyright a:hover{
    color: #bababa;
  }
  .footer .copyright p{
    color: #949494;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
  }
  .footer .webinfo{
    position: absolute;
    top: 95px;
    right: 6px;
  }
  .footer .webinfo ul li{
    display: inline-block;
    margin-right: 11px;
    border: 1px solid #bababa;
  }
}
@media all and (max-width:992px){
  .footer{
    text-align: center;
    padding-bottom: 2em;
  }
  .footer ul{
    padding-top: 0.4em;
    padding-left: 0;
  }
  .footer ul li{
    display: inline;
    list-style-type: none;
    color:#666;
  }
  .footer ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .footer ul li a:hover{
    text-decoration: none;
    color: #e3e3e3;
  }
  .footer p{
    margin-bottom: 0.2em;
    color: #fff;
    font-size: 0.9em;
  }
}
@media all and (min-width:1200px){
  .container{
    width: 1050px;
    max-width: none !important;
  }
}