html { min-width: 1200px; margin: 0 auto; }
body { background:url(2020_gaokao_top.png) no-repeat center top #ffffff; color: #575757; margin: 0px; padding: 0px; font-size: 14px; font-family: "Microsoft YaHei"; text-align: left; margin: 0 auto; }
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block }
* { margin: 0px; padding: 0px;}
ul, li { list-style-type: none; margin: 0px; padding: 0px; }
img { border: 0px; vertical-align: middle; cursor: pointer; _cursor: hand; }
input { vertical-align: middle; outline: none }
table { margin: 0px auto; }
.no { display: none; }
.clear { clear: both; }
.apImg{display:none;}
/*a style*/
a { text-decoration: none; }
a:link, a:visited { color: #555555; }
a:hover { color: #f4620c; text-decoration: underline; }
/*style*/
.content{width:1135px;margin:0px auto;}
.head{width:100%;}
.head-top{width:100%;height:322px;}
.head-bottom{width:100%;height:50px;line-height:50px;border-radius:7px 7px 0px 0px;background-color:#df0111;text-align:left;text-indent:2em;color:#ffffff;font-size:18px;}
.center{width:1035px;margin-top:0px; padding:20px 50px;background-color:#ffffff;}
.center-l{width:321px;margin-right:35px;float:left;}
.center-r{width:321px;float:right;}
.center-l-img{width:321px; height:200px;}
.center-l-img img{width:100%; height:100%;}
.center-l-tit{ background-color:#efe8d7; height:30px; line-height:30px; font-size:14px;padding-left: 20px;}
.center-l-tit a.zxtw{display:block; float:right; height:30px; width:80px; text-align:center; background-color:#f37200; color:#fff; font-size:16px;}
.center-l-question{border:1px solid #c8c8c8;margin-top:16px;padding:4%;display:none;}
.inp{border:1px solid #cecece; padding-left:2%; width:100%; line-height:27px;height:27px;}
.text{ border:1px solid #cecece; padding-left:2%; width:100%; line-height:27px; height:80px; margin-top:7px;}
.btn{ width:74px; height:28px; line-height:28px; border:0; background-color:#f34500; margin-left:5px;color:#ffffff; font-size:16px; text-align:center;border-radius:14px; margin-top:8px;}
.center-l-answer{height:500px;border:1px solid #c8c8c8;margin-top:16px;overflow-y:scroll;padding:10px 15px;}
.ner{border-bottom: 1px dotted #d2d2d0;line-height: 24px;}
.ner span{color:red;}
.ner div{padding: 5px 0;}
.news{width:100%;margin-top:20px;background-color:#fbf1de;padding-bottom:26px;}
.pc_img{display:none;width:100%;line-height:50px;text-align:center;}
.news_ner{width:1135px;margin:0px auto;}
.tit{height:50px; position:relative; overflow:hidden;}
.tit_l{height:50px; width:488px;background:url(2020_gaokaonews_tit_l.png) no-repeat center; float:left; }
.tit_r{height:50px;width:488px;background:url(2020_gaokaonews_tit_r.png) no-repeat center; float:right; }
.tit_t{ float:left;width:159px; height:48px; line-height:48px; margin:0 auto; text-align:center; font-size:26px; color:#b50101}
.news_img{margin-top:20px}
.news_img span img{ width:365px; height:276px;border:0px;}
.l{float:left;width:390px;}	
.r{float:left;width:390px;}
.t{float:left;width:390px;margin:0px 15px;}
.l img,.r img,.t img{width:100%;}
.bot_bg {min-width: 1200px;position: relative;z-index: 2;border-top: 2px solid #d5161d;margin: 20px auto 0;}
.bot { padding: 20px 0px; width: 880px; margin: 0 auto }
.bot_l { float: left; }
.bot_c { float: left; line-height: 30px; width: 585px; color: #000000; text-align: center }
.bot_r { float: right; }
.bot_l img { float: left; padding-right: 20px; padding-top: 15px; }
.bot_r img { float: left; padding-top: 15px; }
.bot_c p a { padding: 0 10px 0 0; margin-left: 10px; }
.bot_tit a { color: #000 }
@-webkit-keyframes fadeInUp { 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100px, 0);
 transform: translate3d(0, 100px, 0)
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes fadeInUp { 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0)
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp }
@media screen and (min-width:300px) and (max-width:999px) {
html, body {min-width:100%; width: 100%; height: 100%; -webkit-text-size-adjust: none; text-size-adjust: none; font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; background:none;}
a, img { -webkit-touch-callout: none; } /* 禁止长按链接与图片弹出菜单 */
html, body, h1, h2, h3, h4, h5, h6, p, br, form, input, button, textarea, select, fieldset, legend, blockquote, ul, ol, li, dl, dt, dd, pre, table, caption, tr, td, th, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, audio, video { display: block; }
body {-webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; overflow-x: hidden; -webkit-overflow-scrolling: touch; position: relative; min-width: 100%; }
* {-webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; outline: none; transition:all .3s}
.content{width:100%;}
.head-bottom{height:auto;line-height:20px;font-size:14px;border-radius:0px 0px 0px 0px;padding:10px 5px;}   
.head-top{width:100%;height:auto;}
.apImg{display:block;width:100%;}
.center{width:98%;margin-top:10px;padding:0px 1%}
.center-l,.center-r{width:100%;margin-top:20px;}
.center-l-img{width:100%;height:auto;}
.center-l-img img{width:100%; height:auto;vertical-align: middle;cursor: pointer;}
.center-l-answer{height: auto;margin: 17px auto 0;}
.news_ner{width:100%;}
.tit_l{display:none; }
.tit_r{display:none; }
.tit_t{display:none;}
.pc_img{display:block;}
.news_img span img{width:100%; height:auto; border:0px;}
/**

.tit_l{height:50px; width:488px;background:url(2020_gaokaonews_tit_l.png) no-repeat center; float:left; }
.tit_r{height:50px;width:488px;background:url(2020_gaokaonews_tit_r.png) no-repeat center; float:right; }
.tit_t{ float:left;width:159px; height:48px; line-height:48px; margin:0 auto; text-align:center; font-size:26px; color:#b50101}



**/
.l,.t,.r{width:100%;height:auto;margin-top:20px;}
.bot_l,.bot_r{display:none;}
.bot,.bot_c{
    float: inherit;
    width: 100%;
    clear: both;
}
.animated { -webkit-animation-duration:0s; animation-duration:0s; -webkit-animation-fill-mode: both; animation-fill-mode: both}
.bot_bg{ min-width:100%; width:100%;height:auto;}
.bot_c{ padding:10px 15px;}
.bot_c p a{ margin-left:5; padding-right:5px;}
}

