﻿@charset "utf-8";
/* CSS Document */
*{ border:0;margin:0;padding:0;}
body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}
table {margin:0 auto; font-family: "微软雅黑";font-size: 14px;line-height: 40px; color: #333;
}
a:link {
	color:#333;
	text-decoration: none;
	line-height: 16px;

}
a:visited {
	color: #333;
	text-decoration: none;
	line-height: 16px;

}
a:hover {
	color: #3384d5;
	text-decoration: none;
	line-height: 16px;

}

image{ border-width:0}

/* CSS Document end */



.red14_26,
.red14_26 a:link,
.red14_26 a:visited {color:#d20002;text-decoration: none;line-height:26px;font-size:14px; }
.red14_26 a:hover {color:#d20002;text-decoration: none;line-height:26px;font-size:14px;}

.black14_30,
.black14_30 a:link,
.black14_30 a:visited {color:#000000;text-decoration: none;line-height:30px;font-size:14px; }
.black14_30 a:hover {color:#0963d5;text-decoration: none;line-height:30px;font-size:14px;}

.black14_50,
.black14_50 a:link,
.black14_50 a:visited {line-height:50px;font-size:14px; }
.black14_50 a:hover {line-height:50px;font-size:14px;}

.white16_40,
.white16_40 a:link,
.white16_40 a:visited {color:#ffffff;text-decoration: none;line-height:40px;font-size:16px; }
.white16_40 a:hover {color:#ffffff;text-decoration: none;line-height:40px;font-size:16px;}

.blue14,
.blue14 a:link,
.blue14 a:visited {color:#0963d5;text-decoration: none; }
.blue14 a:hover {color:#0963d5;text-decoration: none;}

.blue14_2,
.blue14_2 a:link,
.blue14_2 a:visited {color:#4672a2;text-decoration: none; }
.blue14_2 a:hover {color:#4672a2;text-decoration: none;}

.grey14_22,
.grey14_22 a:link,
.grey14_22 a:visited {color:#666666;text-decoration: none;line-height:22px;font-size:14px;  }
.grey14_22 a:hover {color:#666666;text-decoration: none;line-height:22px;font-size:14px;  }

.blue18_30b,
.blue18_30b a:link,
.blue18_30b a:visited {color:#2c81b9;text-decoration: none;line-height:30px;font-size:18px;font-weight:bold }
.blue18_30b a:hover {color:#2c81b9;text-decoration: none;line-height:30px;font-size:18px;font-weight:bold}

.button1{ width:235px; height:40px; background:#0963d5; font-size:16px;color:#ffffff;border-radius:3px;}
.button1:hover { background:#0053bb; }

.button2{ width:108px; height:40px; background:#0963d5; font-size:16px;color:#ffffff;border-radius:3px;}
.button3{ width:108px; height:40px; background:#808892; font-size:16px;color:#ffffff;border-radius:3px;}


.select{ width:100px; height:30px;border-radius:3px; border:1px solid #c6cbcf;}
.input_denglu{ color:#999; border-radius:3px; background-color:#f0f0f0; border:none; padding-left:10px; height:40px; width:225px;}
.padding15{ padding-left:15px; padding-top:5px; padding-bottom:5px; padding-right:10px;} 

.select1{ width:247px; height:26px;border-radius:3px; border:1px solid #d3d3d3; padding-left:10px;}
.select2{ width:121px; height:28px;border-radius:3px; border:1px solid #d3d3d3; padding-left:10px;}
.input1{ width:235px; height:26px;border-radius:3px; border:1px solid #d3d3d3; padding-left:10px;}
.input2{ width:530px; height:30px;border-radius:3px; border:1px solid #d3d3d3; padding-left:10px;}
.input3{ width:235px; height:40px;border-radius:3px; border:1px solid #d3d3d3; padding-left:10px;}
.input4{ width:150px; height:26px;border-radius:3px; border:1px solid #d3d3d3; padding-left:10px;}


.red20_26,
.red20_26 a:link,
.red20_26 a:visited {color:#ff0000;text-decoration: none;line-height:26px;font-size:20px; }
.red20_26 a:hover {color:#ff0000;text-decoration: none;line-height:26px;font-size:20px;}

.blue24_30,
.blue24_30 a:link,
.blue24_30 a:visited {color:#157dde;text-decoration: none;line-height:30px;font-size:24px; }
.blue24_30 a:hover {color:#157dde;text-decoration: none;line-height:30px;font-size:24px;}


.black16_30,
.black16_30 a:link,
.black16_30 a:visited {color:#000;text-decoration: none;line-height:30px;font-size:16px; }
.black16_30 a:hover {color:#000;text-decoration: none;line-height:30px;font-size:16px;}


.black18_30,
.black18_30 a:link,
.black18_30 a:visited {color:#000;text-decoration: none;line-height:30px;font-size:18px; }
.black18_30 a:hover {color:#000;text-decoration: none;line-height:30px;font-size:18px;}

.dropbtn {
	background:url(../images/xinjian_09.jpg) no-repeat left center;
	padding-left:27px;
	text-align:left;
	line-height:40px;
    font-size: 14px; 
    border: none;
    cursor: pointer;
	min-width: 100px;
	height:40px;
	
}

.dropdown {
    position: relative;
    display: inline-block;
	background-color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	background-color: #fff;

}

.dropdown-content a {
	text-align:center;
	line-height:40px;
    text-decoration: none;
    display: block;
	color:#666;
}

.dropdown-content a:hover {background-color: #f5f5f5; color:#000;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #fff;
}

.reportM_list{}
.reportM_list_table{margin-top:30px; padding:0 10px; font-size:14px;}
.reportM_list_table a{color:#666666;}
.reportM_list_table a:hover{color:#077fd3;}
.reportM_list_table table{table-layout:fixed;}
.reportM_list_table table thead tr td{height:30px; line-height:30px; text-align:center; background-color:#ebebeb; border:1px solid #dddddd;}
.reportM_list_table table tbody tr td{height:36px; line-height:36px; border:1px solid #dddddd; color:#666666; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.reportM_list_page{text-align:right; margin-top:15px;line-height:16px;}
.reportM_list_page a.curr{border:1px solid #077fd3; color:#ffffff; background-color:#077fd3;}
.reportM_list_page a.curr:hover{color:#ffffff;}
.reportM_list_page a{display:inline-block; font-size:12px; padding:3px 8px; text-align:center; border:1px solid #dddddd; color:#666666; margin-left:3px; vertical-align:middle;}
.reportM_list_page a:hover{color:#077fd3;line-height:16px;}
.reportM_list_page_ipt{width:60px; height:22px; line-height:22px; border:1px solid #dddddd; margin-left:3px; vertical-align:middle; text-align:center; outline:none;}