var adcon = '

- 教师辅导课程

- 特岗教师招聘报考备考指导
';
var jsadbox = document.getElementById("ad_2_0_1_2_1_js");
var style = document.createElement('style');
jsadbox.insertAdjacentHTML('afterEnd', adcon);
style.type = 'text/css';
style.innerHTML = ".dmp103662 {width: 48%;height: auto;background: #fff;float: left;box-shadow: 0 0 15px #dbd8d8;} .dmp103662:hover {box-shadow: 0 0 20px #969090;margin:0;padding:0} .dmp103662 dt {width: 100%;height: auto;margin:0;padding:0} .dmp103662 dt a{color: #333; text-decoration: none;cursor: pointer;} .dmp103662 dt img {display: block;width: 100%;} .dmp103662 dd {padding: 0 20px;line-height: 60px;height: 60px;font-size: 16px;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin:0;} @media screen and (max-width:1450px){ .dmp103662 dd{height: 54px;line-height: 54px;} }";
document.getElementsByTagName('head').item(0).appendChild(style);
$(function(){
$('.dmpa103662').each(function(){
//doreport103662($(this).data('show'));
})
$('body').on('click','.dmpa103662',function(){
window.open($(this).data('lpg'), "_blank");
doreport103662($(this).data('click'));
})
});
rurls103662 = new Array();
function doreport103662(url){
if(url == '') return false;
url = url.replace(/%city/, adxua_city);
if(rurls103662.indexOf(url) > -1) return false;
rurls103662.push(url);
var x = new XMLHttpRequest();
x.open("GET", url, true);
x.send();
}