@charset "utf-8";
body {
	font-size: 13px;
	font-family: "宋体", SimSun, "细明体", MingLiU, Arial;
}
div.pathway {
	width: 100%;
}
div.pathway > a.pathway {
    margin: 0px 5px;
	color: #0558a4 !important;
}
div.pathway > a.pathway1 {
    margin: 0px 5px 0px 0px;
	color: #0558a4 !important;
	background: url(https://c3.nychinaren.com/templates/horse/images/home.png?v=666) no-repeat 0pt 5px;
    padding: 9px 0 2px 26px;
}
td div.button-panel{
	float: right;
	margin-top: 8px;
}
div.button-panel input#subscribe{
	color: #ffffff !important;
	font-weight: bold;
	font-size: 14px
}
div.button-panel span.button-letter{
	background: url(/templates/horse/images/email.png) no-repeat 0px;
}
div.subscribe{
	width: 300px;
	height: 124px;
	background: url(/images/visa_bulletin/subscribe_bg_new.jpg) no-repeat;
	border: 1px solid #cce6f3;
	margin: 3px auto 8px;
}
.subscribe .button-panel{
	float: none;
	margin-top: 75px;
	margin-left: 66px;
}
.subscribe .button-panel span.button-letter-big1{
	background: url(/templates/horse/images/email_2.png) no-repeat 35px;
	width: 25px;
	height: 19px;
	padding-left: 35px;
}
.subscribe .button-panel span.button-letter-big2{
	background: url(/templates/horse/images/email_2.png) no-repeat 15px;
	width: 25px;
	height: 19px;
	padding-left: 15px;
}
.subscribe .button-panel input#subscribe.button-i{
	font-family: 微软雅黑;
	font-size: 22px;
	font-weight: normal;
	height: 22px;
	margin-top: -2px;
}
.subscribe .button-panel img.bottom-bgi{
	height: 35px;
	width: 170px;
}

div.unsubscribe {
    background-image: url(/templates/horse/images/bg_people.png);
    background-repeat: no-repeat;
    height: 350px;
    width: 600px;
    margin: 20px  auto;
}

div.user {
    padding: 40px 0px 0px 180px;
}

div.reason {
    padding: 15px 0px 0px 180px;
    clear: both;
    float: left;
    width: 500px;
}

.bold_font {
    font-weight: bold;
}

div.reason div input[type="checkbox"] {
    clear: both;
    margin: 0px 0px 10px 0px;
}

div.reason div {
    width: 250px;
    float: left;
}

div.reason input[type="text"] {
    width: 300px;
    height: 80px;
    float: left;
}

div.reason span {
    float: left;
}

div.button {
    padding: 30px 0px 0px 245px;
    float: left;
}

div.button div.button-panel {
    margin-right: 30px;   
}
div.button-panel span.button-unsubscribe {
	background-image: url(/templates/horse/images/unsubscribe.png);
	background-position: 0px 0px;
}
div.button-panel span.button-cancel {
	background-position: 0px -542px;
}
/*button unsubscribe*/
div.button-unsubscribe input#subscribe{
	font-size: 10px !important;
	font-weight: normal !important;
	margin-left: -3px;
}
div.button-unsubscribe span.button-letter{
	background-size: 75% !important;
	background-position: 1px 3px;
	margin-left: -2px;
}
div.button-unsubscribe img{
	width: 142px;
}

div.button-unsubscribe {
	margin-right: -5px;
}
div.subscribe div.button-unsubscribe input#subscribe{
	font-size: 10px !important;
	margin-left: -3px !important;
	height: 15px !important;
	margin-top: -3px !important;
}
div.subscribe div.button-unsubscribe span.button-letter-big2{
	background: url(/templates/horse/images/email_2.png) no-repeat !important;
	width: 16px !important;
	height: 16px !important;
	padding-left: 0px !important;
	background-size: 80% !important;
	margin-left:-2px;
}
div.subscribe div.button-unsubscribe img{
	height: 25px !important;
	width: 80px !important;
}
div.subscribe div.button-unsubscribe div.button-panel{
	margin-left:110px;
}
div.subscribe div.button-panel.button-unsubscribe{
	margin-left:110px;
}
/*live*/
div.m-bulletin-live {
	margin:0px auto 12px auto;
	position:relative;
}
div.m-bulletin-live img {
	width: 302px;
	height: 225px;
}
div.m-bulletin-live span{
	width: 50px;
	height: 50px;
	position:absolute;
	background:black;
	left:125px;
	top:87px;
	border-radius:50px;
	display:block;
	opacity:0.7;
}
div.m-bulletin-live span:after{
	content:"";
	width:0px;
	height:0px;
	display: block;
	border-width:10px;
	border-color:transparent transparent transparent white;
	border-style:solid;
	position: absolute;
	top: 15px;
	left: 20px;
}
/*live*/
/*bulletin table*/

