@charset "utf-8";
/* CSS Document */




/* .part-auct-detail */
.part-auct-detail {
	display:block; box-sizing:border-box;
	width:1200px; height:auto; min-height:500px; overflow:hidden;
	margin:16px auto 0 auto; padding:12px 0 0 0;
	font-size:0;
	white-space:normal;
	background-color:#fff;
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
	-webkit-box-shadow:rgba(0,0,0,0.1) 0 0 10px; -moz-box-shadow:rgba(0,0,0,0.1) 0 0 10px; box-shadow:rgba(0,0,0,0.1) 0 0 10px;
}

.part-auct-detail > h1 {
	display:block; box-sizing:border-box;
	width:calc(100% - 80px); height:auto; line-height:1.6;
	margin:0 auto; padding:10px 0;
	font-size:24px; color:#4c4c4c;
	text-align:center;
}
.part-auct-detail > h2 {
	display:block; box-sizing:border-box;
	width:calc(100% - 80px); height:auto; line-height:1.6;
	margin:0 auto; padding:0;
	font-size:16px; color:#4c4c4c; font-weight:normal;
	text-align:center;
}
.part-auct-detail > h2 > u {
	padding:0 6px 0 0;
	color:#888;
	text-decoration:none;
}
.part-auct-detail > h2 > span {
	padding:0 10px;
	color:#ccc;
}
.part-auct-detail > h2 > .br {
	display:none;
}


