* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; ms-box-sizing: border-box; box-sizing: border-box; }
body { font-family: 'Neuton', serif; font-size: 24px; margin: 0; padding: 0; color: rgb(31,43,51); }
h1, h2, h3, h4, h5, h6, .button { font-family: 'Alfa Slab One', cursive; font-weight: 400; }
h1 { font-size: 72px; margin-bottom: 0; }
h2 { font-size: 48px; margin: 72px 0 0; }
a, a:visited, a:active { text-decoration: none; color: rgb(39, 148, 221); }
a:hover { color: rgb(123, 188, 253); }
pre { margin: 32px 3px; padding: 32px 18px; border: 1px solid rgb(135,140,134); background: rgba(4, 18, 27, 0.88); color: rgb(240,239,220); box-shadow: 0 0px 8px rgb(88, 84, 57); }

p.lead { font-size: 32px; margin-top: 18px; }
.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }
.clearfix:after { clear: both; }
.wrapper { max-width: 950px; margin: 0 auto;padding-top:60px; }
.logo { color: rgb(240,239,220); }
.logo span { color: rgb(222,69,91); }
.logo img { width: 113px; display: inline-block; vertical-align: bottom; }
.pin { position: absolute; top: -49px; right: -87px; }

.row { }
.left-col { float: left; width: 70%; padding-left: 0px; }
.right-col { float: left; width: 30%; padding-right: 20px;border-right:3px solid #990c0c }
.right-col p{font:14px/28px "微软雅黑";text-indent:2em}
.right-col h3{background:url(../images/interview_09.gif) left center no-repeat;padding-left:20px;border-bottom:2px solid #990c0c;font:24px/48px "微软雅黑";margin-bottom:12px;}
.left-col img { width: 100%; height: auto; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.handwritten { font-family: "Cabin Sketch"; font-size: 18px; font-weight: 400; opacity: 0.9; }
.gallery .container { margin: 72px 0; position: relative; background: rgba(0,0,0,0.1); border: 1px dashed rgba(0,0,0,0.2); }
.gallery .cat { text-align: center; margin: 20px; }
.gallery .cat .cat-indicator { margin-top: 10px; }
.gallery img { border-radius: 3px; drop-shadow: 0 0 7px rgba(0,0,0,0.5); }
.gallery .pinned-indicator { position: relative; top: 60px; margin-top: -50px; text-align: center; }
.gallery .container-indicator { position: absolute; bottom: 50%; right: -100px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.panel { background: rgba(255,255,255,0.2); padding: 20px; margin-top: 20px; margin-right: 20px; }
.panel h4 { margin-top: 0; }
.left-nav .left-col { width:30%; }
.left-nav .right-col { width: 70%; }
.left-nav .nav1 {list-style: none; }
.nav1 li {border-bottom: 2px solid #fff }
.nav1 li a{font:14px/36px "微软雅黑";display:block;text-align:left;border-top:2px solid #fff;border-bottom:1px solid #990c0c;background:#f0f0f0 ;color:#000;padding-left:30px;}
.nav1 li a:hover,.nav1 li .on{background:#990c0c;color:#fff;}
.button, .button:visited { position: relative; background: rgb(240, 62, 62); color: #fff; padding: 5px 20px; width: 230px; display: block; margin: 42px auto 0; border-radius: 3px; box-shadow: 2px 2px 0 rgb(104, 62, 62); letter-spacing: 1px; text-transform: uppercase; }
.button:hover { top: 1px; left: 1px; background: rgb(221, 53, 53); box-shadow: 1px 1px 0 rgb(104, 62, 62); }
.button:active { top: 2px; left: 2px; background: rgb(204, 34, 34); box-shadow: none; }
.social { position: fixed; top: 265px; left: 10px; list-style: none; padding: 0; margin: 0; }
.social li { margin: 5px 0 5px; }
.social span { display: none; }
.relative { position: relative; }
small { font-size: 13px; }
 @media all and (max-width: 1135px) {
.social { display: none; }
}
 @media all and (max-width: 48em) {
.left-col, .right-col { float: none; width: auto; }
.left-nav .nav { display: none; }
header, .wrapper, footer { padding-left: 20px; padding-right: 20px; }
.pin { display: none; }
.handwritten { display: none; }
}