.m-bulletin-table-pathway{
	width: 100%;
	margin-bottom: 6px;
}
.m-bulletin-table-pathway div.pathway.home-icon{
	background:none;
	margin:0px;
	padding:0px;
}
.m-bulletin-table-pathway div.pathway{
	width:70%;
	padding: 0px;
}
.m-bulletin-table-pathway div.pathway > a.pathway1 {
	padding: 4px 0 2px 22px;
}
.m-bulletin-table-pathway div.right{
	width:30%;
	text-align: right;
}
.m-bulletin-table-chart{
	background: url("/images/visa_bulletin/view_table.gif");
	background-repeat: no-repeat;
	line-height: 15px;
	height: 18px;
	display: block;
	width: 143px;
	float: right;
}
.m-bulletin-table-left {
	width: 30%;
	float: left;
}
.m-bulletin-table-left div.m-bulletin-live{
	margin: 0px auto 8px auto;
}
.m-bulletin-table-left div.m-bulletin-live img{
	width: 300px;
	height: auto;
}
.m-bulletin-table-left div.m-bulletin-live span{
	top: 59px;
}
.m-bulletin-table-left div.subscribe{
	margin-top:0px;
}
.m-bulletin-table-left table
{
	width:300px;
	border: 1px solid #aed7ff;
	margin-bottom: 6px;
	border-spacing:0px;
}
.m-bulletin-table-left table tr:nth-child(2) td
{
	padding-top:4px;
}
.m-bulletin-table-left table td:first-child
{
	padding-left:4px;
}
.m-bulletin-table-left table td:last-child{
	padding-right:4px;
}
.m-bulletin-table-left table th
{
	background-color: #0984d1;
	font-size: 130%;
	text-align: center;
	width: 100%;
	height: 35px;
	padding: 0px;
}
.m-bulletin-table-left table th a{
	color:white;
}
.m-bulletin-table-left table td:nth-child(2){
	font-size:110%;
	height:25px;
}
.m-bulletin-table-left table td:nth-child(3), .m-bulletin-table-left table td:nth-child(4) {
	font-size: 95%;
}
table.m-bulletin-chart-list td:last-child a {
	 margin-left: -4px;
 }
.m-bulletin-table-left table td.more {
	text-align: right;
	font-size: 95%;
	padding: 10px 4px 4px 4px;
}
.m-bulletin-table-right {
	width: 69%;
	float: left;
	margin-left: 1%;
}
.m-bulletin-table.bulletin_table{
	margin:0px 0px 10px 0px;
	border-spacing:0px;
	width:100%;
}
td.m-bulletin-table-title {
	text-align: center;
	font-family: 微软雅黑;
	color: #0558a4;
	background-image: url(/images/visa_bulletin/table.gif);
	height: 30px;
}
td.m-bulletin-table-title  a{
	font-size:130%;
	color:#0558a4
}
.m-bulletin-table th{
	background-color: #e9f3fd;
	font-size: 110%;
	font-weight: bold;
	border: 1px solid #dbebf6;
}

.m-bulletin-table td.rowname {
	background-color: #f0f9ff;
	border: 1px solid #dbebf6;
	font-weight: bold;
}
.m-bulletin-table td {
	border: 1px solid #dbebf6;
	height: 30px;
	text-align: center;
}
.m-bulletin-table-note-block {
	margin-top: 8px;
	width: 100%;
	float: left;
}
.m-bulletin-table-email {
	width: 30%;
	float: left;
}
.m-bulletin-table-email div.button-panel{
	float:right;
}
.m-bulletin-table-note {
	width: 70%;
	float: left;
	font-size: 95%;
}
.m-bulletin-table-note table td:first-child {
	padding-right: 18px;
}
.m-bulletin-table-note td.title
{
	font-weight:bold;
}
.m-bulletin-explain-block {
	width: 100%;
	float: left;
	margin: 6px 0px;
	font-size: 95%;
}
.m-bulletin-explain-block div
{
	height:22px;
}
.m-bulletin-table-left .bulletin:link {
	color: #0558a4;
}
.m-bulletin-table-left  .bulletin:visited {
	color: #0558a4;
}
.m-bulletin-table-left .bulletin:hover {
	text-decoration:underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*bulletin table*/