.part-auct-detail > center {
	display:block; box-sizing:border-box;
	width:calc(100% - 80px); height:auto; min-height:210px; overflow:hidden;
	margin:18px auto; padding:14px 30px 40px 30px;
	font-size:0;
	text-align:left;
	border:2px solid #b3dee7;
	background:#fff url(/image/p01.jpg) left bottom no-repeat;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}

.part-auct-detail > center.sd {
	display:block; box-sizing:border-box;
	width:calc(100% - 80px); height:auto; min-height:80px; overflow:hidden;
	margin:18px auto; padding:14px 30px;
	font-size:18px;
	text-align:center;
	border:2px solid #b3dee7;
	background:#fff url(/image/p01.jpg) left bottom no-repeat;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}


.part-auct-detail > center > .left-box {
	float:left; display:inline-block;
	width:230px; height:auto;
}
.part-auct-detail > center > .right-box {
	float:right; display:inline-block;
	width:calc(100% - 270px); height:auto;
}

.part-auct-detail > center .row {
	display:block;
	line-height:1.8;
	font-size:18px; color:#666;
}
.part-auct-detail > center .row-gap {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
.part-auct-detail > center .row > u {
	display:inline-block;
	width:88px;
	text-decoration:none;
	vertical-align:top;
}
.part-auct-detail > center .row > span {
	display:inline-block;
	font-size:18px; font-weight:bold; color:#333;
	vertical-align:top;
}
.part-auct-detail > center .row > .btn {
	display:inline-block;
	width:auto; min-width:166px; height:42px; line-height:normal; overflow:hidden;
	font-size:16px; color:#fff;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	border:none; outline:none;
	background-color:#28a745;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.part-auct-detail > center .row > .btn > img {
	position:relative; top:-1px;
	vertical-align:middle;
}
.part-auct-detail > center .row > .btn-exprice {
	background-color:#53bc2e;
}
.part-auct-detail > center .row > a.btn {
	line-height:30px;
}
.part-auct-detail > center .row > a.btn-result {
	height:38px; line-height:38px;
	padding:0 24px;
	font-size:16px; color:#fff;
	background-color:#ff5722;
}
.part-auct-detail > center .row > .btned {
	margin-top:10px;
	color:#4388f0;
	background-color:transparent;
}
.part-auct-detail > center .row > .btn[disabled] {
	color:#eee;
	background-color:#aaa;
	cursor:default;
}

.part-auct-detail > center > .right-box > .annex-box {
	display:block;
	margin-top:14px;
}
.part-auct-detail > center > .right-box > .annex-box > u {
	display:inline-block;
	line-height:28px;
	font-size:16px; color:#666;
	text-decoration:none;
	vertical-align:top;
}
.part-auct-detail > center > .right-box > .annex-box > .annex {
	display:block;
	margin-top:6px;
}
.part-auct-detail > center > .right-box > .annex-box > .annex > a {
	display:block;
	height:32px; line-height:32px; overflow:hidden;
	font-size:16px; font-weight:bold;
	white-space:nowrap;
}
.part-auct-detail > center > .right-box > .annex-box > .annex > a:link {color:#1e9fff;}
.part-auct-detail > center > .right-box > .annex-box > .annex > a:visited {color:#1e9fff;}
.part-auct-detail > center > .right-box > .annex-box > .annex > a:hover {color:#c00;}
.part-auct-detail > center > .right-box > .annex-box > .annex > a:active {color:#c00;}
.part-auct-detail > center > .right-box > .annex-box > .annex > a > .ico {
	position:relative; top:-1px;
	display:inline-block;
	width:16px; height:16px;
	margin-right:2px;
	vertical-align:middle;
}


.part-auct-detail > hr {
	margin:10px auto;
}
.part-auct-detail > .detail {
	display:block; box-sizing:border-box;
	width:calc(100% - 80px); height:auto; overflow:hidden;
	margin:0 auto; padding:10px 0 60px 0;
	line-height:2;
	font-size:16px; color:#4c4c4c;
}
.part-auct-detail > .detail * {
	max-width:100%;
}



/* .auct-form */
.part-auct-detail > center > .auct-form {
	display:inline-block;
	width:50%; height:0; overflow:hidden;
	margin:18px 0 0 0; padding:0;
	border-top:none;
	vertical-align:top;
}
.part-auct-detail > center > .auct-form a:link {color:#1e9fff;}
.part-auct-detail > center > .auct-form a:visited {color:#1e9fff;}
.part-auct-detail > center > .auct-form a:hover {color:#c00;}
.part-auct-detail > center > .auct-form a:active {color:#c00;}
.part-auct-detail > center > .auct-form .row {
	display:block;
	width:100%; height:auto; line-height:normal; overflow:hidden;
	margin:0 auto; padding:4px 0;
	font-size:0;
}
.part-auct-detail > center > .auct-form .row-line {
	border-bottom:1px solid #e0e0e0;
}
.part-auct-detail > center > .auct-form .row > .capi {
	display:inline-block;
	width:120px; height:36px; line-height:36px; overflow:hidden;
	font-size:14px; color:#666;
	text-indent:10px;
	vertical-align:top;
}
.part-auct-detail > center > .auct-form .row > .cont {
	display:inline-block; box-sizing:border-box;
	width:calc(100% - 140px); height:auto; min-height:36px;
	padding:8px 0;
	font-size:14px; color:#333;
	vertical-align:top;
}
.part-auct-detail > center > .auct-form .row > .cont > .tips {
	display:inline-block;
	line-height:1.8;
	font-size:12px; color:#666;
	vertical-align:middle;
}
.part-auct-detail > center > .auct-form .row-ctrl > .cont {
	font-size:0;
	padding:0;
}
.part-auct-detail > center > .auct-form .row-text > .cont {
	line-height:1.8;
	font-size:12px;
}
.part-auct-detail > center > .auct-form .input-text {
	display:inline-block; box-sizing:border-box;
	width:60%; max-width:300px; height:36px; line-height:normal;
	font-size:14px; color:#222;
	text-indent:8px;
	vertical-align:middle;
	border:1px solid #dcdcdc; outline:none;
	-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
}
.part-auct-detail > center > .auct-form .input-textarea {
	display:inline-block; box-sizing:border-box;
	width:60%; max-width:300px; height:auto; line-height:normal;
	padding:4px 6px;
	font-size:14px; color:#222;
	vertical-align:middle;
	border:1px solid #dcdcdc; outline:none;
	-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
}
.part-auct-detail > center > .auct-form .input-checkbox {
	display:inline-block;
	width:auto; height:38px; line-height:38px;
	font-size:14px; color:#222;
	cursor:pointer;
	vertical-align:middle;
}
.part-auct-detail > center > .auct-form .input-text-sm {
	width:40%;
}
.part-auct-detail > center > .auct-form .btn-code {
	display:inline-block;
	width:120px; height:36px; line-height:normal;
	margin:0; padding:0;
	font-size:14px; color:#4c4c4c;
	cursor:pointer;
	vertical-align:middle;
	border:1px solid #e0e0e0; border-left:none; outline:none;
	background-color:#f0f0f0;
	-webkit-border-radius:0 2px 2px 0; -moz-border-radius:0 2px 2px 0; border-radius:0 2px 2px 0;
}
.part-auct-detail > center > .auct-form .btn-submit {
	display:inline-block;
	width:160px; height:40px; line-height:normal;
	margin:0; padding:0;
	font-size:14px; color:#fff;
	cursor:pointer;
	border:none; outline:none;
	background-color:#4388f0;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.part-auct-detail > center > .auct-form .input-upfile-annex {
	cursor:pointer;
}
.part-auct-detail > center > .auct-form .thum-img {
	display:inline-block;
	width:120px; height:90px; overflow:hidden;
	margin:0 10px 0 0;
	font-size:0;
	text-indent:-999px;
	background-position:center center; background-repeat:no-repeat; background-size:cover;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.part-auct-detail > center > .auct-form .thum-file {
	display:block; box-sizing:border-box;
	width:300px; height:36px; line-height:36px; overflow:hidden;
	margin:4px 10px 0 0; padding:0 10px;
	font-size:14px;
	text-overflow:ellipsis; white-space:nowrap;
	border:1px solid #e0e0e0;
	background-position:center center; background-repeat:no-repeat; background-size:cover;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.part-auct-detail > center > .auct-form .goei {
	display:inline-block;
	width:auto; height:38px; line-height:38px; overflow:hidden;
	margin:0; padding:0 20px;
	font-size:16px;
	border:1px solid #1e9fff;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.part-auct-detail > center > .auct-form .goei:link {color:#1e9fff;}
.part-auct-detail > center > .auct-form .goei:visited {color:#1e9fff;}
.part-auct-detail > center > .auct-form .goei:hover {background-color:#fbfdff; border-color:#9ed6ff;}
.part-auct-detail > center > .auct-form .goei:active {background-color:#fbfdff; border-color:#9ed6ff;}
.img-verify {
	display:inline-block;
	height:36px;
	vertical-align:middle;
	cursor:pointer;
}



.part-auct-detail > center > .auct-form .upfile-annex {
	display:block;
	width:326px; height:36px; line-height:normal; overflow:hidden;
	font-size:0;
}
.part-auct-detail > center > .auct-form .upfile-annex > .upfile-box {
	position:relative;
	display:inline-block;
	width:100px; height:36px; overflow:hidden;
	cursor:pointer;
	vertical-align:middle;
}
.part-auct-detail > center > .auct-form .upfile-annex > .upfile-box > .simbtn {
	display:block;
	width:100px; height:36px; line-height:36px; overflow:hidden;
	font-size:12px; color:#fff;
	text-align:center;
	background-color:#17a2b8;
	-webkit-border-radius:2px 0 0 2px; -moz-border-radius:2px 0 0 2px; border-radius:2px 0 0 2px;
}
.part-auct-detail > center > .auct-form .upfile-annex > .upfile-box > .input-upfile {
	position:absolute; left:0; top:0;
	display:block;
	margin-left:-70px;
	width:170px; height:36px; overflow:hidden;
	cursor:pointer;
	filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}
.part-auct-detail > center > .auct-form .upfile-annex > .input-title {
	display:inline-block; box-sizing:border-box;
	width:calc(100% - 126px); height:36px; line-height:normal;
	font-size:14px; color:#222;
	text-indent:8px;
	vertical-align:middle;
	border:1px solid #dcdcdc; border-left:none; outline:none;
	-webkit-border-radius:0 2px 2px 0; -moz-border-radius:0 2px 2px 0; border-radius:0 2px 2px 0;
}
.part-auct-detail > center > .auct-form .upfile-annex > .ico-del {
	display:inline-block;
	width:20px; height:20px; overflow:hidden;
	margin-left:6px;
	background:url(/image/ico-del.png) center center no-repeat;
	cursor:pointer;
	vertical-align:middle;
}


/* .bidding */
.part-auct-detail > center > .bidding {
	display:inline-block;
	width:50%; height:0; overflow:hidden;
	margin:18px 0 0 0; padding:0;
	border-top:none;
	vertical-align:top;
	background-color:rgba(246,246,246,0.7);
	-webkit-border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px;
}
.part-auct-detail .bidding > .box-base {
	display:block;
	width:calc(100% - 80px); height:auto; overflow:hidden;
	margin:0 auto; padding:10px 0;
}
.part-auct-detail .bidding > .box-base > .row {
	display:block;
	font-size:0;
}
.part-auct-detail .bidding > .box-base > .row > .capi {
	display:inline-block;
	width:120px; height:30px; line-height:30px;
	font-size:14px; color:#666;
	vertical-align:top;
}
.part-auct-detail .bidding > .box-base > .row > .cont {
	display:inline-block;
	width:calc(100% - 120px); height:auto; line-height:1.6;
	padding:4px 0;
	font-size:14px; color:#333;
	vertical-align:top;
}
#view_step {
	font-weight:bold;
}


.part-auct-detail .bidding > .box-max {
	display:block;
	width:calc(100% - 80px); height:58px; overflow:hidden;
	margin:6px auto; padding:0;
	font-size:0;
	white-space:nowrap;
	background-color:#ef8f27;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
.part-auct-detail .bidding > .box-max-pressing {
	background-color:#e74a19;
}
.part-auct-detail .bidding > .box-max > .col {
	display:inline-block;
	width:auto; height:58px;
	vertical-align:top;
	text-shadow:2px 2px 2px rgba(0,0,0,0.3);
}
.part-auct-detail .bidding > .box-max > .col2 {
	float:left;
	width:auto; height:58px; line-height:58px;
	font-size:30px; color:#fff;
	text-indent:20px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.3);
}
.part-auct-detail .bidding > .box-max > .col2 > i {
	font-size:16px; font-style:normal;
}
.part-auct-detail .bidding > .box-max > .col2 > u {
	text-decoration:none;
}
.part-auct-detail .bidding > .box-max > .col3 {
	float:right;
	width:80px; height:58px; line-height:58px;
	font-size:14px; color:#fff;
	text-align:center;
}
.part-auct-detail .bidding > .box-max > .col3 > img {
	margin-right:4px;
	vertical-align:middle;
}
#cutdown_timer {
	float:right; display:inline-block;
	width:auto; height:58px; line-height:58px;
	margin:0; padding:0 10px;
	font-size:18px; font-style:normal; color:#fff;
	white-space:nowrap;
	text-shadow:2px 2px 2px rgba(0,0,0,0.4);
}


.part-auct-detail .bidding > .box-bid {
	display:block;
	width:430px; height:40px; overflow:hidden;
	margin:20px auto 0 auto; padding:0;
	font-size:0;
}
.part-auct-detail .bidding > .box-bid > .col {
	display:inline-block; box-sizing:border-box;
	width:auto; height:40px;
	vertical-align:top;
}
.part-auct-detail .bidding > .box-bid > .col1 {
	width:90px; line-height:40px;
	font-size:14px; color:#5f666d;
	text-align:center;
	border:1px solid #ced4da;
	background-color:#f1f3f4;
	-webkit-border-radius:2px 0 0 2px; -moz-border-radius:2px 0 0 2px; border-radius:2px 0 0 2px;
}
.part-auct-detail .bidding > .box-bid > .col2 {
	width:calc(100% - 290px);
	font-size:14px; color:#222;
	text-indent:6px;
	border:none; outline:none;
	border-top:1px solid #ced4da; border-bottom:1px solid #ced4da;
	background-color:#fff;
	-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
}
.part-auct-detail .bidding > .box-bid > .col2[disabled] {
	background-color:#e6e6e6;
}
.part-auct-detail .bidding > .box-bid > .col3 {
	width:70px;
	font-size:14px; color:#fff;
	cursor:pointer;
	background-color:#007bff;
	border:none; outline:none;
	-webkit-border-radius:0 2px 2px 0; -moz-border-radius:0 2px 2px 0; border-radius:0 2px 2px 0;
}
.part-auct-detail .bidding > .box-bid > .col3:hover {
	background-color:#0a74e6;
}
.part-auct-detail .bidding > .box-bid > .col3[disabled] {
	background-color:rgba(0,123,255,0.5);
	cursor:not-allowed;
}
.part-auct-detail .bidding > .box-bid > .col4 {
	width:120px;
	margin-left:10px;
	font-size:14px; color:#17a2b8;
	cursor:pointer;
	background-color:#fff;
	outline:none;
	border:1px solid #99c9d1; box-sizing:border-box;
	-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
}
.part-auct-detail .bidding > .box-bid > .col4:hover {
	background-color:#fafeff; border-color:#71c2cf;
}
.part-auct-detail .bidding > .box-bid > .col4[disabled] {
	color:#8bd0db;
	cursor:not-allowed;
}


#setagentbid {
	display:block;
}
#setagentbid > .setted {
	display:block;
	font-size:0;
	white-space:nowrap;
}
#setagentbid > .setted > .col {
	display:inline-block;
	height:38px;
	vertical-align:middle;
}
#setagentbid > .setted > .col1 {
	width:110px; line-height:38px; overflow:hidden;
	font-size:14px; color:#666;
}
#setagentbid > .setted > .col2 {
	width:160px; line-height:38px; overflow:hidden;
	font-size:14px; color:#333; font-weight:bold;
}

#setagentbid > .setting {
	display:block;
	margin-top:8px;
	font-size:0;
	white-space:nowrap;
}
#setagentbid > .setting > .col {
	display:inline-block;
	height:38px;
	vertical-align:middle;
}
#setagentbid > .setting > .col1 {
	width:110px; line-height:38px; overflow:hidden;
	font-size:14px; color:#666;
}
#setagentbid > .setting > .col2 {
	width:120px; overflow:hidden;
	font-size:0;
}
#setagentbid > .setting > .col2 > input {
	box-sizing:border-box;
	width:100%; height:38px; line-height:normal;
	font-size:14px; color:#222;
	text-indent:6px;
	border:1px solid #ced4da;
	outline:none;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
#setagentbid > .setting > .col3 {
	width:36px; line-height:38px; overflow:hidden;
	font-size:14px; color:#666;
	text-align:center;
}

#setagentbid > .tips {
	display:block; box-sizing:border-box;
	width:480px; line-height:1.6;
	margin-top:15px; padding:8px 12px;
	font-size:12px; color:#666;
	border:1px solid #e0e0e0;
	background-color:#f9f9f9;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:5px;
}

#setagentbid > .btns {
	display:block;
	margin-top:15px;
	font-size:0;
	text-align:center;
	white-space:nowrap;
}
#setagentbid > .btns > button {
	display:inline-block; box-sizing:border-box;
	width:auto; height:38px; line-height:normal;
	margin:0 6px; padding:0 20px;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
	outline:none;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
#setagentbid > .btns > button.btn-save {
	color:#fff;
	background-color:#007bff;
	border:none;
}
#setagentbid > .btns > button.btn-end {
	color:#212529;
	background-color:#e9edf1;
	border:1px solid #dae0e5;
}


.part-auct-detail .bidding > .box-list {
	display:block;
	width:calc(100% - 80px); height:450px; overflow:hidden; overflow-y:scroll;
	margin:20px auto 0 auto; padding:0;
	font-size:0;
}
.part-auct-detail .bidding > .box-list > li {
	display:block; box-sizing:border-box;
	padding:10px 0;
	font-size:0;
	border-bottom:1px dotted #ccc;
}
.part-auct-detail .bidding > .box-list > li:hover {
	background-color:#fffde8;
	
}
.part-auct-detail .bidding > .box-list > li > .col {
	display:inline-block; box-sizing:border-box;
	text-align:center;
	vertical-align:top;
}
.part-auct-detail .bidding > .box-list > li:first-child > .col1 {
	color:#ea6a25;
}
.part-auct-detail .bidding > .box-list > li:first-child > .col2 {
	color:#ea6a25;
}
.part-auct-detail .bidding > .box-list > li:first-child > .col3 {
	font-weight:bold; color:#ea6a25;
}
.part-auct-detail .bidding > .box-list > li > .col1 {
	width:33%; line-height:1.6;
	font-size:14px; color:#888;
}
.part-auct-detail .bidding > .box-list > li > .col2 {
	width:33%; line-height:1.6;
	font-size:14px; color:#888;
}
.part-auct-detail .bidding > .box-list > li > .col3 {
	width:34%; line-height:1.6;
	font-size:14px; color:#333;
}



/* .part-my */
.part-my {
	display:block; box-sizing:border-box;
	width:1200px; height:auto; min-height:800px; overflow:hidden;
	margin:16px auto 0 auto; padding:0 30px 50px 30px;
	font-size:0;
	white-space:nowrap;
	background-color:#fff;
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
	-webkit-box-shadow:rgba(0,0,0,0.1) 0 0 10px; -moz-box-shadow:rgba(0,0,0,0.1) 0 0 10px; box-shadow:rgba(0,0,0,0.1) 0 0 10px;
}

.part-my > .title {
	display:block;
	height:48px;
	margin-top:6px;
	border-bottom:1px solid #e0e0e0;
	font-size:0;
	white-space:nowrap;
}
.part-my > .title > a {
	display:inline-block;
	min-width:100px; line-height:48px;
	padding:0 15px;
	font-size:16px;
	text-align:center;
}
.part-my > .title > a:link {color:#666;}
.part-my > .title > a:visited {color:#666;}
.part-my > .title > a:hover {color:#c00;}
.part-my > .title > a:active {color:#c00;}

.part-my > .title > a.active {
	font-weight:bold;
	color:#4388f0;
	border-bottom:2px solid #4388f0;
}

.part-my > .content {
	display:block; box-sizing:border-box;
	width:100%; height:auto;
	margin:0 auto; padding:10px 0 20px 0;
	font-size:0;
}
.part-my > .content > li {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto; padding:14px 0;
	font-size:0;
	white-space:nowrap;
	border-bottom:1px dotted #ccc;
}
.part-my > .content > li > date {
	position:relative;
	display:inline-block; box-sizing:border-box;
	width:180px; height:60px; line-height:1.6;
	padding:9px 0 0 20px;
	vertical-align:top;
	background-color:#f6f6f6;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.part-my > .content > li > date > i {
	display:block;
	font-size:12px; color:#999; font-style:normal;
}
.part-my > .content > li > date > u {
	display:block;
	font-size:14px; color:#666;
	text-decoration:none;
}
.part-my > .content > li > date > .img-win {
	position:absolute; right:-8px; top:-8px;
	display:block;
}

.part-my > .content > li > .cont {
	display:inline-block;
	width:calc(100% - 210px); height:auto;
	margin-left:30px;
	vertical-align:top;
}
.part-my > .content > li > .cont > a {
	display:block;
	width:100%; height:30px; line-height:normal; overflow:hidden;
	font-size:18px;
	text-overflow:ellipsis; white-space:nowrap;
}
.part-my > .content > li > .cont > p {
	display:block;
	line-height:1.6;
	margin:4px 0 0 0; padding:0;
	font-size:14px; color:#888;
}
.part-my > .content > li > .cont > p > u {
	padding-right:12px;
	text-decoration:none;
}



/* .part-win-content */
.part-win-content {
	display:block;
	width:calc(100% - 54px); height:auto; overflow:hidden;
	margin:12px auto 0 auto;
}
.part-win-content > h1 {
	display:block; box-sizing:border-box;
	height:auto; line-height:1.6;
	margin:0 auto; padding:10px 24px;
	font-size:24px; color:#4c4c4c;
	text-align:center;
}
.part-win-content > hr {
	margin:10px auto;
}
.part-win-content > center {
	display:block; box-sizing:border-box;
	width:100%; height:auto; min-height:200px; overflow:hidden;
	margin:12px auto; padding:14px 30px;
	text-align:left;
	border:2px solid #fdd448;
	background:#fff url(/image/p01.jpg) left bottom no-repeat;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
.part-win-content > center > .row {
	display:block;
	padding:4px 0;
	font-size:0;
}
.part-win-content > center > .row > .capi {
	display:inline-block;
	width:120px; height:36px; line-height:36px; overflow:hidden;
	font-size:15px; color:#666;
	text-align:center;
	vertical-align:top;
}
.part-win-content > center > .row > .cont {
	display:inline-block;
	width:calc(100% - 120px); height:36px; line-height:36px; overflow:hidden;
	font-size:15px; color:#333;
	vertical-align:top;
}
.part-win-content > center > .row > .cont-text {
	height:auto; line-height:1.6;
	padding-top:6px;
	white-space:normal;
}
.part-win-content > center > .row > .cont > .btn {
	display:inline-block;
	width:auto; height:36px; line-height:normal; overflow:hidden;
	padding:0 16px;
	font-size:14px; color:#fff;
	vertical-align:middle;
	cursor:pointer;
	border:none; outline:none;
	background-color:#4388f0;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}

.part-win-content > .detail {
	display:block; box-sizing:border-box;
	line-height:2;
	padding:10px 24px;
	font-size:16px; color:#4c4c4c;
	white-space:normal;
}
.part-win-content > .detail * {
	max-width:100%;
}












