.clear { clear: both; } b { display: inline-block; width: 0px; height: 0px; border: 5px solid transparent; border-top: 15px solid #1280DD; border-bottom: 15px solid #1280DD; border-left: 2px solid #1280DD; border-right: 2px solid #1280DD; vertical-align: middle; } .yuan { border: 2px solid #09ade6; border-radius: 50%; margin-right: 10px; } .tit { padding-left: 3px; } /*右侧报考单位详情*/ .news_show_content { margin: 0 auto; width: 1200px; margin-top: 30px; } /*左侧内容*/ .news_show_content_left { float: left; width: 790px; margin: 0 20px 0 40px; } /*左侧上部内容*/ /*标题*/ .left_top_title { font-size: 24px; color: #000000; padding: 20px 40px 20px 0; border-bottom: 1px solid #ccc; text-align: left; } /*报考流程*/ .content_right_nav { padding: 30px 0; position: relative; } .content_right_nav .line { border-bottom: 1px solid #ccc; position: absolute; z-index: -999; top: 54px; left: 15px; } .content_right_nav ul li { width: 90px; height: 40px; line-height: 20px; text-align: center; color: #fff; display: inline-block; background: rgb(209, 209, 209); padding: 5px 3px; margin-right: 10px; } /* .content_right_nav ul li:not(:first-child) { margin-left: 26px; } */ .content_right_nav .active { background: #1280DD; } /*导航菜单*/ .right_nav ul li { list-style: none; margin-right: 50px; height: 50px; line-height: 50px; background: none; color: #000; display: inline-block; cursor: pointer; padding: 0; } .right_nav ul li a { text-decoration: none; display: block; width: 120px; height: 50px; line-height: 50px; text-align: center; } .onNav { color: #fff; background: #1280DD; } .right_nav .nav_li_txt { border: 1px solid #ccc; padding: 30px 20px; line-height: 30px; width:748px; word-wrap:break-word; word-break:break-all; } /*相关下载 拓展下载 联系方式*/ .content_left_bottom { padding-top: 30px; } .left_bottom_title { color: #000000; font-size: 16px; } .left_bottom_con { border: 1px solid #ccc; padding: 10px; margin: 20px 0; } .left_bottom_con ul li { margin-bottom: 10px; } .left_bottom_con ul li span { text-decoration: underline; } /*右侧内容*/ .news_show_content_right { float: left; width: 320px; margin-left: 20px; } /*右侧导航菜单*/ .right_nav_li ul li { text-align: center; font-size: 20px; width: 127px; border-radius: 10px; height: 40px; line-height: 40px; margin: 0 10px; } .right_nav_li ul li a { color: #fff; } /*最新公告*/ .content_right_notice { border: 1px solid #ccc; padding: 20px 20px 30px 10px; width: 270px; } /*内容*/ .right_notice_con { padding-top: 20px; } .right_notice_con ul li { display: flex; margin-bottom: 15px; line-height: 16px; } .notice_con_right { position: relative; } .right_notice_con ul li .ico { margin-top: 6px; } .notice_con_right_time { padding-left: 10px; } /*登录弹框开始*/ /* 背景层 */ body { position: relative; } .modelBg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; background: #DCDBDC; -moz-opacity: 0.5; opacity: .5; filter: alpha(opacity=50); /* 只支持IE6、7、8、9 */ } .modelBox { width: 360px; background: #fff; position: absolute; top: 23%; left: 34%; border: 4px solid rgb(209, 208, 208); padding: 40px 30px; z-index: 999; text-align: center; } .modelBox .close { display: inline-block; position: absolute; border: 1px solid rgb(59, 58, 58); background: #fff; width: 20px; height: 20px; border-radius: 50%; line-height: 20px; text-align: center; right: -8px; top: -8px; cursor: pointer; } .modelBox .model_content { display: inline-block; padding-top: 30px; } .modelBox .model_content>div { margin-bottom: 30px; } .modelBox .model_content .model_input { font-size: 18px; } .modelBox .model_content .model_input input { border: 1px solid rgb(172, 172, 172); height: 28px; width: 200px; padding-left: 3px; } .modelBox .model_content .model_input input:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); } .modelBox .model_content .model_input p { display: inline-block; width: 80px; text-align: right; margin-right: 5px; color: #000; } .modelBox .model_content .model_prompt { text-align: left; color: rgb(181, 183, 185); } .model_btn { text-align: center; } .model_btn input { border: none; background: #09ADE6; color: #fff; border-radius: 5px; width: 80px; height: 35px; cursor: pointer; } /* 登陆弹框结束 */ /*提示弹框*/ .warning_dialog .notice { width: 300px; min-height: 47px; line-height: 45px; background: url(../../images/80.png) no-repeat 0px 5px; margin-bottom: 20px; padding-left: 55px; }