@charset "gb2312";
/* CSS Document */
body {width: 100%;max-width: 640px;min-width: 320px;margin: 0 auto;margin-bottom: 3rem;font-family: 'Microsoft YaHei',Helvetica Neue, Helvetica, Arial, sans-serif;}
ul{list-style: none;}
a{text-decoration: none;}
img{display: block;}
.clear{clear: both;}
.height-2{width: 100%;height: .2rem;background: #F0F0F0;}

/*banner*/
.banner{width: 100%;}
.banner img{width: 100%;}

/*第一部分*/
.xuezi{width: 100%;padding: .5rem 0;}
.xuezi .main{width: 96%;margin: .8rem 2%;}
.xuezi .main h3{color: #0a93d6;font-size: 1rem;}
.xuezi .main ul{width: 100%;margin: .8rem 0;}
.xuezi .main ul li{display: -webkit-flex; display: flex;width: 100%;margin: .5rem 0;align-items: center;justify-content: space-between;border: 1px solid #eee;border-radius: .3rem;}
.xuezi .main ul li img{width: 38%;height: 100%;overflow: hidden;}
.xuezi .main ul li .des{width: 60%;}
.xuezi .main ul li .des strong{display: block;width: 100%;margin: .3rem 0;}
.xuezi .main ul li .des p{width: 100%;}
.xuezi .main ul li .des p a{color: #F00;}
.xuezi .main ul li .des .zx{display: -webkit-flex; display: flex;width: 100%;margin: .5rem 0;justify-content: space-between;}
.xuezi .main ul li .des .zx a{width: 48%;height: 2.2rem;line-height: 2.2rem;text-align: center;font-size: 1rem;border-radius: .3rem;}
.xuezi .main ul li .des .zx a:hover{font-size: 1.1rem;}
.xuezi .main ul li .des .zx a#white{color: #0a93d6;border: 1px solid #0a93d6;}
.xuezi .main ul li .des .zx a#blue{color: #FFF;background: #0a93d6;}
/*翻页*/
.pag{display: -webkit-flex; display: flex;width: 100%;margin: .5rem 0;justify-content: space-between;}
.pag a{display: block; float: left;width: 20%;height: 50px;line-height: 50px;text-align: center;font-size: 1.0rem;}

/*字体图标*/
@font-face {font-family: "iconfont";
          src: url('iconfont.eot'); /* IE9*/
          src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('iconfont.woff') format('woff'), /* chrome, firefox */
          url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
          url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
        }

.iconfont{
       font-family:"iconfont" !important;
       font-size:16px;
       font-style:normal;
       -webkit-font-smoothing: antialiased;
       -webkit-text-stroke-width: 0.2px;
       -moz-osx-font-smoothing: grayscale;
      }