﻿@charset "utf-8";
/* CSS Document */
@import url("usertop.css");

*{ padding:0px; margin:0px; text-decoration:none;}
ul{ padding:0px; margin:0px;}
img{ border:none;}
.t_25{ margin-top:25px;}
body{font: 14px/1.5 "Microsoft YaHei","微软雅黑","SimSun","宋体","SimHei","黑体","Arial Narrow";}

.user_main{ background:#f6f6f6;}
.user_main_zt{ width:1200px; margin:0 auto; padding-top:40px; overflow:hidden; padding-bottom:40px;}

/*左边*/
.user_left{ width:240px; float:left; background:#fff; height:860px;box-shadow: 0 0 10px #e0e0e0;}


/*用户信息*/
.user_yhxx{ width:100%; height:200px; background:#175392; text-align:center; font-size:16px; font-weight:bold; padding-top:38px; color:#fff;}
.user_poto{ width:125px; height:125px; margin:0 auto; margin-bottom:20px;}


/*导航*/
.user_left ul{ padding:0px; margin:0px;}
.user_left ul li{ list-style:none;position:relative;}
.user_left ul li a{ font-size:16px; line-height:60px; background:url(../images/user_menu_li.png) no-repeat; padding-left:55px; display:block; color:#555555; }
.user_left ul li a i{display:inline-block; position:absolute;left: 30px;    top: 19px;}
.user_left ul li a:hover{ background:url(../images/user_menu_on.jpg) no-repeat;}
.user_left ul li a.on{background:url(../images/user_menu_on.jpg) no-repeat;}

.user_left ul li ul{ background:#f8f8f7; display:none;}
.user_left ul li li{ background:none; line-height:40px; height:40px;}
.user_left ul li li a{background:none; line-height:40px;}
.user_left ul li li a:hover{ background:#ededec;}
.user_left ul li li a.on{background:#ededec;}


/*右边*/
.user_right{ float:right; width:930px;}

/*我的主页*/
.user_right_cont{ background:#fff;box-shadow: 0 0 10px #e0e0e0; overflow:hidden;}
.user_right_cont_title{ height:54px; line-height:54px; border-bottom:1px solid #e2e2e2; font-size:18px; font-weight:bold; padding-left:30px; color:#175392;}
.user_right_cont_zy{ padding:15px 25px; overflow:hidden;}
.user_right_cont_zy ul{ padding:0px; margin:0px;}
.user_right_cont_zy ul li{ list-style:none; width:50%; float:left; font-size:16px; line-height:30px;}

/*我的浏览列表*/
.reads{ padding:15px; *margin:15px; *width:97% !important;}
.reads th{ font-size:16px; background:#f6f5f5; height:40px; line-height:40px;}
.reads tr{ line-height:46px; font-size:16px;}
.reads tr td{ border-bottom:1px solid #e4e4e4;}


.wxx{height:33px; width:80px; color:#fff; padding-left:35px; background:url(../images/wyxx.png) #175392 no-repeat 12px center; display: inline-block; float:right; font-size:16px; line-height:33px; font-weight:normal; margin-right:20px; margin-top:10px;*margin-top:-45px;}
.txssqb{height:33px; width:100px; color:#fff; padding-left:35px; background:url(../images/wyxx.png) #175392 no-repeat 12px center; display: inline-block; float:right; font-size:16px; line-height:33px; font-weight:normal; margin-right:20px; margin-top:10px;*margin-top:-45px;}

.reads a{ color:#676767;}



